summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2018-08-29 14:41:47 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2018-08-29 14:41:47 -0400
commitebb653a9bdcb6ba1f1d4cc8113d32cdb86e6d2bb (patch)
tree3f51531a67fa37afddc5f05511a19ad8db0265f7
parent5699eaafce230c4d6975bbe8a670a91f0487ebd4 (diff)
downloadmongo-ebb653a9bdcb6ba1f1d4cc8113d32cdb86e6d2bb.tar.gz
SERVER-36848 Temporarily blacklist snapshot_read_kill_op_only.js.
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml4
1 files changed, 4 insertions, 0 deletions
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