Commit Graph

12 Commits

Author SHA1 Message Date
Jack Mulrow 0832b7f863 SERVER-33229 Blacklist tests that use startParallelShell from failover core suites
(cherry picked from commit 1df41757d5)
2020-04-30 19:35:48 +00:00
Max Hirschhorn 9ad8d6335f SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.
There are likely more JavaScript tests which have been added since
r3.6.9 that still need to be tagged.

(cherry picked from commit 05ec08fa62)
2019-03-11 18:17:29 -04:00
Henrik Edin 536942635b SERVER-34533 killOp available on embedded.
Added a unittest for embedded to test killOp
2018-04-19 11:02:57 -04:00
Henrik Edin 1a4017efa4 SERVER-29725 Tag jstests in core so we can run the suite on mongoe. 2018-04-18 09:14:20 -04:00
Max Hirschhorn 264d971842 SERVER-32691 Add write_concern_majority_passthrough.yml test suite.
Also adds support for using replica set connection strings in resmoke.py
without making all nodes electable.
2018-01-30 19:45:42 -05:00
Jack Mulrow 00d92ece19 SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough.yml suite
The actual suite will come in a follow-up commit.
2017-12-07 14:36:15 -05:00
Tess Avitabile f56ae94527 SERVER-28575 Profile entry for update/delete should contain entire raw update/delete 2017-05-23 17:37:13 -04:00
Jonathan Abrahams 4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -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
David Storch d5ceac1d55 SERVER-14064 provide planSummary for slow count commands 2014-05-29 16:28:29 -04:00