diff options
author | Esha Maharishi <esha.maharishi@mongodb.com> | 2019-12-12 19:29:44 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-12-12 19:29:44 +0000 |
commit | a02960827dd9d145292eb32d9745cdd52001ebda (patch) | |
tree | 4242947eb96dc582d89967981f8028e930fbb395 /jstests | |
parent | 15d3feea932e89bf6ee7f562c5274853c2bcb11c (diff) | |
download | mongo-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.js | 1 |
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}, |