summaryrefslogtreecommitdiff
path: root/jstests/core/or3.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-29/+34
|
* SERVER-52952 Enable more jstests under SBE modeMelodee Li2020-11-251-3/+0
|
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-4/+4
| | | | This commit replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell""
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also ↵Arun Banala2020-11-121-4/+4
| | | | | | replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell" This reverts commit e69c967ff8b53634770438dfe9a5c7d13548351b.
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ↵Rishab Joshi2020-11-121-4/+4
| | | | the usages of ensureIndex() with createIndex() in JS tests and JS shell
* SERVER-49227 Tag tests to be excluded from jsCore_slot_based_executionJustin Seyster2020-08-141-0/+3
|
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-1/+1
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-38/+48
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-2/+2
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-12746: Fix assert() calls with constant-value argsKevin Pulo2015-10-301-3/+3
| | | | | | These calls were mostly mistakes that should have been assert.eq(). assert() will now trip if passed a non-string msg, or too many params.
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-1/+5
|
* SERVER-12127 migrate js tests to jscore suite when not related to writesSiyuan Zhou2014-03-031-0/+62
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>