Kamran Khan
15376bdb53
SERVER-20941 Update v8-specific code and comments in JS tests
...
The switch to SpiderMonkey invalidated some of the code and comments.
2015-11-13 12:32:15 -05: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
06928da7d2
SERVER-14143 Re-enable javascript interruption.
...
This restores the behavior from 2.6 to interrupt server-side javascript contexts, but doesn't fix
the existing bugs with it due to multiple javascript scopes being associated with a single opId and
opIds changing between getMore calls.
2014-12-01 16:31:10 -05:00
Mathias Stearn
4857b87015
SERVER-14069 Temporarily disable interrupting JS code
...
SERVER-14143 Will reenable it
2014-06-03 13:05:03 -04:00
Randolph Tan
5595b94560
SERVER-12127 migrate js tests to jscore suite when not related to writes
...
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api
2014-02-28 16:26:33 -05:00