summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_fetcher_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67574: Remove noexcept from _doStartup_inlockChristopher Caplinger2022-06-301-1/+1
* SERVER-54168: TenantOplogApplier should join TenantOplogBatcherLingzhi Deng2021-02-091-0/+2
* SERVER-54149 Oplog fetcher mock needs to delay its destruction until it is no...Matthew Russotto2021-02-031-0/+21
* SERVER-51798 Pass an options struct into OplogFetcher rather than individual ...Matthew Russotto2020-12-151-11/+1
* SERVER-53245 OplogFetcherMock must avoid calling join() from multiple threadsMatthew Russotto2020-12-091-0/+5
* SERVER-51246 Write a noop into the oplog buffer after each batch to ensure te...Judah Schvimer2020-10-291-1/+4
* SERVER-48808 Make dependency injection of OplogFetcherMock easier.Matthew Russotto2020-09-291-1/+7
* SERVER-46286 Clean up unused functions in OplogFetcherSamyukta Lanka2020-02-251-1/+2
* SERVER-45574: Replace OplogFetcher with NewOplogFetcherLingzhi Deng2020-02-191-1/+1
* SERVER-45574: Use NewOplogFetcher in steady state replication and initial syncLingzhi Deng2020-02-191-2/+1
* SERVER-45722: Use OplogFetcherMock in InitialSyncerTestLingzhi Deng2020-02-031-0/+116