summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2019-12-12 19:29:44 +0000
committerevergreen <evergreen@mongodb.com>2019-12-12 19:29:44 +0000
commita02960827dd9d145292eb32d9745cdd52001ebda (patch)
tree4242947eb96dc582d89967981f8028e930fbb395 /jstests
parent15d3feea932e89bf6ee7f562c5274853c2bcb11c (diff)
downloadmongo-a02960827dd9d145292eb32d9745cdd52001ebda.tar.gz
SERVER-44976 Add _configsvrEnsureChunkVersionIsGreaterThan command that calls ShardingCatalogManager::ensureChunkVersionIsGreaterThan
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/views/views_all_commands.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index 8e6e5b21c2f..96ebd5c1dfc 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -95,6 +95,7 @@ let viewsCommandTests = {
_configsvrDropCollection: {skip: isAnInternalCommand},
_configsvrDropDatabase: {skip: isAnInternalCommand},
_configsvrEnableSharding: {skip: isAnInternalCommand},
+ _configsvrEnsureChunkVersionIsGreaterThan: {skip: isAnInternalCommand},
_configsvrMoveChunk: {skip: isAnInternalCommand},
_configsvrMovePrimary: {skip: isAnInternalCommand},
_configsvrRefineCollectionShardKey: {skip: isAnInternalCommand},