diff options
author | Esha Maharishi <esha.maharishi@mongodb.com> | 2019-01-17 13:48:58 -0500 |
---|---|---|
committer | Esha Maharishi <esha.maharishi@mongodb.com> | 2019-01-17 15:44:50 -0500 |
commit | b956c24930044004fb229adc52e34f20d81a36bb (patch) | |
tree | 077dc5004b277c17e819345760ebd2fb114ea499 /buildscripts | |
parent | 21e65b332ed546077d6e54a4c5d43e02ef9dcbcc (diff) | |
download | mongo-b956c24930044004fb229adc52e34f20d81a36bb.tar.gz |
SERVER-38320 Handle a TransactionCoordinator's OperationContext being killed by a user
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml index 253dbf204ff..add9c83c085 100644 --- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml +++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml @@ -78,6 +78,7 @@ selector: - jstests/sharding/transactions_writes_not_retryable.js - jstests/sharding/txn_agg.js - jstests/sharding/txn_basic_two_phase_commit.js + - jstests/sharding/txn_commit_coordination_is_robust_to_killop.js - jstests/sharding/txn_coordinator_commands_basic_requirements.js - jstests/sharding/txn_failover_two_phase_commit.js - jstests/sharding/txn_wait_for_majority_commit_after_stepup.js |