diff options
Diffstat (limited to 'jstests/views/views_all_commands.js')
-rw-r--r-- | jstests/views/views_all_commands.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/views/views_all_commands.js b/jstests/views/views_all_commands.js index 6d9d806432d..2164e21af9e 100644 --- a/jstests/views/views_all_commands.js +++ b/jstests/views/views_all_commands.js @@ -62,6 +62,7 @@ _configsvrCommitChunkMigration: {skip: isAnInternalCommand}, _configsvrMoveChunk: {skip: isAnInternalCommand}, _configsvrRemoveShardFromZone: {skip: isAnInternalCommand}, + _configsvrSetFeatureCompatibilityVersion: {skip: isAnInternalCommand}, _configsvrUpdateZoneKeyRange: {skip: isAnInternalCommand}, _getUserCacheGeneration: {skip: isAnInternalCommand}, _hashBSONElement: {skip: isAnInternalCommand}, @@ -368,6 +369,7 @@ saslStart: {skip: isUnrelated}, serverStatus: {command: {serverStatus: 1}, skip: isUnrelated}, setCommittedSnapshot: {skip: isAnInternalCommand}, + setFeatureCompatibilityVersion: {skip: isUnrelated}, setParameter: {skip: isUnrelated}, setShardVersion: {skip: isUnrelated}, shardCollection: { |