summaryrefslogtreecommitdiff
path: root/jstests/concurrency
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2020-05-03 18:41:11 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-03 22:53:51 +0000
commitc6121c48d38446eb9951b81c29bfe921d0e1a0be (patch)
treec402b9066b4fe634ad91929e1d7fb89bf1f01675 /jstests/concurrency
parent5b34bef6553fe843b0fda58094f17f96dc3598d9 (diff)
downloadmongo-c6121c48d38446eb9951b81c29bfe921d0e1a0be.tar.gz
SERVER-38961 remove override for causally consistent index builds
Diffstat (limited to 'jstests/concurrency')
-rw-r--r--jstests/concurrency/fsm_libs/worker_thread.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/concurrency/fsm_libs/worker_thread.js b/jstests/concurrency/fsm_libs/worker_thread.js
index 7e237e6257b..3e57fa1dfa1 100644
--- a/jstests/concurrency/fsm_libs/worker_thread.js
+++ b/jstests/concurrency/fsm_libs/worker_thread.js
@@ -94,12 +94,6 @@ var workerThread = (function() {
// readPreference={mode: "secondary"} when there's only a single node in
// the CSRS.
load('jstests/libs/override_methods/set_read_preference_secondary.js');
-
- // Reads after an index build completes on a secondary should be causally
- // consistent.
- if (session.getOptions().isCausalConsistency()) {
- load('jstests/libs/override_methods/causally_consistent_index_builds.js');
- }
}
if (typeof initialClusterTime !== 'undefined') {