Commit Graph

7 Commits

Author SHA1 Message Date
Tad Marshall
21d62332b0 SERVER-5772 wait specifically for our query, not just any currentOp
The test was failing because the wait for currentOp.inprog to become
non-empty was too generous, and would accept "whatsmyuri" (for example)
instead of the query we are trying to wait for.  Check for our namespace
and for a "$where" query so we only proceed into the real test after the
parallel query has started.
2012-06-12 09:43:35 -04:00
Tad Marshall
f0f2d4dab8 SERVER-5772 make query_yield2.js much more verbose
It was impossible to tell what went wrong in this test when
it failed, and it almost always worked.  Now, the sequence of
events leading to a failure will be much more obvious.
2012-06-03 17:41:16 -04:00
Eliot Horowitz
a42cfdb963 make all slowWeekly tests use their own mongod 2012-04-08 23:39:11 -04:00
Eliot Horowitz
382d7e21d3 increasing threshold 2011-03-06 21:05:57 -05:00
Eliot Horowitz
3344ead095 sligtly more lenient on weekly timing tests - need a better test 2010-12-19 01:18:50 -05:00
Eliot Horowitz
3e418683ca try to make weekly tests more reliable 2010-11-14 21:12:41 -05:00
Richard Kreuter
dacea7c5aa Swap the -Nightly and -Weekly tests. Oops. SERVER-1361 2010-07-14 15:10:07 -04:00