summaryrefslogtreecommitdiff
path: root/src/mongo/client/fetcher_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61950 Make Fetcher::join() interruptible.Max Hirschhorn2021-12-101-2/+43
* SERVER-54206 SERVER-54208 Create a non-blocking API for the Fetcher class (or...Jason Zhang2021-08-051-0/+89
* SERVER-51240 fix readability-avoid-const-params-in-decls in testsBenety Goh2020-10-041-1/+1
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-141-1/+1
* Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...LaMont Nelson2020-08-131-1/+1
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-051-1/+1
* SERVER-47921 Clean up LOG lines in clientSara Golemon2020-05-141-6/+19
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-4/+4
* SERVER-43733: Remove bugprone-unused-raii in fetcher_test.cpp.Daniel Gottlieb2019-10-031-8/+8
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-091-6/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-105/+55
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-12/+12
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* 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
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-2/+2
* SERVER-29476 Fix ODR violation in fetcherSara Golemon2017-12-081-0/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-12/+4
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-4/+12
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-12/+4
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-131-1/+3
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-6/+6
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-1/+2
* SERVER-27052 fixed FetcherTest::ScheduleButShutdown test case - test should n...Benety Goh2016-12-061-8/+6
* SERVER-27052 make Fetcher single-use only - cannot be restarted after failing...Benety Goh2016-11-301-22/+77
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-19/+19
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-20/+16
* SERVER-25253 test that fetcher is in shutdown after cancel is calledJudah Schvimer2016-07-271-4/+57
* SERVER-25281 renamed Fetcher lifecycle functionsBenety Goh2016-07-261-4/+4
* SERVER-24304 added helper function to validate remote command name in testsBenety Goh2016-07-011-2/+2
* SERVER-24304 added convenience functions for scheduleResponse to NetworkInter...Benety Goh2016-06-301-52/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-112/+166
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-161-209/+302
* SERVER-23520 Add a C++14 canary builderAndrew Morrow2016-04-181-2/+2
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-25/+66
* SERVER-18154 migrated fetcher_test from repl::ReplicationExecutor to executor...Benety Goh2016-02-221-31/+128
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2015-12-161-2/+2
* SERVER-20977 fetcher killCursors cleanupBenety Goh2015-10-221-2/+82
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-2/+2
* SERVER-19307 added elapsedMillis to fetcher QueryResponseBenety Goh2015-07-101-5/+17
* SERVER-19307 added 'first' to fetcher QueryResponse to indicate if the curren...Benety Goh2015-07-091-0/+6
* SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...Andy Schwerin2015-06-301-6/+7
* SERVER-19010 remove the metadata-free constructor of RemoteCommandResponsematt dannenberg2015-06-261-2/+2
* SERVER-18042: add killCursors support to FetcherScott Hernandez2015-06-251-0/+19
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-624/+625
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-191-13/+59
* SERVER-18036 moved getDetectableErrorStatus() to replication executor test fi...Benety Goh2015-06-191-7/+4
* SERVER-18901 Move Fetcher and QueryFetcher to mongo/client/Daniel Alabi2015-06-111-0/+627