summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
diff options
context:
space:
mode:
authorHaley Connelly <haley.connelly@10gen.com>2019-09-25 17:03:51 +0000
committerevergreen <evergreen@mongodb.com>2019-09-25 17:03:51 +0000
commit996f1ed14075eb66b87259181809507756737870 (patch)
tree6b7d2bc381ab08411967fc34384bc86088279e81 /buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
parent55c54c3c287d07ba2764521a085dff9add20b505 (diff)
downloadmongo-996f1ed14075eb66b87259181809507756737870.tar.gz
SERVER-42524 remove the touch command
Diffstat (limited to 'buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
index f636ea78ed6..3a337cf68eb 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
@@ -153,11 +153,6 @@ selector:
- does_not_support_causal_consistency
- requires_replication
- assumes_balancer_on
- # The touch command does not exist on mongos, which is enforced before session information is
- # parsed, causing state functions in these workloads to fail before starting a transaction despite
- # sending a command with startTransaction=true, leading to an infinite loop in the auto
- # transaction retry override.
- - requires_touch
# Sharing cursors between state functions will fail in this suite because it will attempt to use
# the same cursor in multiple transactions.
- state_functions_share_cursor