summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2019-10-03 19:30:56 +0000
committerevergreen <evergreen@mongodb.com>2019-10-03 19:30:56 +0000
commit4d9a6a2ae4b6ad9b93d3c389e6d92d6acfe86cf3 (patch)
tree8b4fa7f56be652f0212329615affe6fce8aac9e1
parentfa6abdf05dd5237e20493527b7436c8b25af582c (diff)
downloadmongo-4d9a6a2ae4b6ad9b93d3c389e6d92d6acfe86cf3.tar.gz
SERVER-43481: Unblacklist indexed_insert_text.js and indexed_insert_text_multikey.js from kill/terminal concurrency stepdown suites
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_kill_primary.yml5
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_terminate_primary.yml5
2 files changed, 0 insertions, 10 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 4f4a359f6f2..8d504985539 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
@@ -206,11 +206,6 @@ selector:
- jstests/concurrency/fsm_workloads/remove_where.js
- jstests/concurrency/fsm_workloads/update_where.js
- # TODO SERVER-40705: Stepdown with prepared transaction that performed text search triggers
- # invariant
- - jstests/concurrency/fsm_workloads/indexed_insert_text.js
- - jstests/concurrency/fsm_workloads/indexed_insert_text_multikey.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 afca532317b..6d6bedd9c44 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
@@ -206,11 +206,6 @@ selector:
- jstests/concurrency/fsm_workloads/remove_where.js
- jstests/concurrency/fsm_workloads/update_where.js
- # TODO SERVER-40705: Stepdown with prepared transaction that performed text search triggers
- # invariant
- - jstests/concurrency/fsm_workloads/indexed_insert_text.js
- - jstests/concurrency/fsm_workloads/indexed_insert_text_multikey.js
-
exclude_with_any_tags:
- requires_replication
# Sharing cursors between state functions will fail in this suite because it will attempt to use