From 830439daf3e0ce06af04c8fa84b53f7b9aa3d759 Mon Sep 17 00:00:00 2001 From: Enrico Golfieri Date: Thu, 15 Sep 2022 13:54:36 +0000 Subject: SERVER-62374 Remove test case for deprecated _configureCollectionAutoSplitter command --- jstests/sharding/read_write_concern_defaults_application.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'jstests/sharding/read_write_concern_defaults_application.js') 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"}, -- cgit v1.2.1