0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-37904 Remove 5.0 tag from cluster_chaining_override.js and add the test to backports_required_for_multiversion_tests.yml

This commit is contained in:
Carolyn Duan 2021-07-07 15:10:31 +00:00 committed by Evergreen Agent
parent 1bbe9d4fba
commit ecf094c682
2 changed files with 2 additions and 1 deletions

View File

@ -204,6 +204,8 @@ last-lts:
test_file: jstests/sharding/rewrite_state_change_errors.js
- ticket: SERVER-50559
test_file: jstests/sharding/log_remote_op_wait.js
- ticket: SERVER-37904
test_file: jstests/replsets/cluster_chaining_override.js
# Tests that should only be excluded from particular suites should be listed under that suite.
suites:

View File

@ -1,7 +1,6 @@
/**
* Tests that if chaining is disabled, enabling the server parameter
* 'enableOverrideClusterChainingSetting' will allow the node to chain anyway.
* @tags: [requires_fcv_50]
*/
(function() {