-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[regression-test](fix) Fix the incorrect invocation of Awaitility.await.untilAsserted #45605
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
run buildall |
|
run buildall |
PR approved by at least one committer and no changes requested. |
run buildall |
#45761 refactor in this pr |
What problem does this PR solve?
Issue Number: close #xxx
#45591
Related PR: #xxx
#38836
Problem Summary:
Awaitility.await.untilAsserted is used like
"untilAsserted" has a feature that it stops executing the subsequent statements upon encountering the first false assertion. If no assertion is encountered, or all assertions are true, "await" exits. There is an issue with our usage in our test cases.
This pr fix this.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)