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:
parent
1bbe9d4fba
commit
ecf094c682
@ -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:
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user