summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
diff options
context:
space:
mode:
authorYuhong Zhang <yuhong.zhang@mongodb.com>2022-09-08 18:47:58 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-08 21:18:03 +0000
commitc9991baa5cc51fd323df3b25187af6395b9b1c17 (patch)
tree2b624fb5c8181b4cdcec9441c51f45387e18a9e4 /jstests/noPassthroughWithMongod
parent955ba75c1efe7978c5c916acbcadc7bf9ef34409 (diff)
downloadmongo-c9991baa5cc51fd323df3b25187af6395b9b1c17.tar.gz
SERVER-65124 Enable feature flag for the extended validate command
Diffstat (limited to 'jstests/noPassthroughWithMongod')
-rw-r--r--jstests/noPassthroughWithMongod/validate_checkBSONConformance.js2
-rw-r--r--jstests/noPassthroughWithMongod/validate_timeseries.js2
-rw-r--r--jstests/noPassthroughWithMongod/validate_timeseries_count.js2
-rw-r--r--jstests/noPassthroughWithMongod/validate_timeseries_data_indexes.js2
-rw-r--r--jstests/noPassthroughWithMongod/validate_timeseries_id_timestamp.js2
-rw-r--r--jstests/noPassthroughWithMongod/validate_timeseries_minmax.js2
-rw-r--r--jstests/noPassthroughWithMongod/validate_timeseries_version.js2
7 files changed, 7 insertions, 7 deletions
diff --git a/jstests/noPassthroughWithMongod/validate_checkBSONConformance.js b/jstests/noPassthroughWithMongod/validate_checkBSONConformance.js
index c95c9c0bef8..cfe4fec0246 100644
--- a/jstests/noPassthroughWithMongod/validate_checkBSONConformance.js
+++ b/jstests/noPassthroughWithMongod/validate_checkBSONConformance.js
@@ -1,7 +1,7 @@
/*
* Tests the usage of 'checkBSONConformance' option of the validate command.
*
- * @tags: [featureFlagExtendValidateCommand]
+ * @tags: [requires_fcv_62]
*/
(function() {
diff --git a/jstests/noPassthroughWithMongod/validate_timeseries.js b/jstests/noPassthroughWithMongod/validate_timeseries.js
index 3d08ec0a8d3..f2816b266f5 100644
--- a/jstests/noPassthroughWithMongod/validate_timeseries.js
+++ b/jstests/noPassthroughWithMongod/validate_timeseries.js
@@ -4,7 +4,7 @@
* bucket namespace of that view exists.
*
* @tags: [
- * featureFlagExtendValidateCommand
+ * requires_fcv_62
* ]
*/
diff --git a/jstests/noPassthroughWithMongod/validate_timeseries_count.js b/jstests/noPassthroughWithMongod/validate_timeseries_count.js
index b101a2a070f..9bb3cae881b 100644
--- a/jstests/noPassthroughWithMongod/validate_timeseries_count.js
+++ b/jstests/noPassthroughWithMongod/validate_timeseries_count.js
@@ -3,7 +3,7 @@
* collection matches the 'control.count' field.
*
* @tags: [
- * featureFlagExtendValidateCommand
+ * requires_fcv_62
* ]
*/
diff --git a/jstests/noPassthroughWithMongod/validate_timeseries_data_indexes.js b/jstests/noPassthroughWithMongod/validate_timeseries_data_indexes.js
index 4328a7fdf77..1136b8dcc5f 100644
--- a/jstests/noPassthroughWithMongod/validate_timeseries_data_indexes.js
+++ b/jstests/noPassthroughWithMongod/validate_timeseries_data_indexes.js
@@ -1,7 +1,7 @@
/**
* Tests that the validate command now checks the indexes in the time-series buckets data fields.
*
- * @tags: [featureFlagExtendValidateCommand]
+ * @tags: [requires_fcv_62]
*/
(function() {
diff --git a/jstests/noPassthroughWithMongod/validate_timeseries_id_timestamp.js b/jstests/noPassthroughWithMongod/validate_timeseries_id_timestamp.js
index ec38fcef55a..480de341fd9 100644
--- a/jstests/noPassthroughWithMongod/validate_timeseries_id_timestamp.js
+++ b/jstests/noPassthroughWithMongod/validate_timeseries_id_timestamp.js
@@ -4,7 +4,7 @@
* field.
*
* @tags: [
- * featureFlagExtendValidateCommand
+ * requires_fcv_62
* ]
*/
diff --git a/jstests/noPassthroughWithMongod/validate_timeseries_minmax.js b/jstests/noPassthroughWithMongod/validate_timeseries_minmax.js
index 5f11061cb93..97c660780c6 100644
--- a/jstests/noPassthroughWithMongod/validate_timeseries_minmax.js
+++ b/jstests/noPassthroughWithMongod/validate_timeseries_minmax.js
@@ -2,7 +2,7 @@
* Tests that the validate command now checks that 'control.min' and 'control.max' fields in a
* time-series bucket agree with those in 'data', and that it adds a warning and
* increments the number of noncompliant documents if they don't.
- * @tags: [featureFlagExtendValidateCommand]
+ * @tags: [requires_fcv_62]
*/
(function() {
diff --git a/jstests/noPassthroughWithMongod/validate_timeseries_version.js b/jstests/noPassthroughWithMongod/validate_timeseries_version.js
index a9c05e810bf..24d723f780b 100644
--- a/jstests/noPassthroughWithMongod/validate_timeseries_version.js
+++ b/jstests/noPassthroughWithMongod/validate_timeseries_version.js
@@ -3,7 +3,7 @@
* bucket collections and return warnings properly.
*
* @tags: [
- * featureFlagExtendValidateCommand
+ * requires_fcv_62
* ]
*/