summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2020-04-09 10:39:08 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-04 21:08:42 +0000
commiteeca550092d9601d433e04c3aa71b8e1ff9795f7 (patch)
tree9de62454fa766b0c7182f64e26fa6e570419eb2c /buildscripts
parent41b01cdece6f5db6f1a3e85f751b648e5bc0e2da (diff)
downloadmongo-eeca550092d9601d433e04c3aa71b8e1ff9795f7.tar.gz
SERVER-47753 Enable random_moveChunk_index_operations.js in stepdown concurrency suites
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_kill_primary.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_terminate_primary.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml3
3 files changed, 0 insertions, 9 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_kill_primary.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_kill_primary.yml
index 38829942a3c..80335dae85b 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_kill_primary.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_kill_primary.yml
@@ -195,9 +195,6 @@ selector:
- jstests/concurrency/fsm_workloads/agg_merge_when_not_matched_insert.js
- jstests/concurrency/fsm_workloads/agg_merge_when_matched_replace_with_new.js
- # Uses the collMod command, which isn't considered to be retryable.
- - jstests/concurrency/fsm_workloads/random_moveChunk_index_operations.js
-
# JS engine interruptions on mongos return ErrorCodes::Interrupted, which isn't
# considered a retryable or transient transaction error.
- jstests/concurrency/fsm_workloads/indexed_insert_where.js
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_terminate_primary.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_terminate_primary.yml
index d8d8c91f9d7..91ee6a052cf 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_terminate_primary.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_terminate_primary.yml
@@ -195,9 +195,6 @@ selector:
- jstests/concurrency/fsm_workloads/agg_merge_when_not_matched_insert.js
- jstests/concurrency/fsm_workloads/agg_merge_when_matched_replace_with_new.js
- # Uses the collMod command, which isn't considered to be retryable.
- - jstests/concurrency/fsm_workloads/random_moveChunk_index_operations.js
-
# JS engine interruptions on mongos return ErrorCodes::Interrupted, which isn't
# considered a retryable or transient transaction error.
- jstests/concurrency/fsm_workloads/indexed_insert_where.js
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml
index a14dc39ed84..8673016ecf5 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml
@@ -172,9 +172,6 @@ selector:
- jstests/concurrency/fsm_workloads/agg_merge_when_not_matched_insert.js
- jstests/concurrency/fsm_workloads/agg_merge_when_matched_replace_with_new.js
- # Uses the collMod command, which isn't considered to be retryable.
- - jstests/concurrency/fsm_workloads/random_moveChunk_index_operations.js
-
# JS engine interruptions on mongos return ErrorCodes::Interrupted, which isn't
# considered a retryable or transient transaction error.
- jstests/concurrency/fsm_workloads/indexed_insert_where.js