summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2019-04-03 17:10:07 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2019-04-10 11:10:40 -0400
commitbd54b2768290bbfc0037a07bfdd61bf9e11bbed1 (patch)
tree9745338c9fcb4280a8ad3b76afee0e40bfdec426 /buildscripts/resmokeconfig
parent1fe9d1da7c9b6fe2fd0522dc32103c4483e827d4 (diff)
downloadmongo-bd54b2768290bbfc0037a07bfdd61bf9e11bbed1.tar.gz
SERVER-38569 Unblacklist remove_and_bulk_insert.js concurrency workload from sharded txn suites
Diffstat (limited to 'buildscripts/resmokeconfig')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn_with_balancer.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml4
4 files changed, 0 insertions, 16 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn.yml
index 3906d015507..9403cabbe49 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn.yml
@@ -150,10 +150,6 @@ selector:
# failing the workload.
- jstests/concurrency/fsm_workloads/agg_out.js
- # TODO SERVER-38569: Unblacklist this workload once the performance of sharded transactions has
- # improved to avoid timeouts on slow variants.
- - jstests/concurrency/fsm_workloads/remove_and_bulk_insert.js
-
exclude_with_any_tags:
- requires_replication
# The touch command does not exist on mongos, which is enforced before session information is
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn_with_balancer.yml
index c0eb7eebd0b..c468c02c6bc 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn_with_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn_with_balancer.yml
@@ -150,10 +150,6 @@ selector:
# failing the workload.
- jstests/concurrency/fsm_workloads/agg_out.js
- # TODO SERVER-38569: Unblacklist this workload once the performance of sharded transactions has
- # improved to avoid timeouts on slow variants.
- - jstests/concurrency/fsm_workloads/remove_and_bulk_insert.js
-
exclude_with_any_tags:
- assumes_balancer_off
- requires_replication
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
index 57904d62fe8..7b374bb6b48 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
@@ -150,10 +150,6 @@ selector:
# failing the workload.
- jstests/concurrency/fsm_workloads/agg_out.js
- # TODO SERVER-38569: Unblacklist this workload once the performance of sharded transactions has
- # improved to avoid timeouts on slow variants.
- - jstests/concurrency/fsm_workloads/remove_and_bulk_insert.js
-
exclude_with_any_tags:
- requires_replication
# The touch command does not exist on mongos, which is enforced before session information is
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml
index 9f689090daf..26b17e471a2 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml
@@ -150,10 +150,6 @@ selector:
# failing the workload.
- jstests/concurrency/fsm_workloads/agg_out.js
- # TODO SERVER-38569: Unblacklist this workload once the performance of sharded transactions has
- # improved to avoid timeouts on slow variants.
- - jstests/concurrency/fsm_workloads/remove_and_bulk_insert.js
-
exclude_with_any_tags:
- assumes_balancer_off
- requires_replication