Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 11fb21f

Browse files
will62794Evergreen Agent
authored andcommitted
SERVER-47814 Set fast getMore failpoint for all ReplSetTest instances used by RollbackTest
1 parent 03b4325 commit 11fb21f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jstests/replsets/libs/rollback_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ function RollbackTest(name = "RollbackTest", replSet) {
160160
// Make sync source selection faster.
161161
replSet.nodes.forEach((node) => {
162162
setFailPoint(node, "forceBgSyncSyncSourceRetryWaitMS", {sleepMS: kRetryIntervalMS});
163+
setFastGetMoreEnabled(node);
163164
});
164165

165166
rst = replSet;

0 commit comments

Comments
 (0)