summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_impl_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/rollback_impl_test.cpp')
-rw-r--r--src/mongo/db/repl/rollback_impl_test.cpp16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/mongo/db/repl/rollback_impl_test.cpp b/src/mongo/db/repl/rollback_impl_test.cpp
index 336dfb07db4..af9e2d85dad 100644
--- a/src/mongo/db/repl/rollback_impl_test.cpp
+++ b/src/mongo/db/repl/rollback_impl_test.cpp
@@ -1491,14 +1491,13 @@ RollbackImplTest::_setUpUnpreparedTransactionForCountTest(UUID collId) {
insertOp2Obj = insertOp2Obj.removeField("wall");
auto partialApplyOpsObj = BSON("applyOps" << BSON_ARRAY(insertOp2Obj) << "partialTxn" << true);
- DurableOplogEntry partialApplyOpsOplogEntry(partialApplyOpsOpTime, // opTime
- 1LL, // hash
- OpTypeEnum::kCommand, // opType
- boost::none, // tenant id
- adminCmdNss, // nss
- boost::none, // uuid
- boost::none, // fromMigrate
- boost::none, // checkExistenceForDiffInsert
+ DurableOplogEntry partialApplyOpsOplogEntry(partialApplyOpsOpTime, // opTime
+ 1LL, // hash
+ OpTypeEnum::kCommand, // opType
+ boost::none, // tenant id
+ adminCmdNss, // nss
+ boost::none, // uuid
+ boost::none, // fromMigrate
OplogEntry::kOplogVersion, // version
partialApplyOpsObj, // oField
boost::none, // o2Field
@@ -1535,7 +1534,6 @@ RollbackImplTest::_setUpUnpreparedTransactionForCountTest(UUID collId) {
adminCmdNss, // nss
boost::none, // uuid
boost::none, // fromMigrate
- boost::none, // checkExistenceForDiffInsert
OplogEntry::kOplogVersion, // version
commitApplyOpsObj, // oField
boost::none, // o2Field