summaryrefslogtreecommitdiff
path: root/jstests/concurrency
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency')
-rw-r--r--jstests/concurrency/fsm_workloads/CRUD_and_commands.js3
-rw-r--r--jstests/concurrency/fsm_workloads/CRUD_and_commands_with_createindexes.js3
-rw-r--r--jstests/concurrency/fsm_workloads/auth_privilege_cache_miss.js3
-rw-r--r--jstests/concurrency/fsm_workloads/auth_privilege_consistency.js3
-rw-r--r--jstests/concurrency/fsm_workloads/create_timeseries_collection.js1
-rw-r--r--jstests/concurrency/fsm_workloads/find_cmd_with_indexes_timeseries.js1
-rw-r--r--jstests/concurrency/fsm_workloads/find_flip_sbe_enabled.js3
-rw-r--r--jstests/concurrency/fsm_workloads/insert_ttl_retry_writes_timeseries.js3
-rw-r--r--jstests/concurrency/fsm_workloads/insert_ttl_timeseries.js1
-rw-r--r--jstests/concurrency/fsm_workloads/profile_command.js4
-rw-r--r--jstests/concurrency/fsm_workloads/random_DDL_CRUD_operations.js1
-rw-r--r--jstests/concurrency/fsm_workloads/random_DDL_operations.js1
-rw-r--r--jstests/concurrency/fsm_workloads/rename_sharded_collection.js1
-rw-r--r--jstests/concurrency/fsm_workloads/snapshot_read_at_cluster_time_crud_operations.js7
-rw-r--r--jstests/concurrency/fsm_workloads/snapshot_read_at_cluster_time_ddl_operations.js8
15 files changed, 25 insertions, 18 deletions
diff --git a/jstests/concurrency/fsm_workloads/CRUD_and_commands.js b/jstests/concurrency/fsm_workloads/CRUD_and_commands.js
index b5d7b7f7670..047c22bb682 100644
--- a/jstests/concurrency/fsm_workloads/CRUD_and_commands.js
+++ b/jstests/concurrency/fsm_workloads/CRUD_and_commands.js
@@ -4,7 +4,8 @@
* Perform CRUD operations, some of which may implicitly create collections, in parallel with
* collection-dropping operations.
*
- * @tags: [requires_fcv_49]
+ * @tags: [
+ * ]
*/
var $config = (function() {
const data = {numIds: 10};
diff --git a/jstests/concurrency/fsm_workloads/CRUD_and_commands_with_createindexes.js b/jstests/concurrency/fsm_workloads/CRUD_and_commands_with_createindexes.js
index d4c2bbefe4a..890225b15fe 100644
--- a/jstests/concurrency/fsm_workloads/CRUD_and_commands_with_createindexes.js
+++ b/jstests/concurrency/fsm_workloads/CRUD_and_commands_with_createindexes.js
@@ -5,7 +5,8 @@
* creations which may implicitly create collections. Performs these in parallel with collection-
* dropping operations.
*
- * @tags: [requires_fcv_49]
+ * @tags: [
+ * ]
*/
load('jstests/concurrency/fsm_libs/extend_workload.js'); // for extendWorkload
load('jstests/concurrency/fsm_workloads/CRUD_and_commands.js'); // for $config
diff --git a/jstests/concurrency/fsm_workloads/auth_privilege_cache_miss.js b/jstests/concurrency/fsm_workloads/auth_privilege_cache_miss.js
index 5441a21ed49..e6147c3d954 100644
--- a/jstests/concurrency/fsm_workloads/auth_privilege_cache_miss.js
+++ b/jstests/concurrency/fsm_workloads/auth_privilege_cache_miss.js
@@ -5,7 +5,8 @@
*
* Validate user permission consistency during cache miss and slow load.
*
- * @tags: [requires_fcv_47]
+ * @tags: [
+ * ]
*/
// Use the auth_privilege_consistency workload as a base.
diff --git a/jstests/concurrency/fsm_workloads/auth_privilege_consistency.js b/jstests/concurrency/fsm_workloads/auth_privilege_consistency.js
index ad7c2a447a6..7fd6c19aef3 100644
--- a/jstests/concurrency/fsm_workloads/auth_privilege_consistency.js
+++ b/jstests/concurrency/fsm_workloads/auth_privilege_consistency.js
@@ -5,7 +5,8 @@
*
* Validate user cache invalidation upon subordinate role removal.
*
- * @tags: [requires_fcv_47]
+ * @tags: [
+ * ]
*/
load('jstests/concurrency/fsm_workload_helpers/drop_utils.js'); // for dropRoles
diff --git a/jstests/concurrency/fsm_workloads/create_timeseries_collection.js b/jstests/concurrency/fsm_workloads/create_timeseries_collection.js
index c2f05b39a70..e062a5dd5c0 100644
--- a/jstests/concurrency/fsm_workloads/create_timeseries_collection.js
+++ b/jstests/concurrency/fsm_workloads/create_timeseries_collection.js
@@ -8,7 +8,6 @@ load("jstests/core/timeseries/libs/timeseries.js");
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
- * requires_fcv_49,
* ]
*/
var $config = (function() {
diff --git a/jstests/concurrency/fsm_workloads/find_cmd_with_indexes_timeseries.js b/jstests/concurrency/fsm_workloads/find_cmd_with_indexes_timeseries.js
index 9e4f20aff2f..59b98f85987 100644
--- a/jstests/concurrency/fsm_workloads/find_cmd_with_indexes_timeseries.js
+++ b/jstests/concurrency/fsm_workloads/find_cmd_with_indexes_timeseries.js
@@ -11,7 +11,6 @@
* regardless, the indexes should return the same data as collection scans.
*
* @tags: [
- * requires_fcv_49,
* requires_timeseries,
* ]
*/
diff --git a/jstests/concurrency/fsm_workloads/find_flip_sbe_enabled.js b/jstests/concurrency/fsm_workloads/find_flip_sbe_enabled.js
index a427b829104..4afccfa7d54 100644
--- a/jstests/concurrency/fsm_workloads/find_flip_sbe_enabled.js
+++ b/jstests/concurrency/fsm_workloads/find_flip_sbe_enabled.js
@@ -4,7 +4,8 @@
* Sets the internalQueryEnableSlotBasedExecutionEngine flag to true and false, and
* asserts that find queries using the plan cache produce the correct results.
*
- * @tags: [requires_fcv_50]
+ * @tags: [
+ * ]
*/
load("jstests/libs/sbe_util.js");
diff --git a/jstests/concurrency/fsm_workloads/insert_ttl_retry_writes_timeseries.js b/jstests/concurrency/fsm_workloads/insert_ttl_retry_writes_timeseries.js
index 725e334f79a..e916c366f45 100644
--- a/jstests/concurrency/fsm_workloads/insert_ttl_retry_writes_timeseries.js
+++ b/jstests/concurrency/fsm_workloads/insert_ttl_retry_writes_timeseries.js
@@ -8,9 +8,8 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
- * requires_fcv_49,
- * requires_timeseries,
* requires_replication,
+ * requires_timeseries,
* uses_ttl,
* ]
*/
diff --git a/jstests/concurrency/fsm_workloads/insert_ttl_timeseries.js b/jstests/concurrency/fsm_workloads/insert_ttl_timeseries.js
index 483bc6e537f..41250ee7f7b 100644
--- a/jstests/concurrency/fsm_workloads/insert_ttl_timeseries.js
+++ b/jstests/concurrency/fsm_workloads/insert_ttl_timeseries.js
@@ -8,7 +8,6 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
- * requires_fcv_49,
* requires_timeseries,
* uses_ttl,
* ]
diff --git a/jstests/concurrency/fsm_workloads/profile_command.js b/jstests/concurrency/fsm_workloads/profile_command.js
index e76e6b70e50..dd85296aa8d 100644
--- a/jstests/concurrency/fsm_workloads/profile_command.js
+++ b/jstests/concurrency/fsm_workloads/profile_command.js
@@ -8,7 +8,9 @@
* 1. The profile command never returns an inconsistent combination of {level, filter}.
* 2. We never log or profile based on an inconsistent combination of {level, filter}.
*
- * @tags: [requires_profiling, requires_fcv_47]
+ * @tags: [
+ * requires_profiling,
+ * ]
*/
var $config = (function() {
diff --git a/jstests/concurrency/fsm_workloads/random_DDL_CRUD_operations.js b/jstests/concurrency/fsm_workloads/random_DDL_CRUD_operations.js
index 002d31cebdd..531dc2aa1a7 100644
--- a/jstests/concurrency/fsm_workloads/random_DDL_CRUD_operations.js
+++ b/jstests/concurrency/fsm_workloads/random_DDL_CRUD_operations.js
@@ -5,7 +5,6 @@
* and verifies guarantees are not broken.
*
* @tags: [
- * requires_fcv_50,
* requires_sharding,
* assumes_balancer_off,
* does_not_support_causal_consistency,
diff --git a/jstests/concurrency/fsm_workloads/random_DDL_operations.js b/jstests/concurrency/fsm_workloads/random_DDL_operations.js
index 6603f4e84b8..b77a0192b7a 100644
--- a/jstests/concurrency/fsm_workloads/random_DDL_operations.js
+++ b/jstests/concurrency/fsm_workloads/random_DDL_operations.js
@@ -4,7 +4,6 @@
* Concurrently performs DDL commands and verifies guarantees are not broken.
*
* @tags: [
- * requires_fcv_50,
* requires_sharding,
* # TODO (SERVER-56879): Support add/remove shards in new DDL paths
* does_not_support_add_remove_shards,
diff --git a/jstests/concurrency/fsm_workloads/rename_sharded_collection.js b/jstests/concurrency/fsm_workloads/rename_sharded_collection.js
index ddfbe31bfa2..2b75b52879d 100644
--- a/jstests/concurrency/fsm_workloads/rename_sharded_collection.js
+++ b/jstests/concurrency/fsm_workloads/rename_sharded_collection.js
@@ -11,7 +11,6 @@
* concurrency
*
* @tags: [
- * requires_fcv_50,
* requires_sharding,
* # TODO (SERVER-56879): Support add/remove shards in new DDL paths
* does_not_support_add_remove_shards,
diff --git a/jstests/concurrency/fsm_workloads/snapshot_read_at_cluster_time_crud_operations.js b/jstests/concurrency/fsm_workloads/snapshot_read_at_cluster_time_crud_operations.js
index 33cbf740000..78cc71e87a7 100644
--- a/jstests/concurrency/fsm_workloads/snapshot_read_at_cluster_time_crud_operations.js
+++ b/jstests/concurrency/fsm_workloads/snapshot_read_at_cluster_time_crud_operations.js
@@ -9,8 +9,11 @@
* updates increment the value of x. We test that the snapshot read only returns documents where _id
* is between 0-99, and the value of x is always 1.
*
- * @tags: [requires_fcv_47, requires_replication, does_not_support_causal_consistency,
- * requires_majority_read_concern]
+ * @tags: [
+ * does_not_support_causal_consistency,
+ * requires_majority_read_concern,
+ * requires_replication,
+ * ]
*/
load('jstests/concurrency/fsm_workload_helpers/snapshot_read_utils.js');
diff --git a/jstests/concurrency/fsm_workloads/snapshot_read_at_cluster_time_ddl_operations.js b/jstests/concurrency/fsm_workloads/snapshot_read_at_cluster_time_ddl_operations.js
index c6bf1e808bd..9f3ae16a19e 100644
--- a/jstests/concurrency/fsm_workloads/snapshot_read_at_cluster_time_ddl_operations.js
+++ b/jstests/concurrency/fsm_workloads/snapshot_read_at_cluster_time_ddl_operations.js
@@ -4,8 +4,12 @@
* Perform point-in-time snapshot reads that span a 'find' and multiple 'getmore's concurrently with
* CRUD operations.
*
- * @tags: [creates_background_indexes, requires_fcv_47, requires_replication,
- * does_not_support_causal_consistency, requires_majority_read_concern]
+ * @tags: [
+ * creates_background_indexes,
+ * does_not_support_causal_consistency,
+ * requires_majority_read_concern,
+ * requires_replication,
+ * ]
*/
load('jstests/concurrency/fsm_workload_helpers/snapshot_read_utils.js');