summaryrefslogtreecommitdiff
path: root/jstests/sharding/read_write_concern_defaults_application.js
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 /jstests/sharding/read_write_concern_defaults_application.js
parentb4c5194e3c0dfa8d092d39ae2389e54969b2a329 (diff)
downloadmongo-830439daf3e0ce06af04c8fa84b53f7b9aa3d759.tar.gz
SERVER-62374 Remove test case for deprecated _configureCollectionAutoSplitter command
Diffstat (limited to 'jstests/sharding/read_write_concern_defaults_application.js')
-rw-r--r--jstests/sharding/read_write_concern_defaults_application.js6
1 files changed, 0 insertions, 6 deletions
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"},