summaryrefslogtreecommitdiff
path: root/src/mongo/executor/task_executor_test_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-3/+5
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-70193 Add sendTxnCommand to async rpc APIJason Chan2022-12-141-2/+0
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-59618 add LockerNoopClientObserver and register this ClientObserver in...Benety Goh2021-09-271-0/+3
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-25/+25
* SERVER-54406 NetworkInterfaceMock should allow simultaneous interruption and ...Ben Caimano2021-02-221-12/+73
* SERVER-51283: Provide a futures API for scheduleExhaustRemoteCommandTyler Seip2021-02-181-0/+308
* SERVER-52916 Add futurized TaskExecutor::sleepUntilMatthew Saltz2020-11-181-0/+129
* SERVER-50658 Add support for CancelationTokens to TaskExecutor::scheduleRemot...Matthew Saltz2020-10-091-14/+99
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-2/+3
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-2/+4
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2019-12-181-0/+1
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-17/+16
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40795 Always execute TPTE cbs out of lineJason Carey2019-04-241-10/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-6/+5
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38549 Make NetworkInterfaceMock return NetworkInterfaceExceededTimeLimitBen Caimano2018-12-131-1/+1
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-2/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-2/+2
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+2
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-3/+28
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-85/+68
* SERVER-29141 Add a waitForEvent with a timeout to TaskExecutor.Charlie Swanson2017-09-181-2/+28
* SERVER-29937 Make sure liveness timeouts cannot be missedJudah Schvimer2017-09-151-0/+8
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+4
* SERVER-27800 Change ReplicationCoordinatorImpl and ReplicationExecutor constr...Andy Schwerin2017-01-251-2/+2
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-5/+3
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-4/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-24/+26
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-161-8/+0
* SERVER-23660 Implement scatter gather runner to scan all nodes for highest op...Siyuan Zhou2016-05-021-4/+2
* SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in uni...Andy Schwerin2015-07-211-2/+3
* SERVER-19001 Eliminate unnecessary potential race in the CallbackHandleCompar...Andy Schwerin2015-07-091-3/+4
* SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...Andy Schwerin2015-06-301-0/+504