Commit Graph

20 Commits

Author SHA1 Message Date
Charlie Swanson
c15f4bb96d SERVER-18272 Update jstests to use allocatePort() instead of hard coding ports 2015-09-09 13:14:48 -04:00
Max Hirschhorn
dd0c8d73aa SERVER-18868 Check the exit code of the parallel shell.
By default the await function returned by startParallelShell() asserts
that the exit code is zero.
2015-06-23 22:22:52 -04:00
Spencer T Brody
6ccb82c987 SERVER-17450 Standardize on a single way to start mongod in tests 2015-04-06 18:19:21 -04:00
Kaloian Manassiev
f56ea73672 SERVER-15269 db.shutdownServer terminates JS execution cleanly 2014-11-21 13:37:02 -05:00
Kaloian Manassiev
6f413c78ad SERVER-14668 Move top-level locks (Global and Commit) to the Lock Manager
o Adds the global and flush lock resources and begin/end transaction calls
to delimit where lock acquisition would start and end.

o Gets rid of the QLock and changes durability to use a single flush
thread, which is activated when commit is requested.
2014-09-16 12:31:36 -04:00
Veres Lajos
a98f839cf9 SERVER-9634 typo fixes
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-06-09 23:43:00 -04:00
Randolph Tan
0dabee8227 SERVER-13741 Migrate remaining tests to use write commands 2014-05-15 14:04:11 -04:00
David Storch
7238072660 Revert "SERVER-13741 Migrate remaining tests to use write commands"
This reverts commit 87dc3ae516.
2014-05-06 19:00:56 -04:00
Randolph Tan
87dc3ae516 SERVER-13741 Migrate remaining tests to use write commands 2014-05-06 16:32:44 -04:00
Benety Goh
2e10439eba SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) mongod processes through the mongo shell 2013-10-29 13:11:41 -04:00
Aaron
1bd602c744 SERVER-1818 additional comments for disk/killall test 2012-02-21 09:50:07 -08:00
Andy Schwerin
2cd084da70 SERVER-4872: Fix the killall unit test, and make it more robust.
The test now has a little more documentation about what it does, and is a little
more rigorous about checking that it has succeeded.
2012-02-16 12:54:13 -05:00
Eric Milkie
7b64c26e17 make killall test pass on Windows
On Windows, we don't use kill to deliver a signal to the server, we use
TerminateProcess().  This results in an exit status of 0.
2011-12-28 18:39:41 -05:00
agirbal
d312c1abe4 - SERVER-2076: killall may fail in v8 2011-10-06 17:30:14 -07:00
Aaron
841a56ba4c SERVER-2076 disable test in v8 mode 2011-02-01 12:08:50 -08:00
Aaron
da3c2d6e6a test debugging info 2011-01-31 18:39:38 -08:00
Aaron
41182e1adf add nohttpinterface for disk killall test 2011-01-31 17:58:29 -08:00
Aaron
59e153c525 for now, allow exit code 14 in killall test SERVER-2184 2011-01-31 12:03:11 -08:00
Aaron
d0456e59b2 SERVER-2076 comment 2010-11-08 10:29:42 -08:00
Aaron
f9110a0355 SERVER-1818 add shutdown kill test 2010-10-05 12:16:53 -07:00