summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_test_fixture.h
diff options
context:
space:
mode:
authorVesselina Ratcheva <vesselina.ratcheva@10gen.com>2018-03-07 13:42:07 -0500
committerVesselina Ratcheva <vesselina.ratcheva@10gen.com>2018-03-16 13:11:12 -0400
commit1063783aa34cfcfb2561e2e95769e3339b0f2e2e (patch)
treeb5095b16893160f9cae07be5cf1673e7837e05c3 /src/mongo/db/repl/rollback_test_fixture.h
parent906c8056bdab9ed6270e445927b24dd8ef2618aa (diff)
downloadmongo-1063783aa34cfcfb2561e2e95769e3339b0f2e2e.tar.gz
SERVER-33167 Reset last opTimes from oplog after performing recoverable rollback
Diffstat (limited to 'src/mongo/db/repl/rollback_test_fixture.h')
-rw-r--r--src/mongo/db/repl/rollback_test_fixture.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/repl/rollback_test_fixture.h b/src/mongo/db/repl/rollback_test_fixture.h
index 63c1fc6295f..56cf8ac4809 100644
--- a/src/mongo/db/repl/rollback_test_fixture.h
+++ b/src/mongo/db/repl/rollback_test_fixture.h
@@ -188,13 +188,6 @@ public:
ReplicationCoordinatorRollbackMock(ServiceContext* service);
/**
- * Base class implementation triggers an invariant. This function is overridden to be a no-op
- * for rollback tests.
- */
- void resetLastOpTimesFromOplog(OperationContext* opCtx,
- ReplicationCoordinator::DataConsistency consistency) override;
-
- /**
* Returns IllegalOperation (does not forward call to
* ReplicationCoordinatorMock::setFollowerMode())
* if new state requested is '_failSetFollowerModeOnThisMemberState'.