Commit Graph

11 Commits

Author SHA1 Message Date
Rishab Joshi
4329ffafa3 SERVER-50442 Remove ensureIndex shell function
This commit replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell""
2020-11-17 14:23:10 +00:00
Arun Banala
7c196029e8 Revert "SERVER-50442 Remove ensureIndex shell function This commit also replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell"
This reverts commit e69c967ff8.
2020-11-12 18:15:38 +00:00
Rishab Joshi
e69c967ff8 SERVER-50442 Remove ensureIndex shell function This commit also replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell 2020-11-12 10:38:50 +00:00
James Wahlin
39c3a5d77b SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
Arun Banala
713a157515 SERVER-39158 Change updates to prefer target by the query 2019-05-22 17:24:12 +01:00
Judah Schvimer
560c91cdeb SERVER-24997 create CannotIndexParallelArrays error code 2016-07-12 14:33:14 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
David Storch
63f6ed5313 Revert "SERVER-8192 rewritten V1 btree key generation"
This reverts commit 441b3c183c.
2014-05-24 12:34:50 -04:00
David Storch
441b3c183c SERVER-8192 rewritten V1 btree key generation 2014-05-13 10:18:09 -04:00
Siyuan Zhou
6412fa7eca SERVER-13389 Migrate assert.gleXXX in jscore test suite 2014-03-27 18:45:26 -04:00
Randolph Tan
5595b94560 SERVER-12127 migrate js tests to jscore suite when not related to writes
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api
2014-02-28 16:26:33 -05:00