summaryrefslogtreecommitdiff
path: root/jstests/core/sort3.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-8/+8
|
* SERVER-30384 tests should specify a sort when expecting an ordering for a queryKyle Suarez2017-11-221-14/+10
| | | | | | 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-12/+9
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-6/+15
|
* SERVER-17544 update tests depending on OP_QUERY/OP_GET_MORE specific behaviorDavid Storch2015-07-281-5/+0
| | | | | | | --Use of 'orderby' is not allowed for find command. --Passing a negative value for .batchSize() is no longer legal. --Find command accepts 64-bit skip and limit values. --Slow log line format has changed for find command.
* SERVER-12127 migrate js tests to jscore suite when not related to writesSiyuan Zhou2014-03-031-0/+16
Migrate js tests starting from j-z. Include SERVER-12920 Update use_power_of_2.js Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>