summaryrefslogtreecommitdiff
path: root/jstests/slow2
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-14100 explain for deleteDavid Storch2014-09-191-0/+1
|
* SERVER-15230 explain find via the find commandDavid Storch2014-09-181-0/+1
|
* SERVER-14098 add CountStageDavid Storch2014-09-101-0/+1
|
* SERVER-14922 increase the timeout in rollback4.js to remove one of its ↵matt dannenberg2014-08-151-1/+3
| | | | failure modes
* remove rollback4 debugging to decrease failure frequencymatt dannenberg2014-06-101-1/+1
|
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-221-1/+1
| | | | | | Includes both the initial patch to remove all throws and patches for all failing tests Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-157-109/+109
|
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-067-109/+109
| | | | This reverts commit 87dc3ae516e1d12a632dc604710661e38ed7b3dd.
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-067-109/+109
|
* extra debugging to help fix rollback4.jsmatt dannenberg2014-04-291-2/+3
|
* SERVER-13710: Cleanup Replication TestsScott Hernandez2014-04-251-5/+5
|
* move tests from noPassthrough to slow2Mark Benvenuto2014-04-113-0/+148
|
* SERVER-13391 Move slowest tests from noPassthrough* (formerly ↵Mathias Stearn2014-03-276-0/+586
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.