-
Notifications
You must be signed in to change notification settings - Fork 207
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
fix flaky integration test ActorExceptionIT #954
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: MregXN <[email protected]>
artursouza
approved these changes
Nov 16, 2023
addjuarez
pushed a commit
to addjuarez/java-sdk
that referenced
this pull request
Nov 27, 2023
Signed-off-by: MregXN <[email protected]> Signed-off-by: addjuarez <[email protected]>
artursouza
added a commit
that referenced
this pull request
Feb 16, 2024
* Show registered workflow Signed-off-by: addjuarez <[email protected]> * Add `NewWorkflowOption` to config version, time, input, etc when start a new workflow (#945) * add NewWorkflowOption Signed-off-by: kaibocai <[email protected]> * fix style Signed-off-by: kaibocai <[email protected]> * add unit test Signed-off-by: kaibocai <[email protected]> * add more unit tests for improving coverage Signed-off-by: kaibocai <[email protected]> --------- Signed-off-by: kaibocai <[email protected]> Signed-off-by: addjuarez <[email protected]> * Update CLI link in example readme's (#951) * Updated pre-requisite link to Dapr CLI Signed-off-by: Michaël Hompus <[email protected]> * Update JDK list to match all other examples Signed-off-by: Michaël Hompus <[email protected]> --------- Signed-off-by: Michaël Hompus <[email protected]> Signed-off-by: addjuarez <[email protected]> * remove static Signed-off-by: addjuarez <[email protected]> * Add determinstic UUID generation (#947) * add determinstic UUID generation Signed-off-by: kaibocai <[email protected]> * add unit test to improve coverage Signed-off-by: kaibocai <[email protected]> * update grpc version to 1.59.0 to be compatible updated durabletask-java Signed-off-by: kaibocai <[email protected]> --------- Signed-off-by: kaibocai <[email protected]> Signed-off-by: kaibocai <[email protected]> Co-authored-by: Artur Souza <[email protected]> Signed-off-by: addjuarez <[email protected]> * fix flaky integration test ActorExceptionIT (#954) Signed-off-by: MregXN <[email protected]> Signed-off-by: addjuarez <[email protected]> * fix flaky it ActorReminderRecovery (#958) Signed-off-by: MregXN <[email protected]> Signed-off-by: addjuarez <[email protected]> * fix flaky integration test MethodInvokeIT (#959) * fix flaky it MethodInvokeIT Signed-off-by: MregXN <[email protected]> * add debug print Signed-off-by: MregXN <[email protected]> * add debug print Signed-off-by: MregXN <[email protected]> * add more waiting time Signed-off-by: MregXN <[email protected]> * wait before invoke Signed-off-by: MregXN <[email protected]> * wait for health before invoke Signed-off-by: MregXN <[email protected]> --------- Signed-off-by: MregXN <[email protected]> Co-authored-by: Artur Souza <[email protected]> Signed-off-by: addjuarez <[email protected]> * Fix errors Signed-off-by: addjuarez <[email protected]> * make thead safe * Fix code and test. Signed-off-by: Artur Souza <[email protected]> --------- Signed-off-by: addjuarez <[email protected]> Signed-off-by: kaibocai <[email protected]> Signed-off-by: Michaël Hompus <[email protected]> Signed-off-by: kaibocai <[email protected]> Signed-off-by: MregXN <[email protected]> Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Artur Souza <[email protected]> Co-authored-by: kaibocai <[email protected]> Co-authored-by: Michaël Hompus <[email protected]> Co-authored-by: Artur Souza <[email protected]> Co-authored-by: MregXN <[email protected]> Co-authored-by: Dapr Bot <[email protected]> Co-authored-by: Mukundan Sundararajan <[email protected]> Co-authored-by: Artur Souza <[email protected]>
artursouza
added a commit
to artursouza/java-sdk
that referenced
this pull request
Feb 19, 2024
* Show registered workflow Signed-off-by: addjuarez <[email protected]> * Add `NewWorkflowOption` to config version, time, input, etc when start a new workflow (dapr#945) * add NewWorkflowOption Signed-off-by: kaibocai <[email protected]> * fix style Signed-off-by: kaibocai <[email protected]> * add unit test Signed-off-by: kaibocai <[email protected]> * add more unit tests for improving coverage Signed-off-by: kaibocai <[email protected]> --------- Signed-off-by: kaibocai <[email protected]> Signed-off-by: addjuarez <[email protected]> * Update CLI link in example readme's (dapr#951) * Updated pre-requisite link to Dapr CLI Signed-off-by: Michaël Hompus <[email protected]> * Update JDK list to match all other examples Signed-off-by: Michaël Hompus <[email protected]> --------- Signed-off-by: Michaël Hompus <[email protected]> Signed-off-by: addjuarez <[email protected]> * remove static Signed-off-by: addjuarez <[email protected]> * Add determinstic UUID generation (dapr#947) * add determinstic UUID generation Signed-off-by: kaibocai <[email protected]> * add unit test to improve coverage Signed-off-by: kaibocai <[email protected]> * update grpc version to 1.59.0 to be compatible updated durabletask-java Signed-off-by: kaibocai <[email protected]> --------- Signed-off-by: kaibocai <[email protected]> Signed-off-by: kaibocai <[email protected]> Co-authored-by: Artur Souza <[email protected]> Signed-off-by: addjuarez <[email protected]> * fix flaky integration test ActorExceptionIT (dapr#954) Signed-off-by: MregXN <[email protected]> Signed-off-by: addjuarez <[email protected]> * fix flaky it ActorReminderRecovery (dapr#958) Signed-off-by: MregXN <[email protected]> Signed-off-by: addjuarez <[email protected]> * fix flaky integration test MethodInvokeIT (dapr#959) * fix flaky it MethodInvokeIT Signed-off-by: MregXN <[email protected]> * add debug print Signed-off-by: MregXN <[email protected]> * add debug print Signed-off-by: MregXN <[email protected]> * add more waiting time Signed-off-by: MregXN <[email protected]> * wait before invoke Signed-off-by: MregXN <[email protected]> * wait for health before invoke Signed-off-by: MregXN <[email protected]> --------- Signed-off-by: MregXN <[email protected]> Co-authored-by: Artur Souza <[email protected]> Signed-off-by: addjuarez <[email protected]> * Fix errors Signed-off-by: addjuarez <[email protected]> * make thead safe * Fix code and test. Signed-off-by: Artur Souza <[email protected]> --------- Signed-off-by: addjuarez <[email protected]> Signed-off-by: kaibocai <[email protected]> Signed-off-by: Michaël Hompus <[email protected]> Signed-off-by: kaibocai <[email protected]> Signed-off-by: MregXN <[email protected]> Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Artur Souza <[email protected]> Co-authored-by: kaibocai <[email protected]> Co-authored-by: Michaël Hompus <[email protected]> Co-authored-by: Artur Souza <[email protected]> Co-authored-by: MregXN <[email protected]> Co-authored-by: Dapr Bot <[email protected]> Co-authored-by: Mukundan Sundararajan <[email protected]> Co-authored-by: Artur Souza <[email protected]>
artursouza
added a commit
that referenced
this pull request
Feb 19, 2024
* Show registered workflow * Add `NewWorkflowOption` to config version, time, input, etc when start a new workflow (#945) * add NewWorkflowOption * fix style * add unit test * add more unit tests for improving coverage --------- * Update CLI link in example readme's (#951) * Updated pre-requisite link to Dapr CLI * Update JDK list to match all other examples --------- * remove static * Add determinstic UUID generation (#947) * add determinstic UUID generation * add unit test to improve coverage * update grpc version to 1.59.0 to be compatible updated durabletask-java --------- * fix flaky integration test ActorExceptionIT (#954) * fix flaky it ActorReminderRecovery (#958) * fix flaky integration test MethodInvokeIT (#959) * fix flaky it MethodInvokeIT * add debug print * add debug print * add more waiting time * wait before invoke * wait for health before invoke --------- * Fix errors * make thead safe * Fix code and test. --------- Signed-off-by: addjuarez <[email protected]> Signed-off-by: kaibocai <[email protected]> Signed-off-by: Michaël Hompus <[email protected]> Signed-off-by: kaibocai <[email protected]> Signed-off-by: MregXN <[email protected]> Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Artur Souza <[email protected]> Co-authored-by: addjuarez <[email protected]> Co-authored-by: kaibocai <[email protected]> Co-authored-by: Michaël Hompus <[email protected]> Co-authored-by: MregXN <[email protected]> Co-authored-by: Dapr Bot <[email protected]> Co-authored-by: Mukundan Sundararajan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add its retry times can make it stable.
Issue reference
Please refer to the the point 4 of issue #7128 in dapr/dapr.