From 5a6c50e99e544ad0d2efa5e377c4fb4c74f1f545 Mon Sep 17 00:00:00 2001 From: jannaerin Date: Wed, 29 Aug 2018 16:52:07 -0400 Subject: SERVER-36929 Temporarily blacklist multi_statement_transaction_all_commands*.js from concurrency_simultaneous_replication --- .../resmokeconfig/suites/concurrency_simultaneous_replication.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml b/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml index 11a4203cecb..5ccaab9ac97 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml @@ -26,6 +26,10 @@ selector: # TODO SERVER-36848: This workload leads to a task timeout because the txnNumber being incremented # in a getMore command prevents the idle transaction from ever being aborted. - jstests/concurrency/fsm_workloads/snapshot_read_kill_op_only.js + + # TODO SERVER-36928: These workloads leads to failures because TransientTransactionErrors are not + # handled properly. + - jstests/concurrency/fsm_workloads/multi_statement_transaction_all_commands*.js exclude_with_any_tags: - requires_sharding -- cgit v1.2.1