summaryrefslogtreecommitdiff
path: root/jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js')
-rw-r--r--jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js b/jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js
index 594cb005ddd..fa6b2f2e7d9 100644
--- a/jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js
+++ b/jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js
@@ -60,7 +60,10 @@ let testCases = {
_configsvrCommitChunkSplit: {skip: "primary only"},
_configsvrCommitMovePrimary:
{skip: "primary only"}, // TODO SERVER-58843: Remove once 6.0 becomes last LTS
- _configsvrConfigureAutoSplit: {skip: "primary only"},
+ _configsvrConfigureAutoSplit: {
+ skip: "primary only"
+ }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
+ _configsvrConfigureCollectionBalancing: {skip: "primary only"},
_configsvrDropCollection:
{skip: "primary only"}, // TODO SERVER-58843: Remove once 6.0 becomes last LTS
_configsvrDropDatabase:
@@ -134,7 +137,10 @@ let testCases = {
cloneCollectionAsCapped: {skip: "primary only"},
commitReshardCollection: {skip: "primary only"},
commitTransaction: {skip: "primary only"},
- configureCollectionAutoSplitter: {skip: "does not return user data"},
+ configureCollectionAutoSplitter: {
+ skip: "does not return user data"
+ }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
+ configureCollectionBalancing: {skip: "does not return user data"},
collMod: {skip: "primary only"},
collStats: {skip: "does not return user data"},
compact: {skip: "does not return user data"},