summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/remove9.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-071-3/+3
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-1/+1
| | | | assert.commandWorked()
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-5/+6
|
* SERVER-20519 Set random seed, assert if seed not set and random function is ↵Jonathan Abrahams2015-12-311-0/+1
| | | | invoked.
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-151-3/+2
|
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-061-2/+3
| | | | This reverts commit 87dc3ae516e1d12a632dc604710661e38ed7b3dd.
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-061-3/+2
|
* SERVER-13391 Rename slowNightly -> noPassthroughWithMongod and slowWeekly -> ↵Mathias Stearn2014-03-271-0/+12
noPassthrough This better represents their purpose and the difference between them.