summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorLouis Williams <louis.williams@mongodb.com>2020-04-07 13:00:14 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-15 20:02:54 +0000
commitb6c5b4c47a3b3afdcef93426802232ba27cd7bd7 (patch)
tree6345cce86b0d64e39c844b080b1e653e83339dc7 /jstests
parent4794d3840d5b82a00314a3d72f97bde8855b13c5 (diff)
downloadmongo-b6c5b4c47a3b3afdcef93426802232ba27cd7bd7.tar.gz
SERVER-46976 Enable commit quorum in rollback_waits_for_bgindex_completion.js
(cherry picked from commit 2f9f301e0247b059ba652c2488a450f1fbd1d77b)
Diffstat (limited to 'jstests')
-rw-r--r--jstests/replsets/rollback_waits_for_bgindex_completion.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/replsets/rollback_waits_for_bgindex_completion.js b/jstests/replsets/rollback_waits_for_bgindex_completion.js
index 9d8c5c343e3..78681deafc7 100644
--- a/jstests/replsets/rollback_waits_for_bgindex_completion.js
+++ b/jstests/replsets/rollback_waits_for_bgindex_completion.js
@@ -48,12 +48,10 @@ function CommonOps(node) {
IndexBuildTest.waitForIndexBuildToStart(testDB, collName, "x_1");
}
-// TODO SERVER-46558: Should turn the commit quorum as true.
const replTest = new ReplSetTest({
name: jsTestName(),
nodes: 3,
useBridge: true,
- nodeOptions: {setParameter: "enableIndexBuildCommitQuorum=false"}
});
replTest.startSet();
let config = replTest.getReplSetConfig();