summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_validation_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-02-161-3/+9
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-4/+7
* SERVER-72677 Surface index validation errors arising from WT::verifyDan Larkin-York2023-01-311-0/+14
* SERVER-71560 Columnstore index repairMohammad Dashti2023-01-091-20/+141
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-051-45/+715
* Revert "SERVER-71061 Added column-store index validation"auto-revert-processor2023-01-051-715/+45
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-041-45/+715
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-4/+13
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-13/+4
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-4/+13
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-6/+5
* SERVER-65918 Remove references to `ephemeralForTest`Gregory Noma2022-05-021-2/+0
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-36/+5
* SERVER-64726 Account for transient issues in WT unit testJordi Olivares Provencio2022-03-211-2/+24
* SERVER-63582 validation warns about unique indexes containing keys in old for...Benety Goh2022-03-111-1/+4
* SERVER-63582 add SortedDataInterface::Cursor:::isRecordIdAtEndOfKeyString()Benety Goh2022-03-101-0/+2
* SERVER-63582 add collection validation test case for unique indexes with pre-...Benety Goh2022-03-101-9/+142
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-4/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-10/+0
* SERVER-49340 Add repair mode to validate for startup --repairShin Yee Tan2020-07-141-11/+18
* SERVER-44650 Add new test mode enforeFastCount to foreground validateGregory Noma2020-05-211-18/+38
* SERVER-46108 Improvements to validate dbtest test failure debuggingDianna Hohensee2020-02-191-1/+3
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-9/+14
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42357 Periodically release locks during collection validation and chec...Gregory Wlodarek2019-09-131-2/+2
* SERVER-42223 Use checkpoint cursors for collection validation when {backgroun...Dianna Hohensee2019-09-031-16/+69
* SERVER-43058 Set up the CatalogTestFixture to use the wiredtiger storage engineDianna Hohensee2019-09-031-51/+170
* SERVER-42978 Move validate lock acquisition from the cmd body into the helper...Dianna Hohensee2019-08-231-31/+32
* SERVER-42289 Move collection_test.cpp's validation testing into a separate fi...Gabe Villasana2019-07-301-0/+125