summaryrefslogtreecommitdiff
path: root/jstests/core/idhack.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64473 Split up `core` jstest directoryGregory Noma2023-01-091-118/+0
* SERVER-66435 Always use classic engine for IDhack plansAnna Wawrzyniak2022-10-121-9/+7
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-141-3/+2
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to c...Mihai Andrei2022-05-271-1/+2
* SERVER-65129 Remove featureFlagAutoParameterizationRuoxin Xu2022-04-121-3/+2
* SERVER-65380 Handle new SBE index scan plan in integration testsAlexander Ignatyev2022-04-121-1/+4
* SERVER-60389 [SBE] Rewrite engine specific assertions to be multiversion comp...Mihai Andrei2021-10-121-9/+15
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-3/+0
* SERVER-57077 require FCV 5.0 for tests asserting on query plan shapeKyle Suarez2021-05-201-0/+3
* SERVER-55623 Fix covered shard filtering on hashed indexes in SBEIan Boros2021-04-201-4/+2
* SERVER-55770 Add geo_update_dedup.js to the list of multi-update tests not ha...Matthew Russotto2021-04-081-0/+1
* SERVER-55361 Skip query planner for IDHack queries in SBEIan Boros2021-03-231-1/+1
* SERVER-54930 Fix sbe_explain_helpers.js breaking parallel testerAndrii Dobroshynski2021-03-041-6/+11
* SERVER-54562 [SBE] Fix jstests/core/index_filter_commands.js failure due to e...Andrii Dobroshynski2021-03-021-32/+1
* SERVER-54560 [SBE] jstests/core/idhack.js should check for IXSCAN over _id in...Mihai Andrei2021-03-011-11/+42
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-1/+1
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also repla...Arun Banala2020-11-121-1/+1
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ...Rishab Joshi2020-11-121-1/+1
* SERVER-49227 Tag tests to be excluded from jsCore_slot_based_executionJustin Seyster2020-08-141-0/+1
* SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstestsAli Mir2020-04-291-1/+4
* SERVER-44793 Add `requires_fcv_44` as required to Query core jstests to addre...James Wahlin2019-11-221-1/+1
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-9/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-100/+101
* SERVER-12916 ensure find on _id field obeys min/max.Misha Ivkov2019-07-221-0/+16
* SERVER-38980 Make sure all jstests/core test that inspects totalKeysExamined ...Randolph Tan2019-01-151-1/+1
* SERVER-23202: Query planner does not trim certain bounds-generating inequalit...Nick Zolnierz2018-03-141-84/+86
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-4/+4
* SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough...Jack Mulrow2017-12-071-0/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+5
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-45/+50
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-17/+17
* SERVER-17544 remove $-prefixed find options from jstests and commentsDavid Storch2015-07-231-4/+4
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-9/+8
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-2/+0
* SERVER-13337 support queries with projections in the idhack runnerDavid Storch2014-05-011-7/+33
* SERVER-12902 extended ID hack to support {_id: 1} projectionBenety Goh2014-03-061-2/+8
* SERVER-12902 disallow queries with projections for id hackBenety Goh2014-03-061-0/+5
* SERVER-12918 fixed skip() with equality queries on _idBenety Goh2014-03-051-0/+5
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+43