summaryrefslogtreecommitdiff
path: root/jstests/change_streams
diff options
context:
space:
mode:
authorJon Streets <jonathan.streets@mongodb.com>2021-05-19 20:10:31 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-23 15:49:23 +0000
commit05a0f8e98b633a6e6c26c10576a1044f9da161b5 (patch)
tree3952e670c0e71987b5173eb02e1a279f60bf7b6e /jstests/change_streams
parent785c2ed58a5e98335faf37b14cef0bbce5832ee2 (diff)
downloadmongo-05a0f8e98b633a6e6c26c10576a1044f9da161b5.tar.gz
SERVER-56366 Update FCV constants to recognize 5.1 as latest
Diffstat (limited to 'jstests/change_streams')
-rw-r--r--jstests/change_streams/pipeline_style_updates.js3
-rw-r--r--jstests/change_streams/pipeline_style_updates_v2_oplog_entries.js3
2 files changed, 4 insertions, 2 deletions
diff --git a/jstests/change_streams/pipeline_style_updates.js b/jstests/change_streams/pipeline_style_updates.js
index 921e039fc3b..45aa3374cf1 100644
--- a/jstests/change_streams/pipeline_style_updates.js
+++ b/jstests/change_streams/pipeline_style_updates.js
@@ -2,7 +2,8 @@
* Test the change events generated by pipeline-based updates are expected with delta format oplog
* enabled and disabled.
*
- * @tags: [requires_fcv_47]
+ * @tags: [
+ * ]
*/
(function() {
diff --git a/jstests/change_streams/pipeline_style_updates_v2_oplog_entries.js b/jstests/change_streams/pipeline_style_updates_v2_oplog_entries.js
index 682a7d188b3..23b88ef256b 100644
--- a/jstests/change_streams/pipeline_style_updates_v2_oplog_entries.js
+++ b/jstests/change_streams/pipeline_style_updates_v2_oplog_entries.js
@@ -1,7 +1,8 @@
/**
* Test pipeline-style updates with delta oplog entries.
*
- * @tags: [requires_fcv_47]
+ * @tags: [
+ * ]
*/
(function() {