summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2020-08-28 20:15:06 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-29 00:32:28 +0000
commit0eb09b027a2b1ce2d4f39f1e3f18a8efd1221c6e (patch)
tree0af2421016f47fb8ff7d467fea7f54d48c921f4e /src
parent7b0f4781f878fc7c231c2a1ed7fc20fd9ca1a1e6 (diff)
downloadmongo-0eb09b027a2b1ce2d4f39f1e3f18a8efd1221c6e.tar.gz
SERVER-50602 remove unnecessary enableIndexBuildCommitQuorum reference
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/index_builds_coordinator_mongod_test.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/index_builds_coordinator_mongod_test.cpp b/src/mongo/db/index_builds_coordinator_mongod_test.cpp
index 59ecfba58b6..3f920324329 100644
--- a/src/mongo/db/index_builds_coordinator_mongod_test.cpp
+++ b/src/mongo/db/index_builds_coordinator_mongod_test.cpp
@@ -78,13 +78,6 @@ void IndexBuildsCoordinatorMongodTest::setUp() {
createCollection(_othertestFooNss, _othertestFooUUID);
_indexBuildsCoord = std::make_unique<IndexBuildsCoordinatorMongod>();
-
- // Disable index build commit quorum as we don't have support of replication subsystem for
- // voting.
- ASSERT_OK(ServerParameterSet::getGlobal()
- ->getMap()
- .find("enableIndexBuildCommitQuorum")
- ->second->setFromString("false"));
}
void IndexBuildsCoordinatorMongodTest::tearDown() {