summaryrefslogtreecommitdiff
path: root/src/mongo/executor/task_executor_test_common.cpp
AgeCommit message (Expand)Author
2023-10-05SERVER-81830 Create Clients with Service, not ServiceContextGeorge Wangensteen
2023-10-04SERVER-81602 remove fmtMessage from LOGV2 statementsBilly Donahue
2023-08-17SERVER-73658 RemoteCommandRequest to use DatabaseNameMathis Bessa
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-21SERVER-77403 Remove TaskExecutor fulfilling response with CallbackCanceledAlex Li
2023-06-05Revert "SERVER-77403 Remove TaskExecutor fulfilling response with CallbackCan...Alex Li
2023-05-26SERVER-77403 Remove TaskExecutor fulfilling response with CallbackCanceledAlex Li
2023-05-22SERVER-60173 Ban implicit capture of this via [=] in lambda expressionsJuan Gu
2023-05-20Revert "SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expre...auto-revert-processor
2023-05-17SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu
2023-02-11SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.1
2022-12-14SERVER-70193 Add sendTxnCommand to async rpc APIJason Chan
2022-09-20SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2021-09-27SERVER-59618 add LockerNoopClientObserver and register this ClientObserver in...Benety Goh
2021-03-23SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip
2021-02-22SERVER-54406 NetworkInterfaceMock should allow simultaneous interruption and ...Ben Caimano
2021-02-18SERVER-51283: Provide a futures API for scheduleExhaustRemoteCommandTyler Seip
2020-11-18SERVER-52916 Add futurized TaskExecutor::sleepUntilMatthew Saltz
2020-10-09SERVER-50658 Add support for CancelationTokens to TaskExecutor::scheduleRemot...Matthew Saltz
2020-04-22SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano
2020-04-14SERVER-46127 unit tests log to a kTest componentGabriel Russell
2020-03-24SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2019-12-18SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto
2019-10-02SERVER-43367 unittest framework refactor/fixesBilly Donahue
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-06-10SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin
2019-06-10SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin
2019-04-24SERVER-40795 Always execute TPTE cbs out of lineJason Carey
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
2019-03-28SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-12-13SERVER-38549 Make NetworkInterfaceMock return NetworkInterfaceExceededTimeLimitBen Caimano
2018-11-15SERVER-35682 kill existing SharedPromise typeMathias Stearn
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-07-27SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin
2018-02-14SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin
2018-01-31SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer
2017-12-14SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue
2017-09-18SERVER-29141 Add a waitForEvent with a timeout to TaskExecutor.Charlie Swanson
2017-09-15SERVER-29937 Make sure liveness timeouts cannot be missedJudah Schvimer
2017-06-18SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin
2017-01-25SERVER-27800 Change ReplicationCoordinatorImpl and ReplicationExecutor constr...Andy Schwerin
2016-08-03SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen
2016-07-26SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2016-05-16SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh
2016-05-02SERVER-23660 Implement scatter gather runner to scan all nodes for highest op...Siyuan Zhou
2015-07-21SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in uni...Andy Schwerin