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

fix flaky integration test ActorExceptionIT #954

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

MregXN
Copy link
Member

@MregXN MregXN commented Nov 16, 2023

Description

Add its retry times can make it stable.

Issue reference

Please refer to the the point 4 of issue #7128 in dapr/dapr.

@MregXN MregXN requested review from a team as code owners November 16, 2023 12:58
@artursouza artursouza merged commit 3800962 into dapr:master Nov 16, 2023
12 of 15 checks passed
@artursouza artursouza added this to the v1.11 milestone Nov 16, 2023
@MregXN MregXN deleted the fix-flaky-integration-test branch November 17, 2023 13:11
addjuarez pushed a commit to addjuarez/java-sdk that referenced this pull request Nov 27, 2023
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants