summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_engine_test_harness.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50861 Remove KVEngine pointer in CheckpointerGregory Wlodarek2023-04-041-4/+8
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-6/+6
* SERVER-74033 Remove force option from ident dropsJordi Olivares Provencio2023-02-201-0/+3
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-71148 Re-enable assertion in `AllDurableTimestamp` testGregory Noma2023-02-091-2/+1
* SERVER-71150 Temporarily disable assertion in `AllDurableTimestamp`Gregory Noma2022-11-161-2/+2
* SERVER-71145 Allow observed `all_durable` to move backwardGregory Noma2022-11-081-42/+16
* SERVER-68133 Ensure tenantId included in namespace in durable catalogjannaerin2022-07-291-5/+60
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* SERVER-65241 Remove `isEphemeral` checks in `KVEngineTestHarness`Gregory Noma2022-04-291-27/+0
* SERVER-66001 Remove `isEphemeral` check in `AllDurableTimestamp` testGregory Noma2022-04-271-5/+0
* SERVER-65001 Remove support for the old WiredTiger timestamp query APIGregory Wlodarek2022-04-201-34/+25
* SERVER-65001 Update timestamp query API calls for WiredTiger changeGregory Wlodarek2022-04-151-0/+2
* SERVER-65545 Delegate `ClockSourceMock` to `ServiceContextMongoDTest`Gregory Noma2022-04-141-2/+0
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-51/+72
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-72/+51
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-51/+72
* SERVER-65144 Remove test as WiredTiger validates timestamps at commitJordi Olivares Provencio2022-04-061-55/+0
* SERVER-64851 Refactor tests to not depend on specific WiredTiger stringsJordi Olivares Provencio2022-04-051-6/+4
* SERVER-64125 Avoid committing at the stable timestampJordi Olivares Provencio2022-04-011-67/+2
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-14/+11
* SERVER-62010 Change DurableCatalog to store TenantNamespacejannaerin2022-01-261-6/+8
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-5/+6
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-6/+5
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-5/+6
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-141-1/+1
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-8/+13
* SERVER-52833 Perform capped deletes during startup recovery on documents inse...Gregory Noma2021-02-231-271/+314
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-2/+2
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-1/+1
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-1/+1
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-38/+13
* SERVER-51387 Assert that the stable timestamp is never set higher than the al...Gregory Wlodarek2020-11-061-5/+7
* SERVER-51094 Remove collection parameter in IndexDescriptor constructorBrian DeLeonardis2020-10-141-4/+2
* SERVER-48882 Remove newly empty database directories when using directoryperdbGregory Noma2020-10-081-1/+1
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-24/+40
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-4/+0
* SERVER-49014 Add additional timestamping tests to the KVEngine test harnessBynn Lee2020-07-141-0/+762
* SERVER-47867 Remove ghost timestamping codeLouis Williams2020-07-011-93/+141
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-1/+1
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-1/+1
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-1/+3
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-1/+1
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-140/+98
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-051-1/+1
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-201-1/+6
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+2
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-18/+18
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-17/+11