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