summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_test_env.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59230 Fix compile errors in C++20 mode with GCC 11 and clang 12Andrew Morrow2021-08-151-3/+3
* SERVER-53689 Make only the ReplSetDistLockManager tests use a mocked lock man...Kaloian Manassiev2021-01-121-8/+0
* SERVER-48534 Make NetworkTestEnv correctly handle fire-and-forget commandsKevin Pulo2020-06-031-2/+2
* SERVER-47064 Use std::invoke_result instead of std::result_ofMark Benvenuto2020-03-241-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-5/+5
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-0/+7
* SERVER-38522 Add an `onCommands` syntactic sugar to ShardingTestFixtureCommonKaloian Manassiev2019-02-221-0/+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
* Add more detailed comments to NetworkTestEnvRandolph Tan2017-02-091-2/+25
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-1/+1
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-1/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+6
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-7/+0
* SERVER-20233 Custom move assignments must handle self-assignmentMathias Stearn2015-09-181-11/+8
* SERVER-19390 Make config server queries do read committedRandolph Tan2015-08-111-0/+7
* SERVER-19390 Make config server read commands do read committedRandolph Tan2015-08-061-1/+3
* SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in uni...Andy Schwerin2015-07-211-4/+4
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-1/+0
* SERVER-18436 Make sure that failed assertions in futures cause the test to failSpencer T Brody2015-07-021-9/+4
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-9/+10
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-271-1/+0
* Revert "SERVER-19004 Get rid of Shard::runCommand"Siyuan Zhou2015-06-261-0/+1
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-261-1/+0
* SERVER-19001 Make the replication executor own its thread poolKaloian Manassiev2015-06-261-18/+1
* SERVER-19115 Move async helper code to NetworkTestEnv and use in dist lock un...Spencer T Brody2015-06-251-8/+91
* SERVER-18589 Replace RemoteCommandRunner with ShardRegistry in distlock catalogRandolph Tan2015-06-241-0/+100