summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-59399 Allow dropping ready indexes while having in-progress index buildsGregory Wlodarek2021-11-113-45/+116
|
* SERVER-58691 Implement deletion of pre-images which corresponding oplog ↵Denis Grebennicov2021-11-101-0/+104
| | | | entry fell off the oplog
* SERVER-57227 Remove assertion of no retriesIsrael Hsu2021-11-101-1/+1
|
* SERVER-59721 Stop using the minValid optime when resolving a sync sourceSamy Lanka2021-11-091-106/+0
|
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-2/+5
|
* SERVER-58726 Test spilling behavior for exact top-n accumulators and fix ↵Mihai Andrei2021-11-081-0/+34
| | | | serialization logic for merging on a shard
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-084-52/+388
|
* SERVER-61175 Store the original user index definition on the transformed ↵Gregory Wlodarek2021-11-051-0/+31
| | | | index definition on the buckets collection for partial indexes
* SERVER-60179 The 'validate' command should return 'InvalidOptions' instead ↵Gregory Wlodarek2021-11-012-5/+5
| | | | of 'CommandNotSupported' for incompatible options
* SERVER-58409 Use WiredTiger largest_key API to initialize the highest ↵Louis Williams2021-10-291-0/+133
| | | | | | RecordId in a collection This fixes a bug that allows a RecordId to be incorrectly reused during startup recovery's prepared transaction reconstruction.
* 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 ↵Haley Connelly2021-10-271-2/+2
| | | | ClusteredCollectionUtil class
* 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 ↵Gregory Wlodarek2021-10-251-17/+42
| | | | time-series bucket has mixed-schema data
* 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 ↵Josef Ahmad2021-10-251-5/+2
| | | | arbitrary keys
* SERVER-60623 remove TimeseriesTest.timeseriesCollectionsEnabled() references ↵Benety Goh2021-10-2227-219/+10
| | | | | | from non-core tests Time-series collections are enabled by default, making these checks no longer necessary.
* SERVER-60575 On upgrade, add the catalog flag that indicates that a ↵Gregory Wlodarek2021-10-221-0/+6
| | | | time-series bucket may have mixed-schema data
* 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 ↵David Storch2021-10-131-6/+18
| | | | 'maxTimeNeverTimeOut' failpoint
* SERVER-58991 Acquire the critical section on the recipient shard of a ↵Jordi Serra Torrens2021-10-131-0/+11
| | | | moveChunk operation (happy-path)
* 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 ↵Denis Grebennicov2021-10-121-39/+64
| | | | create/collMod commands to object
* 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 ↵LaMont Nelson2021-10-051-3/+3
| | | | ignoring messages
* 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 ↵Arun Banala2021-09-291-51/+105
| | | | config expections
* SERVER-60283 Disable validate_detects_invalid_index_options.js on ↵Gregory Wlodarek2021-09-281-1/+5
| | | | ephemeralForTest
* 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 ↵Benety Goh2021-09-281-0/+62
| | | | hashed indexes
* SERVER-56882 add js test to ensure a full validation runs without warnings ↵Benety Goh2021-09-271-0/+44
| | | | on an empty collection
* SERVER-58689 Implement loading of pre-images in a change streamDenis Grebennicov2021-09-271-2/+2
| | | | Co-authored-by: Bernard Gorman <bernard.gorman@mongodb.com>
* 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
|