summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavi Vetriselvan <pavithra.vetriselvan@mongodb.com>2022-07-18 18:29:28 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-18 19:07:51 +0000
commit7dcc3e4424bba6dec70786ad08e61c9e6dc8dc53 (patch)
tree66ccde89a8271d78c376bee579a249af18c03d53
parent48a7a0948401216639969c0bec11c053fe2fb8fa (diff)
downloadmongo-7dcc3e4424bba6dec70786ad08e61c9e6dc8dc53.tar.gz
SERVER-67648 Tag timeseries_delete/update_hint.js tests with requires_fcv_60
-rw-r--r--jstests/core/timeseries/timeseries_delete_hint.js2
-rw-r--r--jstests/core/timeseries/timeseries_update_hint.js2
2 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/timeseries/timeseries_delete_hint.js b/jstests/core/timeseries/timeseries_delete_hint.js
index bb03e56e650..8a474c59b40 100644
--- a/jstests/core/timeseries/timeseries_delete_hint.js
+++ b/jstests/core/timeseries/timeseries_delete_hint.js
@@ -11,6 +11,8 @@
* # Fail points in this test do not exist on mongos.
* assumes_against_mongod_not_mongos,
* uses_parallel_shell,
+ * # This test is multiversion incompatible with binaries < 6.0.
+ * requires_fcv_60
* ]
*/
(function() {
diff --git a/jstests/core/timeseries/timeseries_update_hint.js b/jstests/core/timeseries/timeseries_update_hint.js
index ba910659a5d..cc8f1f30679 100644
--- a/jstests/core/timeseries/timeseries_update_hint.js
+++ b/jstests/core/timeseries/timeseries_update_hint.js
@@ -12,6 +12,8 @@
* # Fail points in this test do not exist on mongos.
* assumes_against_mongod_not_mongos,
* uses_parallel_shell,
+ * # This test is multiversion incompatible with binaries < 6.0.
+ * requires_fcv_60
* ]
*/
(function() {