summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-242-2/+2
* SERVER-56192 Improve diagnosability of query planner unit testsTimour Katchaounov2021-05-213-45/+56
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-209-34/+43
* SERVER-54291 remove dependency on scanning replica set monitor in dbclient_rs...Randolph Tan2021-05-192-2/+15
* SERVER-52307 Enable dots and dollars feature flagAlya Berciu2021-05-181-2/+12
* SERVER-48528 ValidateTests can fail sporadically due to KeyString hashingYuhong Zhang2021-05-141-1/+1
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-132-6/+8
* SERVER-54292 remove dependency on scanning replica set monitor in tenant_migr...Randolph Tan2021-05-133-65/+113
* SERVER-55163 Add runtime-configurable setParameter for turning SBE on and offJenny Peshansky2021-05-071-6/+2
* SERVER-47123 remove AutoGetOrCreateDb from dbtestsBenety Goh2021-04-298-89/+100
* SERVER-56353 Cleanup incomplete chunks from a failed pre-5.0 shard/dropCollec...Kaloian Manassiev2021-04-281-0/+1
* SERVER-16049 Replicate capped collection deletesGregory Wlodarek2021-04-231-1/+0
* SERVER-55887 remove unowned_ptrBilly Donahue2021-04-211-1/+1
* SERVER-56045 Fix [SBE][dbtest] QueryStageMultiPlanTest test failing due to un...Andrii Dobroshynski2021-04-201-0/+8
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-093-12/+15
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-061-4/+2
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-0210-54/+56
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-34/+0
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-1/+1
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-2/+1
* SERVER-54716 RecordStores return RecordIds in orderLouis Williams2021-03-081-95/+22
* SERVER-32640 migrate cursor kill audit into authorization checkSergey Galtsev2021-03-051-7/+5
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-052-47/+3
* SERVER-52778 Remove unused 'allowImplictCollectionCreate' from the routerKaloian Manassiev2021-03-041-0/+3
* SERVER-47657 Added unique and sparse to index signatureYoonsoo Kim2021-03-031-19/+18
* SERVER-54778: Use the same writer thread to write noop entries for donor oplo...Lingzhi Deng2021-03-022-2/+2
* SERVER-34200 Explain doesn't report stages which are above a MultiPlanStageTimour Katchaounov2021-03-012-6/+11
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-252-3/+47
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-241-0/+361
* SERVER-54717 Fix failing ephemeralForTest clustered index ValidateTestsLouis Williams2021-02-241-1/+17
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-222-47/+3
* SERVER-54656 Validation can repair clustered collectionsGregory Wlodarek2021-02-191-0/+134
* SERVER-54656 Validation reports missing and extra index entries for clustered...Gregory Wlodarek2021-02-191-0/+104
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-1/+2
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-179-144/+148
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-102-8/+9
* SERVER-52542 Convert dropIndexes to IDLA. Jesse Jiryu Davis2021-02-091-13/+2
* SERVER-54277 Validate to support ObjectId type when reporting corrupt recordsGregory Wlodarek2021-02-091-15/+96
* SERVER-50268 cleaned up LIBDEP_DEPENDENTS and wiredtiger dependencies.Daniel Moody2021-02-061-1/+0
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+1
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-292-9/+11
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-291-13/+155
* SERVER-50423 Change memberConfig's slaveDelay field to secondaryDelaySecsAli Mir2021-01-281-3/+3
* SERVER-54003 Validate BSON type to be array when parsing BSON object to ArrayMoustafa Maher2021-01-261-1/+1
* SERVER-53724 Make DBClient able to reauthenticate with x509 automatically whe...Jason Zhang2021-01-252-4/+6
* SERVER-51730 Report histogram data on how long it takes cursors to drainVishnu Kaushik2021-01-212-1/+8
* SERVER-53869 Remove references to `getGlobalServiceContext()` from the catalogKaloian Manassiev2021-01-191-2/+0
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-199-35/+76
* SERVER-53435 Make queries run with DBHelpers plus SBE circumvent 'checkCanSer...David Storch2021-01-151-3/+7
* SERVER-52835 Nested LFR lock helpers should read from copied CollectionCatalogDianna Hohensee2021-01-081-1/+1