-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
0
The timeout in this fragment
const stepDownSecs = 1; assert.commandWorked(coordPrimary.adminCommand({replSetStepDown: stepDownSecs, force: true}));
is not essential for the test correctness. As the test failed with:
"errmsg" : "By the time we were ready to step down, we were already past the time we were supposed to step down until",
we should give more time to the step down command