summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Lapkov <nikita.lapkov@mongodb.com>2021-06-25 13:50:43 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-25 17:16:55 +0000
commit1b5e10ddfd3f70cd28c14c496fc58836f7442f85 (patch)
tree1d2f0570f4eb9d8662ce3b789e4871d28fb8ad38
parent8a8d6f27bdd2cfe3d9861126d15153ea249613e6 (diff)
downloadmongo-1b5e10ddfd3f70cd28c14c496fc58836f7442f85.tar.gz
SERVER-56514 Add causally_consistent_index_builds override to replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough suite
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
index 036e7ef7ea4..b1802871798 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
@@ -360,6 +360,7 @@ executor:
shell_options:
eval: >-
var 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");