summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_checker_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-2/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-2/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+2
* SERVER-28491 Re-host unit tests that used ReplicationExecutorTest onto Thread...Andy Schwerin2017-03-271-14/+18
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-5/+5
* SERVER-27052 changed RollbackChecker::reset() and checkForRollback() to pass ...Benety Goh2016-11-281-8/+8
* SERVER-25412 RollbackChecker should pass through errors from remote command c...Benety Goh2016-08-041-25/+33
* SERVER-25256 check if callback is valid in synchronous RollbackChecker methodsJudah Schvimer2016-07-271-1/+11
* SERVER-24304 added convenience functions for scheduleResponse to NetworkInter...Benety Goh2016-06-301-20/+5
* SERVER-22244 Restart initial sync on sync source rollbackJudah Schvimer2016-05-261-0/+186