summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMatt Broadstone <mbroadst@mongodb.com>2023-02-05 13:23:15 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-05 14:35:04 +0000
commitcd9db950597ce9ac14f30de12754172fdda289cb (patch)
tree4fa96cd538fc88c504c6812dab67b2ff44d0559a /buildscripts
parent450ffbb63d5b265d2e17c6ec4556f030099b9f60 (diff)
downloadmongo-cd9db950597ce9ac14f30de12754172fdda289cb.tar.gz
SERVER-73585 Exclude multi-tenanted tests in merge passthroughs
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/shard_merge_causally_consistent_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/shard_merge_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/shard_merge_multi_stmt_txn_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/shard_split_causally_consistent_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/shard_split_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/shard_split_kill_primary_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/shard_split_multi_stmt_txn_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/shard_split_stepdown_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/shard_split_terminate_primary_jscore_passthrough.yml2
9 files changed, 9 insertions, 6 deletions
diff --git a/buildscripts/resmokeconfig/suites/shard_merge_causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/shard_merge_causally_consistent_jscore_passthrough.yml
index 17d04f3ab1e..cdcd52a7d6e 100644
--- a/buildscripts/resmokeconfig/suites/shard_merge_causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/shard_merge_causally_consistent_jscore_passthrough.yml
@@ -253,6 +253,7 @@ selector:
- requires_multi_updates
- requires_timeseries # Tenant migration, transactions not supported
- requires_fastcount
+ - multiple_tenants_incompatible
executor:
archive:
diff --git a/buildscripts/resmokeconfig/suites/shard_merge_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/shard_merge_jscore_passthrough.yml
index 32a53191127..9153cafd464 100644
--- a/buildscripts/resmokeconfig/suites/shard_merge_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/shard_merge_jscore_passthrough.yml
@@ -41,6 +41,7 @@ selector:
- tenant_migration_incompatible
- requires_timeseries # Tenant migration not supported
- requires_fastcount
+ - multiple_tenants_incompatible
executor:
archive:
diff --git a/buildscripts/resmokeconfig/suites/shard_merge_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/shard_merge_multi_stmt_txn_jscore_passthrough.yml
index dc851f90788..3e828cd5829 100644
--- a/buildscripts/resmokeconfig/suites/shard_merge_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/shard_merge_multi_stmt_txn_jscore_passthrough.yml
@@ -253,6 +253,7 @@ selector:
- requires_multi_updates
- requires_timeseries # Tenant migration, transactions not supported
- requires_fastcount
+ - multiple_tenants_incompatible
executor:
archive:
diff --git a/buildscripts/resmokeconfig/suites/shard_split_causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/shard_split_causally_consistent_jscore_passthrough.yml
index bf4dc291368..6b5af0d8529 100644
--- a/buildscripts/resmokeconfig/suites/shard_split_causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/shard_split_causally_consistent_jscore_passthrough.yml
@@ -106,7 +106,7 @@ selector:
# Full validation can cause ongoing queries to fail. This can affect the shard split process.
- uses_full_validation
- tenant_migration_incompatible
- - shard_split_incompatible
+ - multiple_tenants_incompatible
- requires_timeseries # Tenant migration not supported
executor:
diff --git a/buildscripts/resmokeconfig/suites/shard_split_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/shard_split_jscore_passthrough.yml
index 6070d416293..bbf4f369ee4 100644
--- a/buildscripts/resmokeconfig/suites/shard_split_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/shard_split_jscore_passthrough.yml
@@ -41,7 +41,7 @@ selector:
# Full validation can cause ongoing queries to fail. This can affect the shard split process.
- uses_full_validation
- tenant_migration_incompatible
- - shard_split_incompatible
+ - multiple_tenants_incompatible
- requires_timeseries # Tenant migration not supported
executor:
diff --git a/buildscripts/resmokeconfig/suites/shard_split_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/shard_split_kill_primary_jscore_passthrough.yml
index 1d93867d4b4..b25bda49b40 100644
--- a/buildscripts/resmokeconfig/suites/shard_split_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/shard_split_kill_primary_jscore_passthrough.yml
@@ -122,7 +122,7 @@ selector:
- assumes_write_concern_unchanged
# Full validation can cause ongoing queries to fail. This can affect the shard split process.
- uses_full_validation
- - shard_split_incompatible
+ - multiple_tenants_incompatible
- requires_timeseries # Tenant migration not supported
executor:
diff --git a/buildscripts/resmokeconfig/suites/shard_split_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/shard_split_multi_stmt_txn_jscore_passthrough.yml
index b22558cac6a..f6a94169ea9 100644
--- a/buildscripts/resmokeconfig/suites/shard_split_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/shard_split_multi_stmt_txn_jscore_passthrough.yml
@@ -247,7 +247,7 @@ selector:
- uses_full_validation
# Multi-updates that conflict with shard split are not retried by inject_tenant_prefix.js.
- requires_multi_updates
- - shard_split_incompatible
+ - multiple_tenants_incompatible
- requires_timeseries # Tenant migration, transactions not supported
executor:
diff --git a/buildscripts/resmokeconfig/suites/shard_split_stepdown_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/shard_split_stepdown_jscore_passthrough.yml
index 32493873cd2..eef468bda3e 100644
--- a/buildscripts/resmokeconfig/suites/shard_split_stepdown_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/shard_split_stepdown_jscore_passthrough.yml
@@ -114,7 +114,7 @@ selector:
- assumes_write_concern_unchanged
# Full validation can cause ongoing queries to fail. This can affect the shard split process.
- uses_full_validation
- - shard_split_incompatible
+ - multiple_tenants_incompatible
- requires_timeseries # Tenant migration not supported
executor:
diff --git a/buildscripts/resmokeconfig/suites/shard_split_terminate_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/shard_split_terminate_primary_jscore_passthrough.yml
index 8385be7165a..8b4e5132be9 100644
--- a/buildscripts/resmokeconfig/suites/shard_split_terminate_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/shard_split_terminate_primary_jscore_passthrough.yml
@@ -114,7 +114,7 @@ selector:
- assumes_write_concern_unchanged
# Full validation can cause ongoing queries to fail. This can affect the shard split process.
- uses_full_validation
- - shard_split_incompatible
+ - multiple_tenants_incompatible
- requires_timeseries # Tenant migration not supported
executor: