Fix many flaky tests - #40280
Fix many flaky tests#40280reuvenlax wants to merge 6 commits into
Conversation
|
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
|
I would suggest splitting these out per-language to make iteration and review a little easier. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #40280 +/- ##
============================================
- Coverage 58.86% 58.86% -0.01%
Complexity 15416 15416
============================================
Files 2793 2793
Lines 279197 279217 +20
Branches 12399 12394 -5
============================================
+ Hits 164358 164368 +10
- Misses 108388 108401 +13
+ Partials 6451 6448 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Assigning reviewers: R: @damccorm for label python. This pull request likely touches a core component ("core" label). Please review with scrutiny. Note: If you would like to opt out of this review, comment Available commands:
The PR bot will only process comments in the main thread (not review comments). |
lostluck
left a comment
There was a problem hiding this comment.
LGTM for the PrismRunner java changes and the worker.go changes.
| # MongoDbContainer's entrypoint restarts mongod after init scripts; wait | ||
| # until the server is stably accepting connections and responds to ping. |
There was a problem hiding this comment.
| # MongoDbContainer's entrypoint restarts mongod after init scripts; wait | |
| # until the server is stably accepting connections and responds to ping. | |
| # MongoDbContainer's entrypoint restarts mongodb after init scripts; wait | |
| # until the server is stable, accepting connections, and responds to ping. |
No description provided.