summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/multiapplier_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/multiapplier_test.cpp')
-rw-r--r--src/mongo/db/repl/multiapplier_test.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/mongo/db/repl/multiapplier_test.cpp b/src/mongo/db/repl/multiapplier_test.cpp
index 2afd59376fb..5119f14a85d 100644
--- a/src/mongo/db/repl/multiapplier_test.cpp
+++ b/src/mongo/db/repl/multiapplier_test.cpp
@@ -66,18 +66,18 @@ void MultiApplierTest::setUp() {
* Generates oplog entries with the given number used for the timestamp.
*/
OplogEntry makeOplogEntry(int ts) {
- return {DurableOplogEntry(OpTime(Timestamp(ts, 1), 1), // optime
- OpTypeEnum::kNoop, // op type
- NamespaceString("a.a"), // namespace
- boost::none, // uuid
- boost::none, // fromMigrate
- OplogEntry::kOplogVersion, // version
- BSONObj(), // o
- boost::none, // o2
- {}, // sessionInfo
- boost::none, // upsert
- Date_t(), // wall clock time
- {}, // statement ids
+ return {DurableOplogEntry(OpTime(Timestamp(ts, 1), 1), // optime
+ OpTypeEnum::kNoop, // op type
+ NamespaceString::createNamespaceString_forTest("a.a"), // namespace
+ boost::none, // uuid
+ boost::none, // fromMigrate
+ OplogEntry::kOplogVersion, // version
+ BSONObj(), // o
+ boost::none, // o2
+ {}, // sessionInfo
+ boost::none, // upsert
+ Date_t(), // wall clock time
+ {}, // statement ids
boost::none, // optime of previous write within same transaction
boost::none, // pre-image optime
boost::none, // post-image optime