From d9d50312ccdfcfb628d89f34c0dcda05c8f921bc Mon Sep 17 00:00:00 2001 From: Xuerui Fa Date: Wed, 4 Sep 2019 14:59:16 +0000 Subject: SERVER-42589 Made the wall field in oplog_entry.idl a required field --- src/mongo/db/pipeline/document_source_change_stream_test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mongo/db/pipeline/document_source_change_stream_test.cpp') diff --git a/src/mongo/db/pipeline/document_source_change_stream_test.cpp b/src/mongo/db/pipeline/document_source_change_stream_test.cpp index acc9d82e1f8..e9248465431 100644 --- a/src/mongo/db/pipeline/document_source_change_stream_test.cpp +++ b/src/mongo/db/pipeline/document_source_change_stream_test.cpp @@ -346,7 +346,7 @@ public: object2, // o2 sessionInfo, // sessionInfo boost::none, // upsert - boost::none, // wall clock time + Date_t(), // wall clock time boost::none, // statement id prevOpTime, // optime of previous write within same transaction boost::none, // pre-image optime @@ -1030,7 +1030,7 @@ TEST_F(ChangeStreamStageTest, CommitCommandReturnsOperationsFromPreparedTransact boost::none, // o2 sessionInfo, // sessionInfo boost::none, // upsert - boost::none, // wall clock time + Date_t(), // wall clock time boost::none, // statement id applyOpsOpTime, // optime of previous write within same transaction boost::none, // pre-image optime @@ -1227,7 +1227,7 @@ TEST_F(ChangeStreamStageTest, PreparedTransactionWithMultipleOplogEntries) { boost::none, // o2 sessionInfo, // sessionInfo boost::none, // upsert - boost::none, // wall clock time + Date_t(), // wall clock time boost::none, // statement id applyOpsOpTime2, // optime of previous write within same transaction boost::none, // pre-image optime -- cgit v1.2.1