index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
client
/
fetcher_test.cpp
Age
Commit message (
Expand
)
Author
2023-10-04
SERVER-81419 Refactor API calls to NamespaceStringUtil::serialize
Mathis Bessa
2023-08-17
SERVER-73658 RemoteCommandRequest to use DatabaseName
Mathis Bessa
2023-07-06
SERVER-78396 Avoid calling deprecated NamespaceString::db() in unit test code
Didier Nadeau
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2023-06-14
SERVER-74490 Change NamespaceString::ns() to be private - more tests
mathisbessamdb
2023-02-11
SERVER-72197 Run clang-format 12.0.1 on the codebase
clang-format 12.0.1
2021-12-10
SERVER-61950 Make Fetcher::join() interruptible.
Max Hirschhorn
2021-08-05
SERVER-54206 SERVER-54208 Create a non-blocking API for the Fetcher class (or...
Jason Zhang
2020-10-04
SERVER-51240 fix readability-avoid-const-params-in-decls in tests
Benety Goh
2020-08-14
SERVER-49694: fix latency measurement in RSM; change latency measurement for ...
LaMont Nelson
2020-08-13
Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...
LaMont Nelson
2020-08-05
SERVER-49694: fix latency measurement in RSM; change latency measurement for ...
LaMont Nelson
2020-05-14
SERVER-47921 Clean up LOG lines in client
Sara Golemon
2020-01-21
SERVER-45583 Unittests are using logv2.
Henrik Edin
2019-10-03
SERVER-43733: Remove bugprone-unused-raii in fetcher_test.cpp.
Daniel Gottlieb
2019-09-09
SERVER-42908 Add ErrorCodes to retryable errors to match drivers
Ben Caimano
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-06-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
2019-03-28
SERVER-40357 expand all calls to MONGO_DISALLOW_COPYING
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-07-30
SERVER-33135 Remove metadata accessors from command reply APIs
Mathias Stearn
2017-12-08
SERVER-29476 Fix ODR violation in fetcher
Sara Golemon
2017-12-04
SERVER-32070 migrate some easy stdx::bind to lambdas
Billy Donahue
2017-12-01
Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"
Kaloian Manassiev
2017-12-01
SERVER-32070 migrate some easy stdx::bind to lambdas
Billy Donahue
2017-09-13
SERVER-19605 make oplog timeout configurable
Judah Schvimer
2017-08-16
SERVER-30580 Eliminate UserException and MsgAssertionException types
Mathias Stearn
2017-06-18
SERVER-27244 Status usage compile-time facilities.
ADAM David Alan Martin
2017-06-09
SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.
Andy Schwerin
2016-12-06
SERVER-27052 fixed FetcherTest::ScheduleButShutdown test case - test should n...
Benety Goh
2016-11-30
SERVER-27052 make Fetcher single-use only - cannot be restarted after failing...
Benety Goh
2016-08-18
SERVER-24508 BSONObj::ComparatorInterface
David Storch
2016-08-03
SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...
Waley Chen
2016-07-27
SERVER-25253 test that fetcher is in shutdown after cancel is called
Judah Schvimer
2016-07-26
SERVER-25281 renamed Fetcher lifecycle functions
Benety Goh
2016-07-01
SERVER-24304 added helper function to validate remote command name in tests
Benety Goh
2016-06-30
SERVER-24304 added convenience functions for scheduleResponse to NetworkInter...
Benety Goh
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-05-16
SERVER-23134 added retry support for scheduling remote commands on a task exe...
Benety Goh
2016-04-18
SERVER-23520 Add a C++14 canary builder
Andrew Morrow
2016-04-08
SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcher
Benety Goh
2016-02-22
SERVER-18154 migrated fetcher_test from repl::ReplicationExecutor to executor...
Benety Goh
2015-12-16
SERVER-21050 Make CSRS use write concern timeout of 15 seconds
Kaloian Manassiev
2015-10-22
SERVER-20977 fetcher killCursors cleanup
Benety Goh
2015-07-17
SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...
Andy Schwerin
2015-07-10
SERVER-19307 added elapsedMillis to fetcher QueryResponse
Benety Goh
2015-07-09
SERVER-19307 added 'first' to fetcher QueryResponse to indicate if the curren...
Benety Goh
2015-06-30
SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...
Andy Schwerin
[next]