We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae46ab commit 0201380Copy full SHA for 0201380
jstests/32bit.js
@@ -116,7 +116,7 @@ function f() {
116
}
117
118
var h = (new Date()).getHours();
119
-if (!db._adminCommand("buildInfo").debug) {
+if (!db._adminCommand("buildInfo").debug && !db.runCommand( { serverStatus : 1 , repl : 1 } ).repl ){
120
if (forceSeedToBe || h <= 2 || h >= 22) {
121
/* this test is slow, so don't run during the day */
122
print("\n32bit.js running - this test is slow so only runs at night.");
0 commit comments