summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorArun Banala <arun.banala@mongodb.com>2019-04-05 11:22:58 +0100
committerArun Banala <arun.banala@mongodb.com>2019-05-01 17:43:25 +0100
commit62f33aeeccb46712229b5e078a78f9d34aefe499 (patch)
treefde137c02a977ef3b94f9c96645b4b83f1e611fb /buildscripts
parent6a7172e52dc0564437122da6cb1dc5ddccdebc47 (diff)
downloadmongo-62f33aeeccb46712229b5e078a78f9d34aefe499.tar.gz
SERVER-40413 Use 'causally_consistent_index_builds' override for replica_sets_terminate_primary_jscore_passthrough
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml
index e5ecef4eebe..406da904f3e 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_terminate_primary_jscore_passthrough.yml
@@ -127,6 +127,7 @@ executor:
# TODO SERVER-33229: Remove override of startParallelShell
eval: >-
testingReplication = true;
+ load("jstests/libs/override_methods/causally_consistent_index_builds.js");
load('jstests/libs/override_methods/network_error_and_txn_override.js');
db = connect(TestData.connectionString);
load("jstests/libs/override_methods/enable_sessions.js");