summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_fetcher_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-9/+10
* SERVER-67574: Remove noexcept from _doStartup_inlockChristopher Caplinger2022-06-301-2/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+2
* SERVER-54149 Oplog fetcher mock needs to delay its destruction until it is no...Matthew Russotto2021-02-031-0/+4
* SERVER-51798 Pass an options struct into OplogFetcher rather than individual ...Matthew Russotto2020-12-151-24/+4
* SERVER-53245 OplogFetcherMock must avoid calling join() from multiple threadsMatthew Russotto2020-12-091-1/+6
* SERVER-51246 Write a noop into the oplog buffer after each batch to ensure te...Judah Schvimer2020-10-291-19/+26
* SERVER-48808 Make dependency injection of OplogFetcherMock easier.Matthew Russotto2020-09-291-2/+8
* SERVER-47270: Only run the SyncSourceResolver if the syncing node is in rollb...XueruiFa2020-07-011-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46286 Clean up unused functions in OplogFetcherSamyukta Lanka2020-02-251-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45574: Replace OplogFetcher with NewOplogFetcherLingzhi Deng2020-02-191-16/+16
* SERVER-45574: Use NewOplogFetcher in steady state replication and initial syncLingzhi Deng2020-02-191-21/+19
* SERVER-45722: Use OplogFetcherMock in InitialSyncerTestLingzhi Deng2020-02-031-0/+234