diff options
author | Erin Liang <erin.liang@mongodb.com> | 2022-06-21 18:42:42 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-06-21 19:20:15 +0000 |
commit | 94041134ab17b230d8db5747e7d345af02dfe783 (patch) | |
tree | e5501692416b00b856496a5892a3591e0c818cb9 /buildscripts | |
parent | 5e8d70c8282df12f1bd4258a3b7540ae718330ac (diff) | |
download | mongo-94041134ab17b230d8db5747e7d345af02dfe783.tar.gz |
SERVER-66011: Enable internal_transactions_resharding.js in the concurrency_sharded_multi_stmt_txn_with_balancer suite
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 |