summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/validate_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-191-0/+4
* SERVER-43908 Modify IndexConsistency hash-map keys to avoid hitting an invari...Gregory Wlodarek2019-10-151-0/+144
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+6
* SERVER-42974 Validate should work with KeyString instead of BSON where possibleGregory Wlodarek2019-10-011-61/+0
* SERVER-42357 Periodically release locks during collection validation and chec...Gregory Wlodarek2019-09-131-9/+5
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-051-3/+3
* SERVER-42223 Use checkpoint cursors for collection validation when {backgroun...Dianna Hohensee2019-09-031-32/+91
* SERVER-43051 Add additional logging in validate_tests to help diagnose failed...Gregory Wlodarek2019-08-271-38/+78
* SERVER-42978 Move validate lock acquisition from the cmd body into the helper...Dianna Hohensee2019-08-231-79/+48
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-201-6/+21
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-4/+6
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-43/+38
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-124/+71
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-241-12/+25
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-06-131-2/+18
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-40958 Deprecate the 'scandata' argument in 'validate', update correspo...Gregory Noma2019-05-301-1/+1
* SERVER-30356 Ensure validation reports the appropriate number of fields for m...Gregory Wlodarek2019-04-291-0/+270
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-26/+26
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-1/+0
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-0/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-1/+0
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-0/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-1/+0
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-39517 Only use Collection MODE_X for index creation and dropGeert Bosch2019-04-161-4/+3
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37643 remove unused multi_index_block.h includesBenety Goh2018-12-271-1/+1
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-7/+13
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-071-7/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-1/+1
* SERVER-36198 Remove 'internalQueryAllowAllPathsIndexes' server parameterBernard Gorman2018-10-031-5/+0
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-2/+1
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-5/+5
* SERVER-36444 Validate support for $** multikey metadata path index keysJames Wahlin2018-09-191-11/+221
* SERVER-36662 Delete UpdateNotifier.David Storch2018-08-291-10/+8
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-23/+13
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+0
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-3/+4