Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test continue as new with local activities #1922

Conversation

Quinn-With-Two-Ns
Copy link
Contributor

Add some test coverage to running async local activities while trying to continue as new

@Quinn-With-Two-Ns Quinn-With-Two-Ns marked this pull request as ready for review November 3, 2023 15:37
@Quinn-With-Two-Ns Quinn-With-Two-Ns requested a review from a team as a code owner November 3, 2023 15:37
if (waitOnLA) {
Promise promise = Async.procedure(activities::sleepActivity, (long) 100, 0);
Async.procedure(activities::sleepActivity, (long) 1000, 0);
Async.procedure(activities::sleepActivity, (long) 10000, 0);
Copy link
Contributor

@mjameswh mjameswh Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please just confirm this change is intentional? Its not immediately clear to me why you needed that.

Copy link
Contributor

@mjameswh mjameswh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. You can forget my question, I figured it out.

@Quinn-With-Two-Ns Quinn-With-Two-Ns merged commit 5d1bbbe into temporalio:master Nov 6, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants