summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33182 Remove atomic applyOpsAdityavardhan Agrawal2022-11-101-1/+2
* SERVER-68782 speedup batched multi delete testsTommaso Tocci2022-10-278-27/+47
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-201-0/+22
* SERVER-68519 include more info in column scan explainAlyssa Wagenmaker2022-10-141-13/+70
* SERVER-70421 Complete TODO listed in SERVER-69884sergey.galtsev2022-10-111-2/+0
* SERVER-69616 Use SBE expressions instead of PlanStages for logical MQL operatorsNikita Lapkov2022-10-031-1/+2
* SERVER-69549 Unify tags used in columnstore index testsIrina Yatsenko2022-09-261-7/+8
* SERVER-69408 Add randomized testing for the mixed-type timeseries bugsamontea2022-09-161-0/+79
* SERVER-69707 Fix undefined slot error for $group with conditional expressionYoonsoo Kim2022-09-161-0/+188
* SERVER-69571 Skip running background validation tests on in-memory test variantsYuhong Zhang2022-09-091-1/+1
* SERVER-57699 Move command_let_variables_merge_only to core jstestsAlexander Ignatyev2022-09-091-158/+0
* SERVER-65124 Enable feature flag for the extended validate commandYuhong Zhang2022-09-087-7/+7
* SERVER-69482 Fix "group_pushdown.js" testDrew Paroski2022-09-081-1/+1
* SERVER-69482 Make EvalStage less error-proneDrew Paroski2022-09-081-0/+5
* SERVER-69066 Add testing for validation of time-series data indexesYuhong Zhang2022-08-261-0/+117
* SERVER-68688 Rename `checkBSONConsistency` option to `checkBSONConformance`Yuhong Zhang2022-08-251-9/+9
* SERVER-66698 Clear BucketCatalog namespaces lazily using clear registryDavid Wang2022-08-192-149/+0
* SERVER-68913 Lower maximum field depth when address sanitizer is activeJennifer Peshansky2022-08-181-3/+18
* SERVER-67336 Support per-path filters in SBE column scan stageIrina Yatsenko2022-08-131-41/+117
* SERVER-68501 changed invariant to uassert for direct bounded sort useMatt Boros2022-08-111-2/+20
* Revert "SERVER-67336 Per-path filters"Uladzimir Makouski2022-08-051-117/+41
* SERVER-67336 Per-path filtersIrina Yatsenko2022-08-041-41/+117
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-041-7/+7
* SERVER-62985 Add planning logic to support hinting a columnar indexCharlie Swanson2022-08-041-556/+0
* Revert "SERVER-62042 Consolidate query optimization and execution control int...auto-revert-processor2022-08-041-7/+7
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-031-7/+7
* SERVER-68497 Handle skipped data fields when validating closed time-series bu...Yuhong Zhang2022-08-021-0/+19
* SERVER-67890 run datasize_kill_op.js on a dedicated databaseAlberto Massari2022-07-291-44/+0
* SERVER-68405 Convert Nothing for _id expression in $group to NullYoonsoo Kim2022-07-291-0/+13
* SERVER-67023 : Check 'control.count' in time-series validate commandRichard Hausman2022-07-282-0/+84
* SERVER-66987 Check time-series bucket min and max fields during validation co...Damian Wasilewicz2022-07-211-0/+247
* SERVER-67733 ShardingTest::awaitBalancerRound() doesn't work in case of CSRS...Tommaso Tocci2022-07-151-1/+1
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-143-29/+10
* SERVER-66986 Added check for equivalence of OID-embedded timestamp and 'contr...Richard Hausman2022-07-121-0/+65
* SERVER-67520 Add `checkBSONConsistency` option to the validate commandYuhong Zhang2022-07-111-0/+38
* SERVER-66983 Check version field on time-series bucket collections in validationRichard Hausman2022-07-061-0/+110
* SERVER-66976 Enabled validation for time-series collectionsDamian Wasilewicz2022-07-061-0/+68
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-062-5/+2
* Revert "SERVER-66976 Enabled validation for time-series collections"Sviatlana Zuiko2022-06-301-68/+0
* SERVER-64254 Add detailed explain output for `columnscan` stageJeffrey Xiao2022-06-301-0/+139
* SERVER-66976 Enabled validation for time-series collectionsDamian Wasilewicz2022-06-291-0/+68
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and 'featureFlagSBELookupPu...Mihai Andrei2022-06-212-2/+2
* SERVER-66738 Improve bucketing performance for large time-series measurementsGregory Wlodarek2022-06-162-0/+149
* SERVER-66812 Fix bug with $group projection analysisCharlie Swanson2022-06-061-0/+13
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to c...Mihai Andrei2022-05-276-164/+43
* SERVER-66378 Adapt tests skipped due to featureFlagBalanceAccordingToDataSizePierlauro Sciarelli2022-05-241-50/+26
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-191-8/+8
* SERVER-65816 Change balancer policy to balance on data size rather than numbe...Pierlauro Sciarelli2022-05-191-0/+13
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-161-9/+9
* SERVER-66102 Change column scan stage to read from true column indexIan Boros2022-05-111-0/+564