summaryrefslogtreecommitdiff
path: root/jstests/core/distinct3.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-18/+18
|
* SERVER-18868 Check the exit code of the parallel shell.Max Hirschhorn2015-06-231-4/+4
| | | | | By default the await function returned by startParallelShell() asserts that the exit code is zero.
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+35
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api