summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/bulk_insert_capped.js1
-rw-r--r--jstests/core/collection_truncate.js1
-rw-r--r--jstests/core/doc_validation_encrypt_keywords.js1
-rw-r--r--jstests/core/index_partial_create_drop.js1
-rw-r--r--jstests/core/index_partial_validate.js3
-rw-r--r--jstests/core/index_partial_write_ops.js6
-rw-r--r--jstests/core/update_numeric_field_name.js3
7 files changed, 15 insertions, 1 deletions
diff --git a/jstests/core/bulk_insert_capped.js b/jstests/core/bulk_insert_capped.js
index 6435ca9f88b..f1db06f5a93 100644
--- a/jstests/core/bulk_insert_capped.js
+++ b/jstests/core/bulk_insert_capped.js
@@ -11,6 +11,7 @@
* # The "max" option of a capped collection can be temporarily exceeded
* # before a txn is committed.
* does_not_support_transactions,
+ * uses_full_validation,
* ]
*/
diff --git a/jstests/core/collection_truncate.js b/jstests/core/collection_truncate.js
index cfd488dcab7..cdb00e59461 100644
--- a/jstests/core/collection_truncate.js
+++ b/jstests/core/collection_truncate.js
@@ -3,6 +3,7 @@
// requires_non_retryable_commands,
// uses_testing_only_commands,
// requires_emptycapped,
+// uses_full_validation,
// ]
// SERVER-15033 truncate on a regular collection
diff --git a/jstests/core/doc_validation_encrypt_keywords.js b/jstests/core/doc_validation_encrypt_keywords.js
index 4bedb44cd2b..2e5b2254127 100644
--- a/jstests/core/doc_validation_encrypt_keywords.js
+++ b/jstests/core/doc_validation_encrypt_keywords.js
@@ -6,6 +6,7 @@
// @tags: [
// assumes_no_implicit_collection_creation_after_drop,
// requires_non_retryable_commands,
+// uses_full_validation,
// ]
(function() {
"use strict";
diff --git a/jstests/core/index_partial_create_drop.js b/jstests/core/index_partial_create_drop.js
index 6ddb65b4c35..9e882d14c1c 100644
--- a/jstests/core/index_partial_create_drop.js
+++ b/jstests/core/index_partial_create_drop.js
@@ -6,6 +6,7 @@
// # Builds index in the background
// requires_background_index,
//
+// uses_full_validation,
// ]
// Test partial index creation and drops.
diff --git a/jstests/core/index_partial_validate.js b/jstests/core/index_partial_validate.js
index 5011b4b8bc2..14a8c7a8d82 100644
--- a/jstests/core/index_partial_validate.js
+++ b/jstests/core/index_partial_validate.js
@@ -1,5 +1,8 @@
// Tests that the validate command works with partial indexes and a document that does not have
// an indexed field. For details, see SERVER-23730.
+// @tags: [
+// uses_full_validation,
+// ]
'use strict';
(function() {
diff --git a/jstests/core/index_partial_write_ops.js b/jstests/core/index_partial_write_ops.js
index 6adcb8933fd..c98cb9a9310 100644
--- a/jstests/core/index_partial_write_ops.js
+++ b/jstests/core/index_partial_write_ops.js
@@ -1,5 +1,9 @@
// Write ops tests for partial indexes.
-// @tags: [cannot_create_unique_index_when_using_hashed_shard_key, requires_non_retryable_writes]
+// @tags: [
+// cannot_create_unique_index_when_using_hashed_shard_key,
+// requires_non_retryable_writes,
+// uses_full_validation,
+// ]
(function() {
"use strict";
diff --git a/jstests/core/update_numeric_field_name.js b/jstests/core/update_numeric_field_name.js
index e9925522019..fbc89da7fda 100644
--- a/jstests/core/update_numeric_field_name.js
+++ b/jstests/core/update_numeric_field_name.js
@@ -1,5 +1,8 @@
// Test that update operations correctly fail if they violate the "ambiguous field name in array"
// constraint for indexes. This is designed to reproduce SERVER-37058.
+// @tags: [
+// uses_full_validation,
+// ]
(function() {
"use strict";