From ebb653a9bdcb6ba1f1d4cc8113d32cdb86e6d2bb Mon Sep 17 00:00:00 2001 From: Max Hirschhorn Date: Wed, 29 Aug 2018 14:41:47 -0400 Subject: SERVER-36848 Temporarily blacklist snapshot_read_kill_op_only.js. --- .../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 812b9dece09..11a4203cecb 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml @@ -22,6 +22,10 @@ selector: # This workload kills random sessions and a different FSM workload wouldn't be able to handle # the error response from the op being killed. - jstests/concurrency/fsm_workloads/multi_statement_transaction_kill_sessions_atomicity_isolation.js + + # 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 exclude_with_any_tags: - requires_sharding -- cgit v1.2.1