summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57265 Migrate tests for deprecated op codes from jstest to C++ integra...Irina Yatsenko2021-06-151-8/+6
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-06-152-35/+1
* SERVER-57424 remove ENABLE_BITMASK_OPERATORSBilly Donahue2021-06-101-1/+1
* SERVER-56793 running dbtest with no suites should be an errorMikhail Shchatko2021-06-091-0/+6
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-06-052-7/+15
* SERVER-57127 IndexCatalogEntry::isMultikey() accepts OperationContext and Col...Benety Goh2021-06-042-4/+6
* SERVER-57127 IndexCatalogEntry::getMultikeyPaths() accepts CollectionPtrBenety Goh2021-06-042-4/+4
* SERVER-57127 IndexAccessMethod::getKeys() accepts OperationContext and Collec...Benety Goh2021-06-041-14/+42
* SERVER-57127 WorkingSetCommon::fetch() accepts CollectionPtrBenety Goh2021-06-041-2/+2
* SERVER-57127 IndexScanParams accepts CollectionPtrBenety Goh2021-06-037-66/+70
* SERVER-57127 DistinctParams accepts CollectionPtrBenety Goh2021-06-031-3/+3
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-1/+2
* SERVER-57127 CountScanParams accepts CollectionPtrBenety Goh2021-06-031-13/+26
* SERVER-57293 Disable lock-free reads for certain dbtests until later addressedDianna Hohensee2021-06-022-0/+18
* 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