chore: use deterministic waits or latch where ever possible#7448
chore: use deterministic waits or latch where ever possible#7448ash-thakur-rh wants to merge 2 commits into
Conversation
|
I'm rescoping #7391 — the broader effort (deterministic gates / invariant-driven refactors, sometimes touching production code) is going to be tracked as follow-up work rather than as one sweeping change. The changes already in this PR are exactly the ones I'd like to keep, since each one targets the actual invariant under test rather than just swapping a sleep for an await:
Proposal: please keep this PR scoped exactly to these four changes, move it out of draft, and we can land it as-is. Anything else that was originally in #7391's scope (LeaderElectorTest, WatchIT, and whatever else turns up) we'll handle as separate follow-ups under the rescoped issue. Thanks for the careful work here. |
|
Quick follow-up: while rescoping #7391 I noticed one of the four changes in this PR (
Categories D ( |
Description
Fixes #7391
Type of change
test, version modification, documentation, etc.)
Checklist