summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/database_cloner_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-0/+1
* SERVER-30622 Refactor outage determination in initialSyncSharedDataMatthew Russotto2019-12-171-3/+1
* SERVER-44060 Make stats contain un-started collections and databases.Matthew Russotto2019-12-021-1/+108
* SERVER-44280 Make InitialSyncSharedData into a class and add methods for retry.Matthew Russotto2019-10-301-3/+3
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-788/+295
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-65/+46
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-30/+28
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-1/+1
* SERVER-39146 Refactor BatonJason Carey2019-02-051-4/+3
* SERVER-38891 Fix some `collection_cloner_test` races.ADAM David Alan Martin2019-01-251-22/+23
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-1/+1
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-4/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-31014 Fail initial sync on first collection cloner failureVesselina Ratcheva2018-10-041-10/+7
* SERVER-24620 distinguish HostNotFound, NodeNotFound, and HostUnreachableablack122018-10-041-2/+2
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-91/+97
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-3/+5
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-61/+50
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-7/+7
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+2
* SERVER-29492 Remove task runner from collection bulk loader.Andy Schwerin2017-06-081-1/+1
* SERVER-29256 DatabaseCloner accepts CollectionOptions with UUIDBenety Goh2017-05-171-0/+33
* SERVER-27611 make DatabaseCloner single-use only. If a DatabaseCloner is shut...Benety Goh2017-01-211-0/+151
* SERVER-27611 DatabaseCloner::shutdown() should shut down CollectionClonerBenety Goh2017-01-211-0/+40
* Revert "SERVER-27611 DatabaseCloner::shutdown() should shut down CollectionCl...Benety Goh2017-01-121-40/+0
* SERVER-27611 DatabaseCloner::shutdown() should shut down CollectionClonerBenety Goh2017-01-121-0/+40
* SERVER-25966 added CollectionCloner tests for metadata retriesBenety Goh2016-12-291-0/+19
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-081-0/+5
* Revert "SERVER-26520 CollectionCloner fetches document count for progress tra...Spencer Jackson2016-10-071-5/+0
* SERVER-26520 CollectionCloner fetches document count for progress tracking fr...Benety Goh2016-10-071-0/+5
* SERVER-26179: Have CollectionBulkLoader::init use runner to execute work, not...Scott Hernandez2016-09-261-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-8/+8
* SERVER-24506 Cloner support for viewsJames Wahlin2016-08-091-5/+10
* SERVER-25281 renamed CollectionCloner and DatabaseCloner lifecycle functionsBenety Goh2016-07-261-22/+22
* SERVER-25197 DataReplicator tests should explicitly override CollectionCloner...Benety Goh2016-07-221-0/+4
* SERVER-25069 DatabaseCloner accepts db worker thread pool at constructionBenety Goh2016-07-161-12/+29
* SERVER-25013: Ignore NamespaceNotFound errors from listIndexes in CollectionC...Scott Hernandez2016-07-131-3/+3
* SERVER-24945 convert CollectionCloner and DatabaseCloner to use TaskExecutor ...Benety Goh2016-07-111-96/+157
* SERVER-23750: disable tests while investigating failures.Scott Hernandez2016-07-061-1/+3
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-125/+151
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-50/+65
* SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...Andy Schwerin2015-06-301-8/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-441/+472
* SERVER-18036 moved getDetectableErrorStatus() to replication executor test fi...Benety Goh2015-06-191-2/+5
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-1/+0
* SERVER-18035 clean up collection and database cloners to not hold mutex when ...Benety Goh2015-05-291-20/+15
* SERVER-18016 added database replication applierBenety Goh2015-05-191-6/+6
* SERVER-18015 added data replication database clonerBenety Goh2015-04-211-0/+504