-
Notifications
You must be signed in to change notification settings - Fork 76
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
refactor: remove sleep_secs method when waiting the cluster to shutdown #786
refactor: remove sleep_secs method when waiting the cluster to shutdown #786
Conversation
@Phoenix500526 Convert your pr to draft since CI failed |
9091f52
to
014a9cc
Compare
@Phoenix500526 You've modified the workflows. Please don't forget to update the .mergify.yml. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #786 +/- ##
==========================================
- Coverage 75.55% 75.49% -0.06%
==========================================
Files 180 186 +6
Lines 26938 27472 +534
Branches 26938 27472 +534
==========================================
+ Hits 20353 20741 +388
- Misses 5366 5460 +94
- Partials 1219 1271 +52 ☔ View full report in Codecov by Sentry. |
@Phoenix500526 Your PR is in conflict and cannot be merged. |
Signed-off-by: Phoeniix Zhao <[email protected]>
cb26085
to
7026b00
Compare
bc2a242
to
afa5f43
Compare
Signed-off-by: Phoeniix Zhao <[email protected]>
afa5f43
to
c377994
Compare
Please briefly answer these questions:
Using a notify logic to instead the sleep logic in some integration test cases
what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)
what changes does this pull request make?
are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)