summaryrefslogtreecommitdiff
path: root/src/mongo/executor/thread_pool_task_executor_test_fixture.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50658 Add support for CancelationTokens to ↵Matthew Saltz2020-10-091-1/+1
| | | | TaskExecutor::scheduleRemoteCommand
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr ↵Randolph Tan2019-07-091-0/+4
| | | | to shared_ptr
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-28204 added RollbackTest fixtureBenety Goh2017-03-231-0/+16
|
* SERVER-24945 added support to ThreadPoolMock for post-initialization ↵Benety Goh2016-07-111-1/+4
| | | | function on worker thread.
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
|
* SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in ↵Andy Schwerin2015-07-211-0/+56
unit tests. The fetcher test is excluded at present, because it appears to depend on some implementation behavior of ReplicationExecutor that remains to be diagnosed.