[Stable10] Add conditional delay to avoid same stime in int test#28314
Conversation
|
Required for #28268 |
Should prevent the "Merging shares" test suites to fail randomly as the results order is dependent on the share time.
2f68b9c to
42a59fd
Compare
|
so it doesn't work :-( |
|
I had this example in a PR in master today, that should have been at a point past when this stuff was merged to master: |
|
This failure is bad luck. Some tests running too fast (yeah I know, surprising?). This PR was supposed to eliminate this failure by introducing a conditional delay. |
|
we could maybe add a log before the sleep just to see whether it's really going there when the failure happens... or maybe this one tests uses another code path that doesn't go there... @SergioBertolinSG mind checking ? |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Should prevent the "Merging shares" test suites to fail randomly as the
results order is dependent on the share time.
Backport of #28310