summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/background.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-14/+14
|
* SERVER-13635: make noPassthroughWithoutMongod tests storage engine agnosticDan Pasette2014-10-121-1/+1
|
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-151-25/+21
|
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-061-21/+25
| | | | This reverts commit 87dc3ae516e1d12a632dc604710661e38ed7b3dd.
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-061-25/+21
|
* SERVER-13391 Rename slowNightly -> noPassthroughWithMongod and slowWeekly -> ↵Mathias Stearn2014-03-271-0/+51
noPassthrough This better represents their purpose and the difference between them.