summaryrefslogtreecommitdiff
path: root/src/mongo/executor/task_executor_test_fixture.cpp
AgeCommit message (Expand)Author
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2020-10-09SERVER-50658 Add support for CancelationTokens to TaskExecutor::scheduleRemot...Matthew Saltz
2019-06-10SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-07-27SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin
2017-06-09SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin
2017-03-23SERVER-28204 added RollbackTest fixtureBenety Goh
2016-12-06SERVER-27052 added asynchronous operation support to DataReplicatorBenety Goh
2016-07-01SERVER-24304 added helper function to validate remote command name in testsBenety Goh
2016-07-01SERVER-24869 shutdown applier task executor before destroying data replicator...Benety Goh
2015-06-30SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...Andy Schwerin