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: fix saga async tests undefined behavior #6005

Merged
merged 4 commits into from Nov 8, 2023

Conversation

ptyin
Copy link
Member

@ptyin ptyin commented Nov 7, 2023

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

There has been an saga async test case error when running time exceeds 30 seconds. Try to increase the waiting time and see if the error would disappear.

image

And fix typo "waittingForFinish" to "waitingForFinish".

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #6005 (740b380) into 2.x (4887871) will increase coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##                2.x    #6005   +/-   ##
=========================================
  Coverage     49.45%   49.46%           
- Complexity     4749     4752    +3     
=========================================
  Files           911      911           
  Lines         31315    31315           
  Branches       3773     3773           
=========================================
+ Hits          15487    15490    +3     
  Misses        14286    14286           
+ Partials       1542     1539    -3     

see 3 files with indirect coverage changes

@ptyin
Copy link
Member Author

ptyin commented Nov 7, 2023

Hint message when lock timeout, see commit 237b3c3

Copy link
Contributor

@funky-eyes funky-eyes left a comment

Choose a reason for hiding this comment

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

LGTM

@funky-eyes funky-eyes added this to the 2.0.0 milestone Nov 7, 2023
@funky-eyes funky-eyes added module/saga saga module type: test test case labels Nov 7, 2023
@funky-eyes funky-eyes merged commit 8fed3d8 into apache:2.x Nov 8, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/saga saga module type: test test case
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants