summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJosef Ahmad <josef.ahmad@mongodb.com>2021-12-15 14:29:35 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-15 15:18:23 +0000
commitc67b5eb3b1c009f8ed794daae6b01539ca7a23b2 (patch)
tree8d8a7b9860860235a86ac13b12a40cf17062b001 /etc
parent46dff5cfba21cd1692c600a312904afa9cd71e43 (diff)
downloadmongo-c67b5eb3b1c009f8ed794daae6b01539ca7a23b2.tar.gz
SERVER-61757 Add configurable dbCheck batch size
Diffstat (limited to 'etc')
-rw-r--r--etc/backports_required_for_multiversion_tests.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml
index 3647e78f59f..c81f74a4423 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -124,6 +124,8 @@ last-continuous:
test_file: jstests/sharding/coordinate_txn_commit_with_tickets_exhausted.js
- ticket: SERVER-60685
test_file: jstests/sharding/cancel_coordinate_txn_commit_with_tickets_exhausted.js
+ - ticket: SERVER-61757
+ test_file: jstests/replsets/dbcheck.js
- ticket: SERVER-61955
test_file: jstests/auth/dbcheck.js
@@ -391,6 +393,8 @@ last-lts:
test_file: jstests/sharding/coordinate_txn_commit_with_tickets_exhausted.js
- ticket: SERVER-60685
test_file: jstests/sharding/cancel_coordinate_txn_commit_with_tickets_exhausted.js
+ - ticket: SERVER-61757
+ test_file: jstests/replsets/dbcheck.js
- ticket: SERVER-61955
test_file: jstests/auth/dbcheck.js