Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-14100 explain for delete | David Storch | 2014-09-19 | 1 | -0/+1 |
| | |||||
* | SERVER-15230 explain find via the find command | David Storch | 2014-09-18 | 1 | -0/+1 |
| | |||||
* | SERVER-14098 add CountStage | David Storch | 2014-09-10 | 1 | -0/+1 |
| | |||||
* | SERVER-14922 increase the timeout in rollback4.js to remove one of its ↵ | matt dannenberg | 2014-08-15 | 1 | -1/+3 |
| | | | | failure modes | ||||
* | remove rollback4 debugging to decrease failure frequency | matt dannenberg | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();" | daveh86 | 2014-05-22 | 1 | -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 commands | Randolph Tan | 2014-05-15 | 7 | -109/+109 |
| | |||||
* | Revert "SERVER-13741 Migrate remaining tests to use write commands" | David Storch | 2014-05-06 | 7 | -109/+109 |
| | | | | This reverts commit 87dc3ae516e1d12a632dc604710661e38ed7b3dd. | ||||
* | SERVER-13741 Migrate remaining tests to use write commands | Randolph Tan | 2014-05-06 | 7 | -109/+109 |
| | |||||
* | extra debugging to help fix rollback4.js | matt dannenberg | 2014-04-29 | 1 | -2/+3 |
| | |||||
* | SERVER-13710: Cleanup Replication Tests | Scott Hernandez | 2014-04-25 | 1 | -5/+5 |
| | |||||
* | move tests from noPassthrough to slow2 | Mark Benvenuto | 2014-04-11 | 3 | -0/+148 |
| | |||||
* | SERVER-13391 Move slowest tests from noPassthrough* (formerly ↵ | Mathias Stearn | 2014-03-27 | 6 | -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. |