summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_batcher_test_fixture.h
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@mongodb.com>2020-08-24 10:34:43 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-24 16:13:09 +0000
commitf98014e47b4163021e4d6ce07f920703e4aede81 (patch)
treedcd1835f375a88efc8d72c7ecf7ad9c50ca63ad8 /src/mongo/db/repl/oplog_batcher_test_fixture.h
parent43f5d658cded44a342a7e56db3ebe7ffd272abf1 (diff)
downloadmongo-f98014e47b4163021e4d6ce07f920703e4aede81.tar.gz
SERVER-48860 Make migration oplog applier class apply oplog entries.
Diffstat (limited to 'src/mongo/db/repl/oplog_batcher_test_fixture.h')
-rw-r--r--src/mongo/db/repl/oplog_batcher_test_fixture.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/db/repl/oplog_batcher_test_fixture.h b/src/mongo/db/repl/oplog_batcher_test_fixture.h
index b6072f44b32..ec39e84275b 100644
--- a/src/mongo/db/repl/oplog_batcher_test_fixture.h
+++ b/src/mongo/db/repl/oplog_batcher_test_fixture.h
@@ -77,7 +77,9 @@ private:
// Convenience routines for creating oplog entries to test with.
-OplogEntry makeInsertOplogEntry(int t, const NamespaceString& nss);
+OplogEntry makeInsertOplogEntry(int t,
+ const NamespaceString& nss,
+ boost::optional<UUID> uuid = boost::none);
OplogEntry makeApplyOpsOplogEntry(int t,
bool prepare,
const std::vector<OplogEntry>& innerOps = {});