summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/data_replicator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25874 Add server parameter configuration for initial sync metadata ret...Judah Schvimer2016-09-011-18/+18
* SERVER-25858 MultiApplier waits for completion callback to finish before sett...Benety Goh2016-08-301-0/+67
* SERVER-25632 Add serverParameter configuration for initial sync retry paramsJudah Schvimer2016-08-301-1/+1
* SERVER-25637 fixed DataReplicatorPassesThroughOplogFetcherFailure to respond ...Benety Goh2016-08-231-13/+1
* SERVER-25637 reset getMore response counter before starting new oplog query i...Benety Goh2016-08-231-0/+2
* SERVER-25637 make InitialSyncTest::DataReplicatorPassesThroughOplogFetcherFai...Benety Goh2016-08-191-1/+5
* SERVER-25637 made GetInitialSyncProgressReturnsCorrectProgress less flakyBenety Goh2016-08-191-19/+60
* SERVER-25637 make DataReplicator replSetGetStatus test less flaky and easier ...Judah Schvimer2016-08-181-14/+11
* SERVER-25637 added logging for getMore responses to InitialSyncTest::playResp...Benety Goh2016-08-181-0/+5
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-10/+11
* SERVER-25678 fixed race in InitialSyncTest::playResponses()Benety Goh2016-08-181-47/+19
* Revert "SERVER-25637 make DataReplicator replSetGetStatus test less flaky and...Judah Schvimer2016-08-171-11/+14
* SERVER-25637 make DataReplicator replSetGetStatus test less flaky and easier ...Judah Schvimer2016-08-171-14/+11
* SERVER-25637 Temporarily comment out DataReplicator replSetGetStatus testJudah Schvimer2016-08-161-2/+2
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-0/+194
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-196/+0
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-0/+196
* SERVER-25609 DataReplicator::_onDataCloneFinish should not set InitialSyncSta...Benety Goh2016-08-151-0/+53
* SERVER-24304 added InitialSyncTest::tearDown()Benety Goh2016-08-081-28/+26
* SERVER-25412 DataReplicator::doInitialSync should not mask errors from _runIn...Benety Goh2016-08-041-6/+68
* SERVER-25034 remove OplogOutOfOrder block from DataReplicator::_onOplogFetchF...Judah Schvimer2016-08-011-2/+144
* SERVER-24304 do not retry initial sync in DataReplicatorTestBenety Goh2016-07-291-8/+8
* SERVER-24304 DataReplicator::doInitialSync accepts maxRetriesBenety Goh2016-07-271-9/+11
* SERVER-25224 Only insert oplog seed document in initial sync if no other oper...Judah Schvimer2016-07-221-1/+1
* SERVER-25197 DataReplicator tests should explicitly override CollectionCloner...Benety Goh2016-07-221-0/+5
* SERVER-25150 added test case for initial sync where no ops are applied after ...Benety Goh2016-07-201-20/+116
* SERVER-25150 protect DataReplicatorTest::_storageInterfaceWorkDone state with...Benety Goh2016-07-201-5/+14
* Revert "SERVER-25150 added test case for initial sync where no ops are applie...Benety Goh2016-07-201-116/+20
* SERVER-25150 added test case for initial sync where no ops are applied after ...Benety Goh2016-07-201-20/+116
* SERVER-25069 DatabasesCloner accepts db worker thread pool at constructionBenety Goh2016-07-151-0/+11
* SERVER-25069 data replicator should not obtain storage interface from service...Benety Goh2016-07-151-10/+11
* SERVER-24945 DataReplicator no longer shares task executor with ReplicationCo...Benety Goh2016-07-121-4/+2
* SERVER-24945 DataReplicator uses single task executorBenety Goh2016-07-121-13/+1
* SERVER-24945 converted DataReplicator to use TaskExecutorBenety Goh2016-07-111-15/+20
* SERVER-23750: wait outside of the DataReplicator mutexScott Hernandez2016-07-111-0/+1
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-454/+607
* SERVER-24869 shutdown applier task executor before destroying data replicator...Benety Goh2016-07-011-3/+6
* SERVER-23750 added getCurrentConfig to DataReplicatorExternalState to get cur...Benety Goh2016-06-291-15/+15
* SERVER-24784 migrated MultiApplier to use task executor instead of replicatio...Benety Goh2016-06-281-0/+21
* SERVER-24577 DataReplicator should provide a valid OperationContext to OplogB...Benety Goh2016-06-211-34/+33
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-06-011-10/+5
* Revert "SERVER-24222 Update current known primary from command metadata"Eric Milkie2016-05-311-5/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-179/+208
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-10/+5
* SERVER-22244 Restart initial sync on sync source rollbackJudah Schvimer2016-05-261-1/+64
* SERVER-23308 integrated repl::multiApply into data replicatorBenety Goh2016-05-241-15/+9
* SERVER-18038 data replicator sets and clears initial sync flagBenety Goh2016-04-181-7/+45
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-14/+51
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-241-24/+37
* Revert "SERVER-22858 create a new Applier which wraps multiApply"Max Hirschhorn2016-03-231-37/+24