summaryrefslogtreecommitdiff
path: root/src/mongo/client/remote_command_retry_scheduler_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-4/+5
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-2/+4
* SERVER-32783 fix race in RemoteCommandRetryScheduler between shutdown() and r...Benety Goh2018-01-251-0/+50
* SERVER-32783 RemoteCommandRetryScheduler releases callback resources on compl...Benety Goh2018-01-251-0/+40
* SERVER-32783 make RemoteCommandRetryScheduler single-use - cannot be be resta...Benety Goh2018-01-251-0/+20
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-2/+2
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-8/+8
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-5/+0
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-33/+28
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-11/+15
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+5
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-161-0/+450