summaryrefslogtreecommitdiff
path: root/src/mongo/client/fetcher_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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