summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52814 Serialize projection _id field to always equivalent projection specTed Tuckman2021-01-251-0/+68
* SERVER-53819 re-enable timeseries tests in causal consistency suitesBenety Goh2021-01-249-9/+5
* SERVER-53819 provide each test case in timeseries_min_max.js with unique coll...Benety Goh2021-01-241-3/+7
* SERVER-53816 time-series tests should be tagged with 'assumes_no_implicit_col...Benety Goh2021-01-249-10/+10
* SERVER-53072 Expire time-series bucket catalog entries if the memory usage th...Gregory Noma2021-01-221-0/+61
* SERVER-52908 Add tests to verify that API version parameters are correctly pr...samontea2021-01-221-0/+78
* Revert "SERVER-52953 $geoNear does not always match coordinate given to 'near...Mihai Andrei2021-01-221-52/+0
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-225-15/+21
* SERVER-51081 Add a way to "try abort" a tenant migrationJason Zhang2021-01-211-0/+1
* SERVER-53884 Fix crud_ops_do_not_throw_locktimeout.js when run under multiver...Henrik Edin2021-01-201-3/+8
* SERVER-52809 Implement the new drop collection path in _shardsvrDropCollectionJaume Moragues2021-01-203-2/+19
* SERVER-53247 disable enableMajorityReadConcern=false for non-test storage eng...Pavi Vetriselvan2021-01-191-3/+4
* SERVER-53835 Add requires_fcv_49 to dropdb.jsJason Chan2021-01-161-0/+1
* SERVER-52231 move timeseries_collStats.js to noPassthroughWithMongodBenety Goh2021-01-151-171/+0
* SERVER-52231 move collStats test cases to timeseries_collStats.jsBenety Goh2021-01-154-16/+54
* SERVER-52231 update exclusions for time-series testsBenety Goh2021-01-159-2/+36
* SERVER-53447 Blacklist insert1.js with from transaction passthrough tests wit...Matthew Russotto2021-01-141-1/+1
* SERVER-52547 Update Txn cmds to to inherit from IDL-generated base classesMoustafa Maher2021-01-142-2/+2
* SERVER-53161 Convert killCursors to TypedCommandSara Golemon2021-01-131-1/+1
* SERVER-53618 Add collStats for time-series collectionsGregory Noma2021-01-134-0/+129
* SERVER-52913 Support $elemMatch projection operator in SBENikita Lapkov2021-01-134-246/+295
* SERVER-52873 Add tests to validate that APIVersionParameters are inherited in...Ruoxin Xu2021-01-121-1/+46
* SERVER-52953 $geoNear does not always match coordinate given to 'near' when m...Mihai Andrei2021-01-121-0/+52
* SERVER-51618 Disallow pipeline stages that are not part of API version 1 with...Ruoxin Xu2021-01-121-0/+52
* SERVER-53669 Fix crud_ops_do_not_throw_locktimeout.js when enableMajorityRead...Henrik Edin2021-01-081-2/+5
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-073-11/+11
* SERVER-52626 Check for Lock Free Reads feature flag in crud_ops_do_not_throw_...Henrik Edin2021-01-071-3/+9
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-072-2/+10
* SERVER-53317 Update time-series bucket min/max efficientlyGregory Noma2021-01-061-6/+12
* SERVER-53575 Include default validation action/level in catalog entryA. Jesse Jiryu Davis2021-01-061-0/+9
* SERVER-51615 Disallow writes to system.js collection with apiStrict:truesamontea2021-01-051-1/+77
* SERVER-52551 Convert dropDatabase command to IDL-generated classA. Jesse Jiryu Davis2021-01-041-0/+1
* Revert "SERVER-51615 Disallow writes to system.js collection with apiStrict:t...Pierlauro Sciarelli2020-12-311-73/+0
* SERVER-51615 Disallow writes to system.js collection with apiStrict:truesamontea2020-12-231-0/+73
* SERVER-52550 Convert "drop" command to generated base classA. Jesse Jiryu Davis2020-12-221-1/+1
* SERVER-47806 Remove unsetSharding commandJason Zhang2020-12-191-1/+0
* SERVER-53128 add time-series test for sparse measurementsBenety Goh2020-12-181-0/+96
* SERVER-53416 time-series tests are not compatible with 'legacy' read mode use...Benety Goh2020-12-182-1/+3
* SERVER-53371 Set API Parameters on opCtx before parsing commandSamy Lanka2020-12-161-2/+2
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-162-3/+12
* Revert "SERVER-52545 Define listIndexes with IDL"Lingzhi Deng2020-12-162-12/+3
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-152-3/+12
* SERVER-51768 Update javascript tests to reflect count being removed from API ...samontea2020-12-111-1/+1
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-091-0/+1
* SERVER-53272 fix timeseries_insert.js collection re-use in the parallel test ...Benety Goh2020-12-081-0/+2
* SERVER-51617 Add test expression for API version testingBetty Shen2020-12-081-0/+115
* SERVER-52703 Support Undefined type in SBE. SERVER-52704 Support MinKey/MaxKe...Martin Neupauer2020-12-085-9/+0
* SERVER-52929 Correctly handle compound indexes with 32 keysLouis Williams2020-12-071-0/+57
* SERVER-53130 Support objects and arrays for time-series bucket min/maxGregory Noma2020-12-071-0/+87
* SERVER-52912 Support $slice projection operator in SBENikita Lapkov2020-12-071-9/+201