From 62f33aeeccb46712229b5e078a78f9d34aefe499 Mon Sep 17 00:00:00 2001 From: Arun Banala Date: Fri, 5 Apr 2019 11:22:58 +0100 Subject: SERVER-40413 Use 'causally_consistent_index_builds' override for replica_sets_terminate_primary_jscore_passthrough --- .../suites/replica_sets_terminate_primary_jscore_passthrough.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'buildscripts') 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"); -- cgit v1.2.1