summaryrefslogtreecommitdiff
path: root/jstests/core/find4.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-3/+3
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-33/+33
|
* SERVER-30384 tests should specify a sort when expecting an ordering for a queryKyle Suarez2017-11-221-30/+36
| | | | | | This refactors several tests in core to not rely on an implicit sort order, which allows them to be unblacklisted from the causally consistent jscore passthroughs.
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+5
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-17/+25
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-2/+2
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+26
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api