summaryrefslogtreecommitdiff
path: root/jstests/slow2/replsets_killop.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23111 isolate election_timing.js and memory.js by creating new ↵Eric Milkie2016-03-151-70/+0
| | | | serial_run suite
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-27/+28
|
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-1/+1
| | | | | | This is just a cleanup work to hide some of the private state of ReplSetTest so it is easier to encapsulate and add new logic. Also enables strict mode.
* SERVER-15983 replsets_killop.js: allow 5m for member to replicate opsJason Rassi2014-11-061-1/+1
|
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-151-5/+5
|
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-061-5/+5
| | | | This reverts commit 87dc3ae516e1d12a632dc604710661e38ed7b3dd.
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-061-5/+5
|
* SERVER-13391 Move slowest tests from noPassthrough* (formerly ↵Mathias Stearn2014-03-271-0/+69
slow{Weekly,Nightly}) to slow* slow1 and slow2 are new suites to hold very slow tests. The idea is that we can create slow3, slow4, etc to keep the time to run the longest suite down.