index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
executor
/
task_executor_test_fixture.h
Age
Commit message (
Expand
)
Author
2024-03-19
SERVER-87974 Enable modernize-use-override and apply fixes (#20075)
Ivan Fefer
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2021-08-05
SERVER-54206 SERVER-54208 Create a non-blocking API for the Fetcher class (or...
Jason Zhang
2020-10-09
SERVER-50658 Add support for CancelationTokens to TaskExecutor::scheduleRemot...
Matthew Saltz
2019-06-06
SERVER-41133 Add TE::scheduleRemoteCommandOnAny
Jason Carey
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-07-27
SERVER-36258 Construct ServiceContext after mongo initializers complete.
Andy Schwerin
2017-06-09
SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.
Andy Schwerin
2017-03-23
SERVER-28204 added RollbackTest fixture
Benety Goh
2016-12-06
SERVER-27052 added asynchronous operation support to DataReplicator
Benety Goh
2016-07-01
SERVER-24304 added helper function to validate remote command name in tests
Benety Goh
2016-07-01
SERVER-24869 shutdown applier task executor before destroying data replicator...
Benety Goh
2015-07-21
SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in uni...
Andy Schwerin
2015-06-30
SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...
Andy Schwerin