summaryrefslogtreecommitdiff
path: root/jstests/core/dbcase.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65145 Use inject_tenant_prefix override in split passthroughMatt Broadstone2022-04-261-0/+5
|
* SERVER-51282 Replace all remaining reference to master slave terminology in ↵Ali Mir2020-10-131-1/+1
| | | | jstests
* SERVER-49996 Ensure getSiblingDB() is used instead of getSisterDB()Pavi Vetriselvan2020-08-171-2/+2
|
* 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-12/+12
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-2/+2
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-11735 Changed dbcase tests to detect write error instead of explicit ↵Yunhe (John) Wang2015-09-161-1/+0
| | | | error code
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+27
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api