diff options
author | Spencer Jackson <spencer.jackson@mongodb.com> | 2022-09-13 15:51:30 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-10-07 17:54:45 +0000 |
commit | ea65e3babfd1341b504b10cf767f6688fc3b45b3 (patch) | |
tree | 7de1564785061a0d5c284d754e3490da8102e8b5 /etc | |
parent | 83de4afb15a616fb8f40bf329ae17b65ae2c130a (diff) | |
download | mongo-ea65e3babfd1341b504b10cf767f6688fc3b45b3.tar.gz |
SERVER-69348 Remove repairDatabase command
(cherry picked from commit fa534d676f5f673a6a7f3ea656f650ff108b7f92)
(cherry picked from commit 49297c3cb0cdae29b0c1da41c6ea802731090a24)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backports_required_for_multiversion_tests.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index 7212d6c5c7d..5146849476f 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -116,6 +116,12 @@ last-continuous: test_file: jstests/sharding/refine_collection_shard_key_basic.js - ticket: SERVER-68115 test_file: jstests/core/elemmatch_index.js + - ticket: SERVER-69348 + test_file: jstests/core/views/views_all_commands.js + - ticket: SERVER-69348 + test_file: jstests/replsets/db_reads_while_recovering_all_commands.js + - ticket: SERVER-69348 + test_file: jstests/sharding/read_write_concern_defaults_application.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: @@ -392,6 +398,12 @@ last-lts: test_file: jstests/sharding/refine_collection_shard_key_basic.js - ticket: SERVER-68115 test_file: jstests/core/elemmatch_index.js + - ticket: SERVER-69348 + test_file: jstests/core/views/views_all_commands.js + - ticket: SERVER-69348 + test_file: jstests/replsets/db_reads_while_recovering_all_commands.js + - ticket: SERVER-69348 + test_file: jstests/sharding/read_write_concern_defaults_application.js # Tests that should only be excluded from particular suites should be listed under that suite. suites: |