summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60179 The 'validate' command should return 'InvalidOptions' instead of...Gregory Wlodarek2021-11-012-5/+5
* SERVER-58409 Use WiredTiger largest_key API to initialize the highest RecordI...Louis Williams2021-10-291-0/+133
* SERVER-60957 Support change stream pre and post images in a sharded cluster.Rishab Joshi2021-10-292-108/+10
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-281-0/+90
* SERVER-61019 Move clustered_indexes_utils.js content under ClusteredCollectio...Haley Connelly2021-10-271-2/+2
* SERVER-61006 Handle newly created time-series collections during FCV upgradeGregory Wlodarek2021-10-271-0/+48
* SERVER-60576 On downgrade, remove the catalog flag that indicates whether a t...Gregory Wlodarek2021-10-251-17/+42
* SERVER-59607 Re-locate the pre-images collection to 'config' databaseDenis Grebennicov2021-10-251-11/+5
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-251-22/+30
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-5/+2
* SERVER-60623 remove TimeseriesTest.timeseriesCollectionsEnabled() references ...Benety Goh2021-10-2227-219/+10
* SERVER-60575 On upgrade, add the catalog flag that indicates that a time-seri...Gregory Wlodarek2021-10-221-0/+6
* SERVER-59688 Expect InterruptedDueToReplStateChange in testBenety Goh2021-10-211-4/+6
* SERVER-60588 Don't attempt to coerce a double product to longJennifer Peshansky2021-10-201-11/+18
* SERVER-59070 Support `needsMerge` behavior in $group pushed down to SBEYoonsoo Kim2021-10-192-1/+93
* SERVER-58825 Make pre-images collection clusteredMindaugas Malinauskas2021-10-191-12/+37
* SERVER-60118 Support collMod on clustered collectionsHaley Connelly2021-10-181-0/+92
* SERVER-32160 Warn users of schemas that reject all documentsTed Tuckman2021-10-151-0/+56
* SERVER-60086 Add read concern check for aggregate commands.Wenbin Zhu2021-10-141-4/+2
* SERVER-60586 Fix out_max_time_ms.js to correctly enable 'maxTimeNeverTimeOut'...David Storch2021-10-131-6/+18
* SERVER-58991 Acquire the critical section on the recipient shard of a moveChu...Jordi Serra Torrens2021-10-131-0/+11
* SERVER-56905 Ban API params to aggregate/find/etc shell helpersNicholas Zolnierz2021-10-121-0/+17
* SERVER-60070 Add planCacheSize parameter validationAlexander Ignatyev2021-10-121-6/+34
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/col...Denis Grebennicov2021-10-121-39/+64
* SERVER-60002 Enable TTL deletions on clustered collectionsHaley Connelly2021-10-111-0/+122
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-091-0/+1
* SERVER-60070 Ignore onPlanCacheSizeUpdate on startAlexander Ignatyev2021-10-081-0/+16
* SERVER-57020 Extend tests for aggregation exprsAlexander Ignatyev2021-10-071-45/+136
* SERVER-60421 raise the log level when removing nodes from sdam topology or ig...LaMont Nelson2021-10-051-3/+3
* SERVER-58690 Implement loading of post-images in a change streamDenis Grebennicov2021-10-041-2/+2
* SERVER-59681 Start storing SBE plans in the new plan cacheRuoxin Xu2021-10-017-0/+48
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-1/+1
* SERVER-59178 Re-enable SBE as the default execution engineJennifer Peshansky2021-09-302-4/+3
* SERVER-60231 Add 'required_sharding' tag to fix test failureArun Banala2021-09-301-0/+4
* SERVER-60231 Unordered batched time-series inserts should abort upon stale co...Arun Banala2021-09-291-51/+105
* SERVER-60283 Disable validate_detects_invalid_index_options.js on ephemeralFo...Gregory Wlodarek2021-09-281-1/+5
* SERVER-60270 Add tags to $setWindowFields read concern testTed Tuckman2021-09-281-0/+5
* SERVER-56882 add js test for reproducing transient validation warnings with h...Benety Goh2021-09-281-0/+62
* SERVER-56882 add js test to ensure a full validation runs without warnings on...Benety Goh2021-09-271-0/+44
* SERVER-58689 Implement loading of pre-images in a change streamDenis Grebennicov2021-09-271-2/+2
* SERVER-60087 Add stats under collStats for timeseries bucket compressionHenrik Edin2021-09-271-4/+26
* SERVER-59805 The 'collMod' command removes invalid index optionsGregory Wlodarek2021-09-241-0/+68
* SERVER-59805 The 'validate' command detects invalid index optionsGregory Wlodarek2021-09-241-0/+61
* SERVER-58686 Implement writing of pre-images for non-transactional update/rep...Denis Grebennicov2021-09-231-1/+1
* SERVER-59869 Robustify sharded distinct command response handlingMihai Andrei2021-09-221-0/+23
* SERVER-60038 Ban $setWindowFields in transactionsTed Tuckman2021-09-221-0/+76
* SERVER-60052 Truncate SBE explain plan stats if they exceed max BSON depthMihai Andrei2021-09-211-0/+36
* SERVER-58552 Raise `kBSONDepthParameterFloor` to 21Gregory Noma2021-09-212-17/+18
* SERVER-58685 Implement creation of pre-images collectionDenis Grebennicov2021-09-151-2/+39
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-0/+129