diff options
author | Ian Boros <puppyofkosh@gmail.com> | 2019-04-12 12:54:29 -0400 |
---|---|---|
committer | Ian Boros <puppyofkosh@gmail.com> | 2019-04-26 13:05:11 -0400 |
commit | fa50ad74b62470f8fc4f78e588201ae428ce8dc3 (patch) | |
tree | df2f9bdb3b49b7a5674ade6d7ad05b4e6d026759 /buildscripts | |
parent | 52532c50a46f310cfa77fff3895f6a83dbf53ed5 (diff) | |
download | mongo-fa50ad74b62470f8fc4f78e588201ae428ce8dc3.tar.gz |
SERVER-40618 ban removec.js from causal consistency passthrough
(cherry picked from commit 351244db692906d883bd89a664281eaf3069093e)
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml | 1 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml index 8eaa08c3f36..3e9dae32d31 100644 --- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml @@ -115,6 +115,7 @@ selector: # Parallel shell is not causally consistent - jstests/core/cursora.js - jstests/core/find_and_modify_concurrent_update.js + - jstests/core/removec.js - jstests/core/shellstartparallel.js # TODO SERVER-30466 - jstests/core/explain_multi_plan.js diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml index bbe744b2286..b2b2c199506 100644 --- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml +++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml @@ -129,6 +129,7 @@ selector: # Parallel shell is not causally consistent - jstests/core/cursora.js - jstests/core/find_and_modify_concurrent_update.js + - jstests/core/removec.js - jstests/core/shellstartparallel.js # TODO SERVER-30466 - jstests/core/explain_multi_plan.js |