summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMaria van Keulen <maria.vankeulen@mongodb.com>2020-01-16 20:14:45 +0000
committerevergreen <evergreen@mongodb.com>2020-01-16 20:14:45 +0000
commitbb6e5391a9591139804038b3524a1b92ad1c327b (patch)
tree09ba65fe17f0cae1d463a4329b24553019540beb /buildscripts
parent64659579638c97e7e57b139641f75d6b3e5117ad (diff)
downloadmongo-bb6e5391a9591139804038b3524a1b92ad1c327b.tar.gz
SERVER-45112 Report error labels for cluster create indexes responses
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_kill_primary.yml6
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_terminate_primary.yml6
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml6
3 files changed, 0 insertions, 18 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 7c64f339788..10b621597d3 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
@@ -209,12 +209,6 @@ selector:
- jstests/concurrency/fsm_workloads/remove_where.js
- jstests/concurrency/fsm_workloads/update_where.js
- # These workloads use the createIndexes command and are not resilient to HostUnreachable
- # and InterruptedDueToReplStateChange errors induced by this suite.
- # TODO Unblacklist (SERVER-45112).
- - jstests/concurrency/fsm_workloads/create_index_background_unique.js
- - jstests/concurrency/fsm_workloads/create_index_background_unique_capped.js
-
exclude_with_any_tags:
- requires_replication
# Sharing cursors between state functions will fail in this suite because it will attempt to use
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 25350ecef3e..e33d5ddbf5d 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
@@ -209,12 +209,6 @@ selector:
- jstests/concurrency/fsm_workloads/remove_where.js
- jstests/concurrency/fsm_workloads/update_where.js
- # These workloads use the createIndexes command and are not resilient to HostUnreachable
- # and InterruptedDueToReplStateChange errors induced by this suite.
- # TODO Unblacklist (SERVER-45112).
- - jstests/concurrency/fsm_workloads/create_index_background_unique.js
- - jstests/concurrency/fsm_workloads/create_index_background_unique_capped.js
-
exclude_with_any_tags:
- requires_replication
# Sharing cursors between state functions will fail in this suite because it will attempt to use
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 6e0b9f86f1f..e2c24ba992f 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
@@ -191,12 +191,6 @@ selector:
- jstests/concurrency/fsm_workloads/remove_where.js
- jstests/concurrency/fsm_workloads/update_where.js
- # These workloads use the createIndexes command and are not resilient to HostUnreachable
- # and InterruptedDueToReplStateChange errors induced by this suite.
- # TODO Unblacklist (SERVER-45112).
- - jstests/concurrency/fsm_workloads/create_index_background_unique.js
- - jstests/concurrency/fsm_workloads/create_index_background_unique_capped.js
-
exclude_with_any_tags:
- does_not_support_causal_consistency
- requires_replication