Spencer T Brody
c970ae123e
SERVER-25077 Print the ops that were actually seen when killop.js fails its assert.soon
2016-07-18 11:14:02 -04:00
Kaloian Manassiev
2013e866b5
SERVER-24098 killop.js should sleep between loop iterations
2016-05-09 10:07:17 -04:00
Kaloian Manassiev
02d3aaef91
SERVER-23753 Increase wait time for killop.js
2016-04-19 10:23:26 -04:00
Kaloian Manassiev
a25105bd6e
SERVER-23753 Make killop.js more robust
...
Also format the file and make it not drop the collection, which in the
case of sharded passthrough is already sharded.
2016-04-15 17:08:27 -04:00
Jonathan Abrahams
4ae691e8ed
SERVER-22468 Format JS code with approved style in jstests/
2016-03-09 12:18:14 -05:00
Mike Grundy
3bed8596d1
SERVER-22341 fix jslint errors in jstests/core with eslint --fix
...
Conflicts:
jstests/core/count_hint.js
2016-02-09 13:41:02 -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
Siyuan Zhou
3660343e0b
SERVER-12127 migrate js tests to jscore suite when not related to writes
...
Migrate js tests starting from j-z.
Include SERVER-12920 Update use_power_of_2.js
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com >
2014-03-03 22:54:10 -05:00