summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2023-04-26 14:54:32 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-26 16:00:41 +0000
commit8b7be91fc2de0c99bf0f35cf2a9e6eda50a64dc8 (patch)
tree3f3ea918fa1af96b4445345b1f6b09af120d5fd5 /buildscripts
parente66caf9dfd30c1e2423dca226cd63070ea0f7607 (diff)
downloadmongo-8b7be91fc2de0c99bf0f35cf2a9e6eda50a64dc8.tar.gz
SERVER-76296 Re-enable multiversion testing for analyzeShardKey and configureQueryAnalyzer commands
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/matrix_suites/generated_suites/sharding_last_continuous.yml1
-rw-r--r--buildscripts/resmokeconfig/matrix_suites/generated_suites/sharding_last_lts.yml1
-rw-r--r--buildscripts/resmokeconfig/matrix_suites/overrides/multiversion.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml2
4 files changed, 0 insertions, 6 deletions
diff --git a/buildscripts/resmokeconfig/matrix_suites/generated_suites/sharding_last_continuous.yml b/buildscripts/resmokeconfig/matrix_suites/generated_suites/sharding_last_continuous.yml
index 0f06028bb77..ea068b6e45f 100644
--- a/buildscripts/resmokeconfig/matrix_suites/generated_suites/sharding_last_continuous.yml
+++ b/buildscripts/resmokeconfig/matrix_suites/generated_suites/sharding_last_continuous.yml
@@ -21,7 +21,6 @@ matrix_suite: true
selector:
exclude_files:
- jstests/sharding/**/libs/**/*.js
- - jstests/sharding/analyze_shard_key/**/*.js
- jstests/sharding/query/merge_command_options.js
- jstests/sharding/max_time_ms_enforced_on_shard.js
- jstests/sharding/drop_indexes_with_stale_config_error.js
diff --git a/buildscripts/resmokeconfig/matrix_suites/generated_suites/sharding_last_lts.yml b/buildscripts/resmokeconfig/matrix_suites/generated_suites/sharding_last_lts.yml
index 5e784aa9086..b0fa5f0ea5a 100644
--- a/buildscripts/resmokeconfig/matrix_suites/generated_suites/sharding_last_lts.yml
+++ b/buildscripts/resmokeconfig/matrix_suites/generated_suites/sharding_last_lts.yml
@@ -21,7 +21,6 @@ matrix_suite: true
selector:
exclude_files:
- jstests/sharding/**/libs/**/*.js
- - jstests/sharding/analyze_shard_key/**/*.js
- jstests/sharding/query/merge_command_options.js
- jstests/sharding/max_time_ms_enforced_on_shard.js
- jstests/sharding/drop_indexes_with_stale_config_error.js
diff --git a/buildscripts/resmokeconfig/matrix_suites/overrides/multiversion.yml b/buildscripts/resmokeconfig/matrix_suites/overrides/multiversion.yml
index 69235524bfc..5cb519480ba 100644
--- a/buildscripts/resmokeconfig/matrix_suites/overrides/multiversion.yml
+++ b/buildscripts/resmokeconfig/matrix_suites/overrides/multiversion.yml
@@ -195,8 +195,6 @@
- replica_sets_multiversion_backport_required_multiversion
exclude_files:
- jstests/sharding/**/libs/**/*.js
- # TODO: Re-enable after SERVER-76296 is backported.
- - jstests/sharding/analyze_shard_key/**/*.js
# Enable when 4.6 becomes last stable
- jstests/sharding/query/merge_command_options.js
- jstests/sharding/max_time_ms_enforced_on_shard.js
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml
index 02bdbc784aa..065bec5402d 100644
--- a/buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml
@@ -6,8 +6,6 @@ selector:
- jstests/sharding/**/*.js
exclude_files:
- jstests/sharding/**/libs/**/*.js
- # TODO: Re-enable after SERVER-76296 is backported.
- - jstests/sharding/analyze_shard_key/**/*.js
# # This tag file can be created using ./buildscripts/resmoke.py generate-multiversion-exclude-tags
# # or downloaded from the evergreen task.
# tag_file: multiversion_exclude_tags.yml