summaryrefslogtreecommitdiff
path: root/jstests/sharding/read_write_concern_defaults_application.js
diff options
context:
space:
mode:
authorEnrico Golfieri <enrico.golfieri@mongodb.com>2022-09-07 08:04:02 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-07 08:38:05 +0000
commit7b8c49b09f2352b2573ebae2735ec2eb5b705aaf (patch)
treefa36f016a0d84b554b80130bd244a05561892b3c /jstests/sharding/read_write_concern_defaults_application.js
parent86f3153cecf9e2e6de994d852c2317a37abac2c5 (diff)
downloadmongo-7b8c49b09f2352b2573ebae2735ec2eb5b705aaf.tar.gz
SERVER-58843 Remove references to deprecated commands from JS tests
Diffstat (limited to 'jstests/sharding/read_write_concern_defaults_application.js')
-rw-r--r--jstests/sharding/read_write_concern_defaults_application.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/jstests/sharding/read_write_concern_defaults_application.js b/jstests/sharding/read_write_concern_defaults_application.js
index 56f06292660..fd87fb56fd9 100644
--- a/jstests/sharding/read_write_concern_defaults_application.js
+++ b/jstests/sharding/read_write_concern_defaults_application.js
@@ -100,13 +100,7 @@ let testCases = {
}, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
_configsvrConfigureCollectionBalancing: {skip: "internal command"},
_configsvrCreateDatabase: {skip: "internal command"},
- _configsvrDropCollection:
- {skip: "internal command"}, // TODO SERVER-58843: Remove once 6.0 becomes last LTS
- _configsvrDropDatabase:
- {skip: "internal command"}, // TODO SERVER-58843: Remove once 6.0 becomes last LTS
_configsvrDropIndexCatalogEntry: {skip: "internal command"},
- _configsvrEnableSharding:
- {skip: "internal command"}, // TODO SERVER-58843: Remove once 6.0 becomes last LTS
_configsvrEnsureChunkVersionIsGreaterThan: {skip: "internal command"},
_configsvrMoveChunk: {skip: "internal command"},
_configsvrMovePrimary: {skip: "internal command"}, // Can be removed once 6.0 is last LTS
@@ -124,8 +118,6 @@ let testCases = {
_configsvrSetAllowMigrations: {skip: "internal command"},
_configsvrSetClusterParameter: {skip: "internal command"},
_configsvrSetUserWriteBlockMode: {skip: "internal command"},
- _configsvrShardCollection:
- {skip: "internal command"}, // TODO SERVER-58843: Remove once 6.0 becomes last LTS
_configsvrUpdateZoneKeyRange: {skip: "internal command"},
_flushDatabaseCacheUpdates: {skip: "internal command"},
_flushDatabaseCacheUpdatesWithWriteConcern: {skip: "internal command"},
@@ -183,8 +175,6 @@ let testCases = {
_shardsvrCollMod: {skip: "internal command"},
_shardsvrCollModParticipant: {skip: "internal command"},
_shardsvrParticipantBlock: {skip: "internal command"},
- _shardsvrShardCollection:
- {skip: "internal command"}, // TODO SERVER-58843: Remove once 6.0 becomes last LTS
_transferMods: {skip: "internal command"},
_vectorClockPersist: {skip: "internal command"},
abortReshardCollection: {skip: "does not accept read or write concern"},