diff options
Diffstat (limited to 'buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml')
| -rw-r--r-- | buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml b/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml index e6125107252..38bad5b9d73 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml @@ -32,13 +32,6 @@ selector: # TODO: SERVER-39939. - jstests/concurrency/fsm_workloads/snapshot_read_kill_operations.js - # 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 - - jstests/concurrency/fsm_workloads/multi_statement_transaction_simple_kill_sessions.js - - jstests/concurrency/fsm_workloads/internal_transactions_setFCV.js - - jstests/concurrency/fsm_workloads/internal_transactions_kill_sessions.js - # This workload may restart running transactions on a different client, causing deadlock if # there is a concurrent dropDatabase waiting for the global X lock. # TODO: SERVER-37876 @@ -56,8 +49,13 @@ selector: - jstests/concurrency/fsm_workloads/reindex_background.js - jstests/concurrency/fsm_workloads/reindex_writeconflict.js + # This workload involves upgrading and downgrading the FCV, and can cause failure on other + # FSM workloads which depend on features which are only available in the latest FCV. + - jstests/concurrency/fsm_workloads/internal_transactions_setFCV.js + exclude_with_any_tags: - requires_sharding + - kills_random_sessions group_size: 10 group_count_multiplier: 1.0 |
