summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorMindaugas Malinauskas <mindaugas.malinauskas@mongodb.com>2022-05-27 12:08:32 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-27 11:53:46 +0000
commit0cbf0426f72a345ec93bd6142eedb8287d78b415 (patch)
treef2af885ae688b8515c4c808d2ededa356c9a0754 /jstests
parentd78084b291aa8da059b09829cde350583bae8746 (diff)
downloadmongo-0cbf0426f72a345ec93bd6142eedb8287d78b415.tar.gz
SERVER-66826 Fix requires_fcv tag on lookup_pit_pre_and_post_image.js and lookup_pre_image.js
Diffstat (limited to 'jstests')
-rw-r--r--jstests/change_streams/lookup_pit_pre_and_post_image.js2
-rw-r--r--jstests/change_streams/lookup_pre_image.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/jstests/change_streams/lookup_pit_pre_and_post_image.js b/jstests/change_streams/lookup_pit_pre_and_post_image.js
index 30f8a4658a7..e09baccf03b 100644
--- a/jstests/change_streams/lookup_pit_pre_and_post_image.js
+++ b/jstests/change_streams/lookup_pit_pre_and_post_image.js
@@ -1,7 +1,7 @@
// Tests that the point-in-time pre- and post-images are loaded correctly in $changeStream running
// with different arguments for collections with 'changeStreamPreAndPostImages' being enabled.
// @tags: [
-// requires_fcv_52,
+// requires_fcv_60,
// ]
(function() {
"use strict";
diff --git a/jstests/change_streams/lookup_pre_image.js b/jstests/change_streams/lookup_pre_image.js
index 7afba2009b0..6e7805814a2 100644
--- a/jstests/change_streams/lookup_pre_image.js
+++ b/jstests/change_streams/lookup_pre_image.js
@@ -2,7 +2,7 @@
* Tests the behaviour of the 'fullDocumentBeforeChange' argument to the $changeStream stage.
*
* @tags: [
- * requires_fcv_52,
+ * requires_fcv_60,
* assumes_unsharded_collection,
* do_not_wrap_aggregations_in_facets,
* uses_multiple_connections,