summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests')
-rw-r--r--src/mongo/dbtests/storage_timestamp_tests.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mongo/dbtests/storage_timestamp_tests.cpp b/src/mongo/dbtests/storage_timestamp_tests.cpp
index 553f693f7c6..62bd216202f 100644
--- a/src/mongo/dbtests/storage_timestamp_tests.cpp
+++ b/src/mongo/dbtests/storage_timestamp_tests.cpp
@@ -287,6 +287,7 @@ public:
dbName,
BSON("applyOps" << applyOpsList),
repl::OplogApplication::Mode::kApplyOpsCmd,
+ {},
&result);
if (!status.isOK()) {
return status;
@@ -305,6 +306,7 @@ public:
dbName,
BSON("applyOps" << applyOpsList << "allowAtomic" << false),
repl::OplogApplication::Mode::kApplyOpsCmd,
+ {},
&result);
if (!status.isOK()) {
return status;
@@ -645,6 +647,7 @@ public:
<< "o"
<< BSON("applyOps" << BSONArrayBuilder().obj())))),
repl::OplogApplication::Mode::kApplyOpsCmd,
+ {},
&result));
}
@@ -721,6 +724,7 @@ public:
nss.db().toString(),
fullCommand.done(),
repl::OplogApplication::Mode::kApplyOpsCmd,
+ {},
&result));
@@ -2624,7 +2628,7 @@ public:
}
txnParticipant->unstashTransactionResources(_opCtx, "insert");
- txnParticipant->prepareTransaction(_opCtx);
+ txnParticipant->prepareTransaction(_opCtx, {});
txnParticipant->stashTransactionResources(_opCtx);
{