summaryrefslogtreecommitdiff
path: root/src/mongo/executor/task_executor_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50658 Add support for CancelationTokens to TaskExecutor::scheduleRemot...Matthew Saltz2020-10-091-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* 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-0/+5
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-22/+0
* SERVER-28204 added RollbackTest fixtureBenety Goh2017-03-231-0/+5
* SERVER-27052 added asynchronous operation support to DataReplicatorBenety Goh2016-12-061-2/+3
* SERVER-24304 added helper function to validate remote command name in testsBenety Goh2016-07-011-1/+14
* SERVER-24869 shutdown applier task executor before destroying data replicator...Benety Goh2016-07-011-12/+22
* SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...Andy Schwerin2015-06-301-0/+82