summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/validate_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-3/+4
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30352 Add a new class that will keep track of the index inconsistencie...Gregory Wlodarek2017-08-091-68/+229
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-51/+67
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+2
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-126/+146
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-2/+26
* SERVER-24986 validate() should work with partial indexes and invalid documentsRobert Guo2016-07-191-0/+56
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-42/+68
* SERVER-23644 add more tests for validate()Robert Guo2016-05-181-0/+106
* SERVER-24008 fix lintRobert Guo2016-05-031-4/+1
* SERVER-24008 validate() should check index is partial before multikeyRobert Guo2016-05-031-1/+8
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-1/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-44/+49
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-6/+4
* Revert "SERVER-23271 Fix dbtest for RecordStore::updateRecord contract change"Benety Goh2016-04-211-43/+40
* SERVER-23271 Fix dbtest for RecordStore::updateRecord contract changeJames Wahlin2016-04-211-40/+43
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-4/+6
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-4/+7
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-7/+4
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-4/+7
* SERVER-7326 Add full validation of all index typesRobert Guo2016-04-131-11/+368
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-141-0/+11
* SERVER-19521: Fix lintGeert Bosch2015-10-091-1/+1
* SERVER-19521: Add checks for index count and data size consistencyGeert Bosch2015-10-091-0/+203