summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74244 Remove cached namespace in the RecordStore.Henrik Edin2023-03-291-1/+1
* SERVER-74529 Use checkpoint id to ensure validating tables on the same checkp...Yuhong Zhang2023-03-091-0/+42
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-16/+46
* SERVER-73384 Fix broken Snapshot decoration testsLouis Williams2023-02-091-37/+24
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+1
* SERVER-71221 Timestamp writes in WT recovery unit testsGregory Noma2022-11-281-4/+9
* SERVER-71306 Support RecoveryUnit decorations that are tied to snapshot lifetimeLouis Williams2022-11-161-38/+33
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-5/+6
* SERVER-68256 Point-in-time instantiated collection lifetime is tied to the st...Gregory Wlodarek2022-10-051-0/+80
* SERVER-69247 Add concurrency control for taking checkpointsYuhong Zhang2022-10-031-1/+2
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-6/+5
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-5/+6
* SERVER-69135 Bring back the kCheckpoint ReadSource on the RecoveryUnitYuhong Zhang2022-08-261-0/+128
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-1/+0
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-2/+1
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-15/+13
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-3/+11
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-11/+3
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-3/+11
* SERVER-60839 Make wtRCToStatus require a WT_SESSION pointerJosef Ahmad2022-02-021-14/+15
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-1/+1
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-1/+1
* SERVER-61441 Improve robustness of clustered record store creationJosef Ahmad2021-12-011-1/+1
* SERVER-60037 Enable the ordered timestamp assertion in MongoDBYuhong Zhang2021-11-151-1/+1
* Revert "SERVER-60037 Enable the ordered timestamp assertion in MongoDB"Yuhong Zhang2021-10-201-1/+1
* SERVER-60037 Enable the ordered timestamp assertion in MongoDBYuhong Zhang2021-10-191-1/+1
* SERVER-60024 Add interface to recovery unit to force commit txn callIan Boros2021-10-111-0/+38
* SERVER-58636 Allow initial syncing nodes to see entries from uncommitted batc...Vesselina Ratcheva2021-10-041-0/+10
* SERVER-57034 Provide better context in multi-timestamp invariantDan Larkin-York2021-09-091-17/+28
* SERVER-56520 Time-series inserts spent a lot of time in wt_calc_modify but do...Yuhong Zhang2021-06-091-0/+1
* SERVER-55681 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-071-6/+86
* SERVER-55479 Invariant that the first table checked in WiredTigerUtil::setTab...Gregory Wlodarek2021-04-071-0/+1
* Revert "SERVER-55342 Clustered collections should reject duplicate _id values"Louis Williams2021-04-071-86/+6
* SERVER-55342 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-071-6/+86
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-2/+0
* SERVER-54248 Fix RecordId usage in the NoOverlapReadSource unit testGregory Wlodarek2021-02-191-1/+1
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-091-1/+1
* SERVER-53986 Use ObjectId's as table keys for time-series collectionsGregory Wlodarek2021-02-031-0/+1
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-2/+1
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-1/+3
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-6/+72
* Revert "SERVER-48771 Enforce constraints on multi timestamp storage transacti...Tommaso Tocci2020-10-021-75/+6
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-6/+75
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-3/+13
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-7/+0
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-2/+3
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-42/+0
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-0/+83