summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* temporarily disable wiredtiger logging testsserver-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
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-11/+11
* SERVER-40708 More logging in TestOplogTruncationA. Jesse Jiryu Davis2019-04-181-0/+9
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-211-5/+36
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37897 Disable table logging for data files when enableMajorityReadConc...Tess Avitabile2018-12-101-4/+4
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-081-30/+9