diff options
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml index b51982cea1c..39e4e4bccbb 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml @@ -128,13 +128,6 @@ selector: # for dbCheck. TODO (SERVER-63951): Remove this exclusion. - jstests/concurrency/fsm_workloads/create_collection_and_view.js - # This suite runs the RunDBCheckInBackground hook and the dbCheck command generates oplog entries - # but those oplog entries are not supported by resharding. - # TODO (SERVER-66011): Enable internal_transactions_resharding.js in the - # concurrency_sharded_multi_stmt_txn_with_balancer suite - - jstests/concurrency/fsm_workloads/internal_transactions_resharding.js - - exclude_with_any_tags: - assumes_balancer_off - does_not_support_causal_consistency @@ -158,7 +151,6 @@ selector: executor: archive: hooks: - - RunDBCheckInBackground - CheckReplDBHashInBackground - CheckReplDBHash - ValidateCollections @@ -171,7 +163,6 @@ executor: runningWithSessions: true traceExceptions: false hooks: - - class: RunDBCheckInBackground - class: CheckReplDBHashInBackground - class: CheckReplDBHash - class: CheckOrphansDeleted |