summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream_test.cpp
diff options
context:
space:
mode:
authorXuerui Fa <xuerui.fa@mongodb.com>2019-09-04 14:59:16 +0000
committerevergreen <evergreen@mongodb.com>2019-09-04 14:59:16 +0000
commitd9d50312ccdfcfb628d89f34c0dcda05c8f921bc (patch)
tree80048c4ee4b5f6bbd2bb5ee8ffa047721fcc90e5 /src/mongo/db/pipeline/document_source_change_stream_test.cpp
parente58bc0f552112f5c1c16f8092b771f7e562316fb (diff)
downloadmongo-d9d50312ccdfcfb628d89f34c0dcda05c8f921bc.tar.gz
SERVER-42589 Made the wall field in oplog_entry.idl a required field
Diffstat (limited to 'src/mongo/db/pipeline/document_source_change_stream_test.cpp')
-rw-r--r--src/mongo/db/pipeline/document_source_change_stream_test.cpp6
1 files changed, 3 insertions, 3 deletions
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