summaryrefslogtreecommitdiff
path: root/jstests/replsets
diff options
context:
space:
mode:
authorMarcos José Grillo Ramirez <marcos.grillo@mongodb.com>2022-04-05 17:11:59 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-05 20:28:45 +0000
commit91a607d3a2c748ead682c1a44d37263254de26f8 (patch)
tree1245c2efd4eb7ebcc46f8128c292c8df8744ec3d /jstests/replsets
parentc96f8dacc4c71b4774c932a07be4fac71b6db628 (diff)
downloadmongo-91a607d3a2c748ead682c1a44d37263254de26f8.tar.gz
SERVER-63870 Integrate replica set setClusterParameter into POS with replay protection
Diffstat (limited to 'jstests/replsets')
-rw-r--r--jstests/replsets/db_reads_while_recovering_all_commands.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/db_reads_while_recovering_all_commands.js b/jstests/replsets/db_reads_while_recovering_all_commands.js
index d9bc04fe52c..b089f91df8a 100644
--- a/jstests/replsets/db_reads_while_recovering_all_commands.js
+++ b/jstests/replsets/db_reads_while_recovering_all_commands.js
@@ -97,6 +97,7 @@ const allCommands = {
_shardsvrReshardingOperationTime: {skip: isPrimaryOnly},
_shardsvrRefineCollectionShardKey: {skip: isPrimaryOnly},
_shardsvrSetAllowMigrations: {skip: isPrimaryOnly},
+ _shardsvrSetClusterParameter: {skip: isAnInternalCommand},
_shardsvrSetUserWriteBlockMode: {skip: isPrimaryOnly},
_shardsvrCollMod: {skip: isPrimaryOnly},
_shardsvrCollModParticipant: {skip: isAnInternalCommand},