summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/validate_state_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-12/+65
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-65/+12
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-12/+65
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-8/+4
* SERVER-67508 OpObserverImpl constructor accepts OplogWriterBenety Goh2022-07-151-1/+3
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-2/+0
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-2/+2
* SERVER-58162 Remove `ReplicationCoordinator::canAcceptWritesFor` condition in...Gregory Noma2021-09-131-0/+3
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-3/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-10/+5
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-7/+8
* SERVER-50602 remove DBDirectClient and enableIndexBuildCommitQuorum reference...Benety Goh2020-08-291-35/+14
* SERVER-50360 fix ValidateStateTest for resumable index buildsBenety Goh2020-08-181-0/+30
* SERVER-49340 Add repair mode to validate for startup --repairShin Yee Tan2020-07-141-15/+39
* SERVER-44650 Add new test mode enforeFastCount to foreground validateGregory Noma2020-05-211-23/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-3/+25
* SERVER-46287: Switched background validation to use PIT read instead of check...Andrew Chen2020-03-061-60/+10
* SERVER-45001 Enable commit quorum for two phase index builds by default.Suganthi Mani2020-03-031-0/+27
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46108 Improvements to validate dbtest test failure debuggingDianna Hohensee2020-02-191-9/+9
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-9/+24
* SERVER-39591 RecoveryUnit::waitUntilDurable() invariants against callers hold...Dianna Hohensee2019-11-181-18/+25
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-6/+8
* SERVER-43839 Create unit testing for ValidateState.Dianna Hohensee2019-10-211-0/+279