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

SERVER-56565 blacklist safe_secondary_reads_drop_recreate.js from sharding_continuous_config_stepdown

This commit is contained in:
Paolo Polato 2021-05-13 13:34:56 +00:00 committed by Evergreen Agent
parent f84d9dd02d
commit c961752e4b
4 changed files with 8 additions and 3 deletions

View File

@ -233,7 +233,7 @@ selector:
- jstests/sharding/mongos_get_shard_version.js
exclude_with_any_tags:
- does_not_support_config_stepdowns
- does_not_support_stepdowns
executor:
config:

View File

@ -6,7 +6,7 @@
* @tags: [
* # SERVER-54796 sh.enableAutoSplit() writes to the config server
* # through mongos that doesn't support retries to config server
* does_not_support_config_stepdowns,
* does_not_support_stepdowns,
* ]
*/

View File

@ -4,7 +4,7 @@
* consider adding them together in a batch. It ensures that the proper document size is considered
* and that we can still migrate when calling removeShard.
*
* @tags: [requires_fcv_44, multiversion_incompatible, does_not_support_config_stepdowns]
* @tags: [requires_fcv_44, multiversion_incompatible, does_not_support_stepdowns]
*/
(function() {

View File

@ -15,6 +15,11 @@
* *when the the collection has been dropped and recreated as empty.*
* - behavior: Must be "unshardedOnly", or "versioned". Determines what system profiler checks are
* performed.
*
* @tags: [
* # SERVER-56565
* does_not_support_stepdowns
* ]
*/
(function() {
"use strict";