summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77029 Set syncdelay in TestOplogTruncation before starting the checkpo...Gregory Wlodarek2023-05-111-20/+13
* SERVER-76545 Increase log verbosity of WiredTiger KV Engine testJordi Olivares Provencio2023-04-261-5/+4
* SERVER-57213 Remove StorageGlobalParams::checkpointDelaySecs and fix changing...Gregory Wlodarek2023-04-071-2/+2
* SERVER-50861 Remove KVEngine pointer in CheckpointerGregory Wlodarek2023-04-041-105/+126
* SERVER-74033 Remove force option from ident dropsJordi Olivares Provencio2023-02-201-0/+7
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-3/+3
* SERVER-70652 Support new WT verbosity levelsWill Korteland2022-10-231-5/+2
* SERVER-70650 Temporarily disable wiredtiger logging testsWill Korteland2022-10-181-0/+4
* SERVER-69247 Add concurrency control for taking checkpointsYuhong Zhang2022-10-031-4/+9
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-1/+0
* SERVER-60440 Upgrade boost to 1.79.0Andrew Morrow2022-05-261-0/+1
* SERVER-65158 Log some WiredTiger components at higher debug levelsGregory Wlodarek2022-05-201-3/+3
* Revert "SERVER-65158 Log some WiredTiger components at higher debug levels"Gregory Wlodarek2022-05-201-27/+25
* SERVER-65158 Log some WiredTiger components at higher debug levelsGregory Wlodarek2022-05-061-25/+27
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-7/+6
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-15/+20
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-20/+15
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-15/+20
* SERVER-63989 Retry rollback_to_stable until all concurrent operations finishGregory Wlodarek2022-03-211-0/+21
* SERVER-62360 Handle re-configuring the WT LOGV2 component hierarchyAlison Felizzi2022-01-171-0/+52
* SERVER-61472 Fix Coverity analysis defect 121149: Uninitialized scalar variableMatt Kneiser2021-12-161-1/+4
* SERVER-60131 Update WiredTigerKVEngine::shouldDowngrade()/getDowngradeString(...Gregory Wlodarek2021-11-111-0/+31
* SERVER-55479 Invariant that the first table checked in WiredTigerUtil::setTab...Gregory Wlodarek2021-04-071-0/+1
* SERVER-52833 Perform capped deletes during startup recovery on documents inse...Gregory Noma2021-02-231-19/+23
* SERVER-53373: Pin resharding durable history across restart.Daniel Gottlieb2021-02-051-8/+12
* SERVER-52789: Add mechanism to allow pinning of the oldest timestamps.Daniel Gottlieb2020-12-171-0/+102
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-51594 Disable WiredTigerKVEngineTest::IdentDrop on WindowsGregory Wlodarek2020-10-141-0/+5
* SERVER-51146 Implement KVEngine::dropIdentForImport() which does not remove t...Gregory Wlodarek2020-10-081-0/+41
* SERVER-48882 Remove newly empty database directories when using directoryperdbGregory Noma2020-10-081-2/+2
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-15/+17
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-031-0/+1
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-1/+0
* SERVER-49956 Suppress TSAN for race over wiredTigerGlobalOptions.checkpointDe...Henrik Edin2020-07-301-1/+15
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-19/+17
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+0
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-4/+2
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-2/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+10
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-2/+2
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-5/+4
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-10/+13
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-11/+17
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-17/+11
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-11/+17
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-06-111-0/+1