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, 2 insertions, 1 deletions
diff --git a/jstests/replsets/db_reads_while_recovering_all_commands.js b/jstests/replsets/db_reads_while_recovering_all_commands.js
index 06be14ffe96..c0b58d37eab 100644
--- a/jstests/replsets/db_reads_while_recovering_all_commands.js
+++ b/jstests/replsets/db_reads_while_recovering_all_commands.js
@@ -231,6 +231,7 @@
},
lockInfo: {skip: isPrimaryOnly},
logApplicationMessage: {skip: isNotAUserDataRead},
+ logMessage: {skip: isNotAUserDataRead},
logRotate: {skip: isNotAUserDataRead},
logout: {skip: isNotAUserDataRead},
makeSnapshot: {skip: isNotAUserDataRead},
@@ -385,4 +386,4 @@
// Turn off maintenance mode and stop the test.
assert.commandWorked(secondary.adminCommand({replSetMaintenance: 0}));
rst.stopSet();
-})(); \ No newline at end of file
+})();