summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Golfieri <enrico.golfieri@mongodb.com>2022-09-15 13:54:36 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-15 14:34:44 +0000
commit830439daf3e0ce06af04c8fa84b53f7b9aa3d759 (patch)
tree84445e3560e0ac46811ddcd35e87f3d81316cb13
parentb4c5194e3c0dfa8d092d39ae2389e54969b2a329 (diff)
downloadmongo-830439daf3e0ce06af04c8fa84b53f7b9aa3d759.tar.gz
SERVER-62374 Remove test case for deprecated _configureCollectionAutoSplitter command
-rw-r--r--jstests/core/views/views_all_commands.js6
-rw-r--r--jstests/sharding/libs/last_lts_mongos_commands.js5
-rw-r--r--jstests/sharding/read_write_concern_defaults_application.js6
-rw-r--r--jstests/sharding/safe_secondary_reads_drop_recreate.js6
-rw-r--r--jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js6
-rw-r--r--jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js6
6 files changed, 2 insertions, 33 deletions
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index c766d18287d..9c7e7500670 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -99,9 +99,6 @@ let viewsCommandTests = {
_configsvrCommitMovePrimary:
{skip: isAnInternalCommand}, // Can be removed once 6.0 is last LTS
_configsvrCommitReshardCollection: {skip: isAnInternalCommand},
- _configsvrConfigureAutoSplit: {
- skip: isAnInternalCommand
- }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
_configsvrConfigureCollectionBalancing: {skip: isAnInternalCommand},
_configsvrCreateDatabase: {skip: isAnInternalCommand},
_configsvrDropIndexCatalogEntry: {skip: isAnInternalCommand},
@@ -263,9 +260,6 @@ let viewsCommandTests = {
compact: {command: {compact: "view", force: true}, expectFailure: true, skipSharded: true},
compactStructuredEncryptionData: {skip: isUnrelated},
configureFailPoint: {skip: isUnrelated},
- configureCollectionAutoSplitter: {
- skip: isUnrelated
- }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
configureCollectionBalancing: {skip: isUnrelated},
configureQueryAnalyzer: {
command: {configureQueryAnalyzer: "test.view", mode: "full", sampleRate: 1},
diff --git a/jstests/sharding/libs/last_lts_mongos_commands.js b/jstests/sharding/libs/last_lts_mongos_commands.js
index 354e693b5ef..f5ec0b2ebec 100644
--- a/jstests/sharding/libs/last_lts_mongos_commands.js
+++ b/jstests/sharding/libs/last_lts_mongos_commands.js
@@ -5,9 +5,8 @@
// test defined without always existing on the servers being used.
const commandsRemovedFromMongosSinceLastLTS = [
"repairShardedCollectionChunksHistory",
- "configureCollectionAutoSplitter", // TODO SERVER-62374: remove this once 5.3 becomes
- // last-continuos
- "availableQueryOptions", // TODO SERVER-67689: remove this once 7.0 becomes last-lts
+ // last-continuos
+ "availableQueryOptions", // TODO SERVER-67689: remove this once 7.0 becomes last-lts
];
// These commands were added in mongos since the last LTS version, so will not appear in the
diff --git a/jstests/sharding/read_write_concern_defaults_application.js b/jstests/sharding/read_write_concern_defaults_application.js
index 7c20c896381..84cc4791746 100644
--- a/jstests/sharding/read_write_concern_defaults_application.js
+++ b/jstests/sharding/read_write_concern_defaults_application.js
@@ -95,9 +95,6 @@ let testCases = {
_configsvrCommitIndex: {skip: "internal command"},
_configsvrCommitMovePrimary: {skip: "internal command"}, // Can be removed once 6.0 is last LTS
_configsvrCommitReshardCollection: {skip: "internal command"},
- _configsvrConfigureAutoSplit: {
- skip: "internal command"
- }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
_configsvrConfigureCollectionBalancing: {skip: "internal command"},
_configsvrCreateDatabase: {skip: "internal command"},
_configsvrDropIndexCatalogEntry: {skip: "internal command"},
@@ -294,9 +291,6 @@ let testCases = {
},
compact: {skip: "does not accept read or write concern"},
compactStructuredEncryptionData: {skip: "does not accept read or write concern"},
- configureCollectionAutoSplitter: {
- skip: "does not accept read or write concern"
- }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
configureCollectionBalancing: {skip: "does not accept read or write concern"},
configureFailPoint: {skip: "does not accept read or write concern"},
configureQueryAnalyzer: {skip: "does not accept read or write concern"},
diff --git a/jstests/sharding/safe_secondary_reads_drop_recreate.js b/jstests/sharding/safe_secondary_reads_drop_recreate.js
index 282615a2a40..76ae8d5155b 100644
--- a/jstests/sharding/safe_secondary_reads_drop_recreate.js
+++ b/jstests/sharding/safe_secondary_reads_drop_recreate.js
@@ -55,9 +55,6 @@ let testCases = {
_configsvrCommitChunkMigration: {skip: "primary only"},
_configsvrCommitChunkSplit: {skip: "primary only"},
_configsvrCommitIndex: {skip: "primary only"},
- _configsvrConfigureAutoSplit: {
- skip: "primary only"
- }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
_configsvrConfigureCollectionBalancing: {skip: "primary only"},
_configsvrDropIndexCatalogEntry: {skip: "primary only"},
_configsvrMoveChunk: {skip: "primary only"},
@@ -132,9 +129,6 @@ let testCases = {
commitTransaction: {skip: "primary only"},
compact: {skip: "does not return user data"},
compactStructuredEncryptionData: {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"},
configureFailPoint: {skip: "does not return user data"},
configureQueryAnalyzer: {skip: "does not return user data"},
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 5076859044f..82bfc3fca45 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,9 +60,6 @@ let testCases = {
_configsvrCommitChunkMigration: {skip: "primary only"},
_configsvrCommitChunkSplit: {skip: "primary only"},
_configsvrCommitIndex: {skip: "primary only"},
- _configsvrConfigureAutoSplit: {
- skip: "primary only"
- }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
_configsvrConfigureCollectionBalancing: {skip: "primary only"},
_configsvrDropIndexCatalogEntry: {skip: "primary only"},
_configsvrMoveChunk: {skip: "primary only"},
@@ -144,9 +141,6 @@ let testCases = {
clusterUpdate: {skip: "already tested by 'update' tests on mongos"},
commitReshardCollection: {skip: "primary only"},
commitTransaction: {skip: "primary only"},
- 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"},
diff --git a/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js b/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
index 4d831df75ec..ff98d2ad1a2 100644
--- a/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
+++ b/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
@@ -52,9 +52,6 @@ let testCases = {
_configsvrCommitChunkMigration: {skip: "primary only"},
_configsvrCommitChunkSplit: {skip: "primary only"},
_configsvrCommitIndex: {skip: "primary only"},
- _configureCollectionAutoSplitter: {
- skip: "primary only"
- }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
_configsvrConfigureCollectionBalancing: {skip: "primary only"},
_configsvrDropIndexCatalogEntry: {skip: "primary only"},
_configsvrMoveChunk: {skip: "primary only"},
@@ -135,9 +132,6 @@ let testCases = {
commitTransaction: {skip: "primary only"},
compact: {skip: "does not return user data"},
compactStructuredEncryptionData: {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"},
configureFailPoint: {skip: "does not return user data"},
configureQueryAnalyzer: {skip: "does not return user data"},