summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_fetcher_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-2/+1
* SERVER-47759: Hang before _connect() in oplog_fetcher_test.cppXuerui Fa2020-05-051-2/+3
* SERVER-47125 Don't trust OplogQueryMetadata.primaryIndexA. Jesse Jiryu Davis2020-04-231-2/+2
* SERVER-31429: Use last fetched instead of last applied OpTime to eval sync so...Xuerui Fa2020-04-161-2/+5
* SERVER-47125 Remove ReplSetMetadata.primaryIndex, require isPrimaryA. Jesse Jiryu Davis2020-04-151-4/+4
* SERVER-47322 Use correct expected value in CursorIsDeadShutsDownOplogFetcherW...Matthew Russotto2020-04-031-3/+2
* SERVER-47096 Add ReplSetMetadata.configTermA. Jesse Jiryu Davis2020-03-301-1/+1
* SERVER-47097 Add ReplSetMetadata.isPrimaryA. Jesse Jiryu Davis2020-03-271-2/+2
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-1/+3
* SERVER-46120 Make ReplSetMetadata non-optionalA. Jesse Jiryu Davis2020-03-251-19/+28
* SERVER-46120 Make OplogQueryMetadata non-optionalA. Jesse Jiryu Davis2020-03-251-40/+9
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-3/+3
* SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBClientConn...Lingzhi Deng2020-02-221-0/+30
* SERVER-45574: Replace OplogFetcher with NewOplogFetcherLingzhi Deng2020-02-191-1089/+164
* SERVER-46171: NewOplogFetcher should check for shutdown before retrying the i...Lingzhi Deng2020-02-141-0/+30
* SERVER-46162: Fix race in OplogFetcherAutoReconnectsButFails unit testLingzhi Deng2020-02-141-3/+13
* SERVER-45470 Process metadata with each new batch in the new oplog fetcherSamyukta Lanka2020-02-121-31/+252
* SERVER-46053: NewOplogFetcher should send term and lastCommittedOpTime in get...Lingzhi Deng2020-02-111-5/+62
* SERVER-46054: Test getMore empty batch for NewOplogFetcherLingzhi Deng2020-02-101-0/+34
* SERVER-45469 Process batches in the new oplog fetcherSamyukta Lanka2020-02-101-236/+841
* SERVER-45931: Handle DBClientConnection connect and reconnect in NewOplogFetcherLingzhi Deng2020-02-061-2/+186
* SERVER-45468 Create a DBClientCursor in the new oplog fetcherSamyukta Lanka2020-02-041-99/+516
* SERVER-45431: Create new test fixture for OplogFetcherLingzhi Deng2020-01-231-3/+250
* SERVER-45467 Make the 'find' query for the new oplog fetcherSamyukta Lanka2020-01-221-0/+44
* SERVER-45466 Implement startup and shutdown logic for the new oplog fetcherSamyukta Lanka2020-01-161-0/+167
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-21/+13
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-17/+16
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-3/+30
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-29/+53
* SERVER-39608 Prevent the OplogFetcher from enqueing a document twice when usi...Vesselina Ratcheva2019-04-101-0/+156
* SERVER-39831 Add DEATH_TEST to OplogFetcherTestTess Avitabile2019-04-041-0/+14
* SERVER-39831 remove failing test cases from OplogFetcherTestBenety Goh2019-04-011-53/+0
* SERVER-39367 Advance commit point when it has the same term as the last appliedSiyuan Zhou2019-02-261-16/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-86/+62
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33248 Allow choosing a sync source that we are up to date with if it h...Tess Avitabile2018-08-221-0/+16
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-78/+97
* SERVER-33812 always add afterClusterTime to oplog tailing queryBenety Goh2018-04-181-14/+0
* SERVER-33812 provide non-empty first batch to OplogFetcher test caseBenety Goh2018-04-131-1/+2
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-36/+13
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-13/+36
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-36/+13
* SERVER-32466 Remove FCV replication behaviors only relevant to the 3.4-3.6 tr...William Schultz2018-01-291-27/+0
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-2/+4
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-2/+2
* SERVER-31184 Make EnsureFCV a separate test utilitysamantharitter2017-10-101-16/+1
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-7/+5
* SERVER-30940 make sure we never roll back behind commit pointJudah Schvimer2017-09-191-1/+1