summaryrefslogtreecommitdiff
path: root/jstests/replsets/db_reads_while_recovering_all_commands.js
diff options
context:
space:
mode:
authorPierlauro Sciarelli <pierlauro.sciarelli@mongodb.com>2021-09-21 19:07:29 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-09-21 19:33:14 +0000
commit7ed02f5c9b4f295b661903a27b872536927f76e9 (patch)
treee39b11ccb88638980b9388b7573260edbdefbb06 /jstests/replsets/db_reads_while_recovering_all_commands.js
parent2598db31541746d191e29f9f7236cb8d9a825774 (diff)
downloadmongo-7ed02f5c9b4f295b661903a27b872536927f76e9.tar.gz
SERVER-60007 Implement command to drop collection if its UUID differs from the expected
Diffstat (limited to 'jstests/replsets/db_reads_while_recovering_all_commands.js')
-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 ab8aea876f4..6a5143f1373 100644
--- a/jstests/replsets/db_reads_while_recovering_all_commands.js
+++ b/jstests/replsets/db_reads_while_recovering_all_commands.js
@@ -74,6 +74,7 @@ const allCommands = {
_shardsvrCommitReshardCollection: {skip: isPrimaryOnly},
_shardsvrDropCollection: {skip: isPrimaryOnly},
_shardsvrCreateCollection: {skip: isPrimaryOnly},
+ _shardsvrDropCollectionIfUUIDNotMatching: {skip: isNotAUserDataRead},
_shardsvrDropCollectionParticipant: {skip: isPrimaryOnly},
_shardsvrCreateCollectionParticipant: {skip: isPrimaryOnly},
_shardsvrMovePrimary: {skip: isPrimaryOnly},