summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/validate_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+2
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-6/+6
* SERVER-74483 Remove unused InsertDeleteOptions fieldsYu Jin Kang Park2023-03-151-13/+0
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-3/+3
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-02-161-44/+44
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-1/+2
* SERVER-65677: Use validate repair mode to fix duplicate keysWill Buerger2022-12-081-15/+69
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-0/+53
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-53/+0
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-0/+53
* SERVER-69186 Track newly created indexes for background validation againYuhong Zhang2022-08-301-21/+67
* SERVER-69135 Bring back the kCheckpoint ReadSource on the RecoveryUnitYuhong Zhang2022-08-261-2/+2
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-214/+250
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-2/+2
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-3/+3
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-3/+4
* SERVER-65918 Remove references to `ephemeralForTest`Gregory Noma2022-05-021-24/+21
* SERVER-64444 Add unittests for repairing and validating index specsYuhong Zhang2022-04-151-0/+26
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-401/+396
* SERVER-63605 Modify test to ignore transient warningsJordi Olivares Provencio2022-02-231-43/+60
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-174/+166
* SERVER-50081 Remove duplicate documents of unique indexes in repair modeShin Yee Tan2022-01-281-17/+598
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-1/+1
* SERVER-61606 Don't perform untimestamped catalog writes when index builds rea...Gregory Noma2021-12-011-28/+14
* 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