Skip to content

Commit

Permalink
don't run 32-bt test on small oplog test
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Sep 4, 2010
1 parent 1ae46ab commit 0201380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jstests/32bit.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function f() {
}

var h = (new Date()).getHours();
if (!db._adminCommand("buildInfo").debug) {
if (!db._adminCommand("buildInfo").debug && !db.runCommand( { serverStatus : 1 , repl : 1 } ).repl ){
if (forceSeedToBe || h <= 2 || h >= 22) {
/* this test is slow, so don't run during the day */
print("\n32bit.js running - this test is slow so only runs at night.");
Expand Down

0 comments on commit 0201380

Please sign in to comment.