summaryrefslogtreecommitdiff
path: root/jstests/change_streams
diff options
context:
space:
mode:
authorMindaugas Malinauskas <mindaugas.malinauskas@mongodb.com>2022-03-26 12:40:38 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-29 10:08:40 +0000
commit8d7f9740e62f488673fbe3ce3404bda177223d15 (patch)
tree70c3acfee3afedd6984a0fc2f00ed14cb1661d17 /jstests/change_streams
parentcb9550a01ec90a42108894ab1ed60a37f5238c89 (diff)
downloadmongo-8d7f9740e62f488673fbe3ce3404bda177223d15.tar.gz
SERVER-52282 Enable feature flag for User-facing PIT pre- and post-images
Diffstat (limited to 'jstests/change_streams')
-rw-r--r--jstests/change_streams/change_streams_lookup_preimage_with_chunk_migration.js2
-rw-r--r--jstests/change_streams/lookup_pit_pre_and_post_image_in_transaction.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/jstests/change_streams/change_streams_lookup_preimage_with_chunk_migration.js b/jstests/change_streams/change_streams_lookup_preimage_with_chunk_migration.js
index 55559d8f9ef..dd7fa9588e2 100644
--- a/jstests/change_streams/change_streams_lookup_preimage_with_chunk_migration.js
+++ b/jstests/change_streams/change_streams_lookup_preimage_with_chunk_migration.js
@@ -3,7 +3,7 @@
* update or delete an image comes from the chunk migration event.
*
* @tags: [
- * requires_fcv_53,
+ * requires_fcv_60,
* featureFlagChangeStreamPreAndPostImages,
* requires_sharding,
* uses_change_streams,
diff --git a/jstests/change_streams/lookup_pit_pre_and_post_image_in_transaction.js b/jstests/change_streams/lookup_pit_pre_and_post_image_in_transaction.js
index 560963f3f8c..7aa3c707b97 100644
--- a/jstests/change_streams/lookup_pit_pre_and_post_image_in_transaction.js
+++ b/jstests/change_streams/lookup_pit_pre_and_post_image_in_transaction.js
@@ -2,7 +2,7 @@
* Tests that point-in-time pre- and post-images are retrieved for update/replace/delete operations
* performed in a transaction and non-atomic "applyOps" command.
* @tags: [
- * requires_fcv_53,
+ * requires_fcv_60,
* featureFlagChangeStreamPreAndPostImages,
* uses_transactions,
* ]