summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/applier_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...Andy Schwerin2015-06-301-25/+28
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-596/+581
* SERVER-18036 moved getDetectableErrorStatus() to replication executor test fi...Benety Goh2015-06-191-11/+4
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-111-2/+2
* SERVER-18037 added applyUntilAndPause to applierBenety Goh2015-06-051-8/+246
* SERVER-18037 migrated synchronization primitives used in applier from boost::...Benety Goh2015-06-051-20/+20
* SERVER-18016 fixed race in TaskRunner unit testBenety Goh2015-05-211-20/+18
* SERVER-18016 applier should not lock mutex when applying operations and invok...Benety Goh2015-05-191-1/+15
* SERVER-18016 added database replication applierBenety Goh2015-05-191-0/+422