-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
0
Test sets up failpoint on the current primary here, and then waits for the failpoint to get hit after launching an async moveChunk command. However, if the primary stepped down, then another node can end up being the new primary and run the moveChunk command so the failpoint will never get hit, making the test not behave as expected (like timing out waiting for failpoint to get hit).