summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kneiser <matt.kneiser@mongodb.com>2023-04-11 22:24:54 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-20 15:33:03 +0000
commit8c7f274032694c5b030528548e07bcf49bfe434b (patch)
tree1a84d79017bbd4559c775b35f9cd13bb52b1a17e
parente801746a73135b6fa766c2567b31c0aaafeb0043 (diff)
downloadmongo-8c7f274032694c5b030528548e07bcf49bfe434b.tar.gz
SERVER-75799 Markup jstests with tag for manual full validation
(cherry picked from commit 1b0408a59c60270ef67e7941ac6df8b3cf12a141)
-rw-r--r--jstests/concurrency/fsm_workloads/dbhash_test.js5
-rw-r--r--jstests/core/columnstore/columnstore_index.js1
-rw-r--r--jstests/core/columnstore/columnstore_index_correctness.js1
-rw-r--r--jstests/core/compound_wildcard_index_validation.js1
-rw-r--r--jstests/core/index/wildcard/wildcard_index_update.js1
-rw-r--r--jstests/replsets/initial_sync_capped_index.js4
6 files changed, 11 insertions, 2 deletions
diff --git a/jstests/concurrency/fsm_workloads/dbhash_test.js b/jstests/concurrency/fsm_workloads/dbhash_test.js
index d2a1822f763..f2ddd3670e4 100644
--- a/jstests/concurrency/fsm_workloads/dbhash_test.js
+++ b/jstests/concurrency/fsm_workloads/dbhash_test.js
@@ -2,8 +2,9 @@
* Tests dbHash collisions in WT with full validation.
* dbHash should not experience races on data, or EBUSY errors in the storage engine.
* @tags: [
- * requires_wiredtiger,
- * requires_replication,
+ * requires_wiredtiger,
+ * requires_replication,
+ * uses_full_validation,
* ]
*/
diff --git a/jstests/core/columnstore/columnstore_index.js b/jstests/core/columnstore/columnstore_index.js
index 895f93ae93f..aae7c3e5965 100644
--- a/jstests/core/columnstore/columnstore_index.js
+++ b/jstests/core/columnstore/columnstore_index.js
@@ -21,6 +21,7 @@
* tenant_migration_incompatible,
* does_not_support_stepdowns,
* not_allowed_with_security_token,
+ * uses_full_validation,
* ]
*/
(function() {
diff --git a/jstests/core/columnstore/columnstore_index_correctness.js b/jstests/core/columnstore/columnstore_index_correctness.js
index f6fc1621fb3..247e7888399 100644
--- a/jstests/core/columnstore/columnstore_index_correctness.js
+++ b/jstests/core/columnstore/columnstore_index_correctness.js
@@ -12,6 +12,7 @@
* tenant_migration_incompatible,
* does_not_support_stepdowns,
* not_allowed_with_security_token,
+ * uses_full_validation,
* ]
*/
(function() {
diff --git a/jstests/core/compound_wildcard_index_validation.js b/jstests/core/compound_wildcard_index_validation.js
index e10b0d88836..c64074342aa 100644
--- a/jstests/core/compound_wildcard_index_validation.js
+++ b/jstests/core/compound_wildcard_index_validation.js
@@ -7,6 +7,7 @@
* does_not_support_stepdowns,
* featureFlagCompoundWildcardIndexes,
* requires_fcv_70,
+ * uses_full_validation,
* ]
*/
diff --git a/jstests/core/index/wildcard/wildcard_index_update.js b/jstests/core/index/wildcard/wildcard_index_update.js
index 9f0353ea7b2..36f0a519267 100644
--- a/jstests/core/index/wildcard/wildcard_index_update.js
+++ b/jstests/core/index/wildcard/wildcard_index_update.js
@@ -4,6 +4,7 @@
* @tags: [
* requires_fcv_63,
* does_not_support_stepdowns,
+ * uses_full_validation,
* ]
*/
diff --git a/jstests/replsets/initial_sync_capped_index.js b/jstests/replsets/initial_sync_capped_index.js
index 0400621b6b2..ac6bcab2a37 100644
--- a/jstests/replsets/initial_sync_capped_index.js
+++ b/jstests/replsets/initial_sync_capped_index.js
@@ -22,6 +22,10 @@
* 8. Once initial sync completes, ensure that capped collection indexes on the SECONDARY are valid.
*
* This is a regression test for SERVER-29197.
+ *
+ * @tags: [
+ * uses_full_validation,
+ * ]
*/
(function() {
"use strict";