summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/validate_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60768 Validate clustered collections without a secondary indexJosef Ahmad2021-11-051-13/+22
* SERVER-61158 IndexCatalog::refreshEntry() accepts CreateIndexEntryFlagsBenety Goh2021-11-041-1/+2
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-011-28/+34
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-221-21/+0
* SERVER-60099 validate RecordId's on clustered collectionsJosef Ahmad2021-10-121-8/+130
* SERVER-59797 Introduce new type for clusteredIndex create commandHaley Connelly2021-09-281-1/+2
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-37/+37
* SERVER-59600 move StorageDebugUtil to dbtestsBenety Goh2021-08-271-1/+1
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-06-151-17/+1
* SERVER-57127 IndexCatalogEntry::isMultikey() accepts OperationContext and Col...Benety Goh2021-06-041-3/+3
* SERVER-57127 IndexCatalogEntry::getMultikeyPaths() accepts CollectionPtrBenety Goh2021-06-041-3/+3
* SERVER-57127 IndexAccessMethod::getKeys() accepts OperationContext and Collec...Benety Goh2021-06-041-14/+42
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-4/+6
* 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-131-4/+5
* SERVER-47123 remove AutoGetOrCreateDb from dbtestsBenety Goh2021-04-291-7/+8
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-3/+3
* SERVER-54716 RecordStores return RecordIds in orderLouis Williams2021-03-081-95/+22
* SERVER-54717 Fix failing ephemeralForTest clustered index ValidateTestsLouis Williams2021-02-241-1/+17
* 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-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-7/+7
* SERVER-54277 Validate to support ObjectId type when reporting corrupt recordsGregory Wlodarek2021-02-091-15/+96
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-8/+10
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-291-13/+155
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-26/+26
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-22/+22
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-38/+38
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-261-0/+4
* SERVER-50293 Fix validate_tests to call finalizeTemporaryTables() in a WriteU...Gregory Wlodarek2020-08-131-62/+84
* SERVER-50088 Avoid reporting duplicate multikey errors when there are index i...Faustoleyva542020-08-071-3/+1
* SERVER-49103 Validate repair mode should fix up missing and extra index entriesShin Yee Tan2020-08-061-10/+911
* SERVER-46147: Update repair to fix multikey errors without performing an inde...Faustoleyva542020-07-281-0/+427
* SERVER-49341 Validate repair mode should delete records that fail BSON valida...Shin Yee Tan2020-07-201-4/+170
* SERVER-48067 Reduce memory consumption for unique index builds with large num...Gregory Noma2020-07-201-33/+62
* SERVER-49340 Add repair mode to validate for startup --repairShin Yee Tan2020-07-141-1/+9
* SERVER-24165 Validate should report records with invalid BSONShin Yee Tan2020-07-091-35/+71
* SERVER-46462 Run the dbtest validate wildcard index tests with background set...Shin Yee Tan2020-06-251-0/+2
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-1/+3
* SERVER-44650 Add new test mode enforeFastCount to foreground validateGregory Noma2020-05-211-28/+28
* SERVER-46570 Remove the kCheckpoint ReadSource on the RecoveryUnitJamie Heppenstall2020-05-051-2/+2
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-101-6/+21
* SERVER-46946 Optimize BtreeKeyGenerator::getKeys for non-multikey indexesAnton Korshunov2020-03-211-6/+6
* SERVER-46666 Add extra validate logging for unit tests for debug proposesDianna Hohensee2020-03-091-6/+12
* SERVER-46410 Validate should check for duplicate keys in unique indexesLouis Williams2020-03-031-0/+160
* SERVER-46108 Improvements to validate dbtest test failure debuggingDianna Hohensee2020-02-191-36/+60
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-4/+22
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-301-4/+8