Commit Graph

4 Commits

Author SHA1 Message Date
Eric Milkie
3bc6dc6e45 fix Win32 build -- improved cleanup for jstests
So we don't run out of memory in 32-bit mode build.
2012-04-13 14:19:10 -04:00
Eric Milkie
82b5219b3a reset db back to 'test' at end of script
You can't leave the db pointing to something other than 'test', for any test in jstests/.
Subsequent tests (capped5 in particular) are counting on the db to be 'test'.

Also, I reduced the number of iterations in the test to make it run faster.
2012-04-11 11:36:21 -04:00
Andy Schwerin
8ea68f28c3 SERVER-5531: Make index insertion continuation information local to the function updating the index.
Reenable jstests/basicc.js .
2012-04-10 14:09:36 -04:00
Eric Milkie
4f468e2e52 SERVER-5531 new test that attempts to insert to two different db's simultaneously 2012-04-10 10:57:54 -04:00