summaryrefslogtreecommitdiff
path: root/jstests/core/views/views_all_commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/views/views_all_commands.js')
-rw-r--r--jstests/core/views/views_all_commands.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index 5d852cd54a6..943e83d1115 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -90,7 +90,10 @@ let viewsCommandTests = {
_configsvrCommitMovePrimary:
{skip: isAnInternalCommand}, // Can be removed once 6.0 is last LTS
_configsvrCommitReshardCollection: {skip: isAnInternalCommand},
- _configsvrConfigureAutoSplit: {skip: isAnInternalCommand},
+ _configsvrConfigureAutoSplit: {
+ skip: isAnInternalCommand
+ }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
+ _configsvrConfigureCollectionBalancing: {skip: isAnInternalCommand},
_configsvrCreateDatabase: {skip: isAnInternalCommand},
_configsvrDropCollection:
{skip: isAnInternalCommand}, // TODO SERVER-58843: Remove once 6.0 becomes last LTS
@@ -220,7 +223,10 @@ let viewsCommandTests = {
commitTransaction: {skip: isUnrelated},
compact: {command: {compact: "view", force: true}, expectFailure: true, skipSharded: true},
configureFailPoint: {skip: isUnrelated},
- configureCollectionAutoSplitter: {skip: isUnrelated},
+ configureCollectionAutoSplitter: {
+ skip: isUnrelated
+ }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
+ configureCollectionBalancing: {skip: isUnrelated},
connPoolStats: {skip: isUnrelated},
connPoolSync: {skip: isUnrelated},
connectionStatus: {skip: isUnrelated},