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.js3
1 files changed, 3 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 d8fc65eb22c..ab8aea876f4 100644
--- a/jstests/replsets/db_reads_while_recovering_all_commands.js
+++ b/jstests/replsets/db_reads_while_recovering_all_commands.js
@@ -157,6 +157,9 @@ const allCommands = {
donorForgetMigration: {skip: isPrimaryOnly},
donorStartMigration: {skip: isPrimaryOnly},
donorWaitForMigrationToCommit: {skip: isPrimaryOnly},
+ donorAbortSplit: {skip: isPrimaryOnly},
+ donorForgetSplit: {skip: isPrimaryOnly},
+ donorStartSplit: {skip: isPrimaryOnly},
driverOIDTest: {skip: isNotAUserDataRead},
drop: {skip: isPrimaryOnly},
dropAllRolesFromDatabase: {skip: isPrimaryOnly},