summaryrefslogtreecommitdiff
path: root/jstests/replsets/db_reads_while_recovering_all_commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/db_reads_while_recovering_all_commands.js')
-rw-r--r--jstests/replsets/db_reads_while_recovering_all_commands.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/replsets/db_reads_while_recovering_all_commands.js b/jstests/replsets/db_reads_while_recovering_all_commands.js
index f7673b9c03d..cc929dd1bbc 100644
--- a/jstests/replsets/db_reads_while_recovering_all_commands.js
+++ b/jstests/replsets/db_reads_while_recovering_all_commands.js
@@ -38,7 +38,7 @@ const allCommands = {
_configsvrCommitChunkMigration: {skip: isPrimaryOnly},
_configsvrCommitChunkSplit: {skip: isPrimaryOnly},
_configsvrCommitReshardCollection: {skip: isPrimaryOnly},
- _configsvrConfigureAutoSplit: {skip: isPrimaryOnly},
+ _configsvrConfigureCollectionBalancing: {skip: isPrimaryOnly},
_configsvrCreateDatabase: {skip: isPrimaryOnly},
_configsvrEnsureChunkVersionIsGreaterThan: {skip: isPrimaryOnly},
_configsvrMoveChunk: {skip: isPrimaryOnly},
@@ -122,7 +122,7 @@ const allCommands = {
commitTransaction: {skip: isPrimaryOnly},
compact: {skip: isNotAUserDataRead},
configureFailPoint: {skip: isNotAUserDataRead},
- configureCollectionAutoSplitter: {skip: isPrimaryOnly},
+ configureCollectionBalancing: {skip: isPrimaryOnly},
connPoolStats: {skip: isNotAUserDataRead},
connPoolSync: {skip: isNotAUserDataRead},
connectionStatus: {skip: isNotAUserDataRead},