summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2020-03-17 18:24:28 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-17 22:48:58 +0000
commit9e10d4f30058fcc7a2a770cac6148c1fdc2a83ac (patch)
tree72ec0788a5d978b9f94b57f50ae55811e50bf6bb /buildscripts/resmokeconfig
parent0200432348a7b2157bd48590f8cce61e6d3431b1 (diff)
downloadmongo-9e10d4f30058fcc7a2a770cac6148c1fdc2a83ac.tar.gz
SERVER-42192 Unblacklist refine shard key test from stepdown suites.
Diffstat (limited to 'buildscripts/resmokeconfig')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_kill_primary.yml7
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_terminate_primary.yml7
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml7
3 files changed, 9 insertions, 12 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 77d50746001..bc95236fb7c 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
@@ -197,10 +197,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
- # TODO SERVER-42192: Re-evaluate if the moveChunk + refineCollectionShardKey workloads can be
- # enabled after SERVER-46386 has been addressed.
- - jstests/concurrency/fsm_workloads/random_moveChunk_refine_collection_shard_key*.js
-
# Uses the collMod command, which isn't considered to be retryable.
- jstests/concurrency/fsm_workloads/random_moveChunk_index_operations.js
@@ -221,6 +217,9 @@ selector:
# Tests which expect commands to fail and catch the error can cause transactions to abort and
# retry indefinitely.
- catches_command_failures
+ # This tag corresponds to operations which are run long enough to exceed the stepdown interval
+ # when grouped into transactions.
+ - operations_longer_than_stepdown_interval_in_txns
# Note that "requires_non_retryable_writes" does not need to be blacklisted because some writes
# that are not individually retryable can be retried if they are part of a transaction.
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 1caa3956de3..5c229b91bf6 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
@@ -197,10 +197,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
- # TODO SERVER-42192: Re-evaluate if the moveChunk + refineCollectionShardKey workloads can be
- # enabled after SERVER-46386 has been addressed.
- - jstests/concurrency/fsm_workloads/random_moveChunk_refine_collection_shard_key*.js
-
# Uses the collMod command, which isn't considered to be retryable.
- jstests/concurrency/fsm_workloads/random_moveChunk_index_operations.js
@@ -221,6 +217,9 @@ selector:
# Tests which expect commands to fail and catch the error can cause transactions to abort and
# retry indefinitely.
- catches_command_failures
+ # This tag corresponds to operations which are run long enough to exceed the stepdown interval
+ # when grouped into transactions.
+ - operations_longer_than_stepdown_interval_in_txns
# Note that "requires_non_retryable_writes" does not need to be blacklisted because some writes
# that are not individually retryable can be retried if they are part of a transaction.
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 ce02f560994..fb2ffb35b1c 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
@@ -174,10 +174,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
- # TODO SERVER-42192: Re-evaluate if the moveChunk + refineCollectionShardKey workloads can be
- # enabled after SERVER-46386 has been addressed.
- - jstests/concurrency/fsm_workloads/random_moveChunk_refine_collection_shard_key*.js
-
# Uses the collMod command, which isn't considered to be retryable.
- jstests/concurrency/fsm_workloads/random_moveChunk_index_operations.js
@@ -202,6 +198,9 @@ selector:
# Tests which expect commands to fail and catch the error can cause transactions to abort and
# retry indefinitely.
- catches_command_failures
+ # This tag corresponds to operations which are run long enough to exceed the stepdown interval
+ # when grouped into transactions.
+ - operations_longer_than_stepdown_interval_in_txns
executor:
archive: