summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2022-11-01 20:46:48 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-01 22:29:56 +0000
commit433c0e26e0d4e35bb9b2bf6159ca1556808ab9b9 (patch)
tree8b7a80b77ccef1c181bbf64008e1af056d40fdd0 /buildscripts
parente75a51a7dcbe842e07a24343438706d865de96dc (diff)
downloadmongo-433c0e26e0d4e35bb9b2bf6159ca1556808ab9b9.tar.gz
SERVER-70473 Make shards persist sampled read queries
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
index 69e8864f661..f49bbf905e2 100644
--- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
@@ -86,6 +86,7 @@ selector:
- jstests/sharding/move_primary_fails_without_database_version.js
# Calls the config server primary directly (not through mongos)
- jstests/sharding/analyze_shard_key/configure_query_analyzer_basic.js
+ - jstests/sharding/analyze_shard_key/persist_sampled_read_queries.js
- jstests/sharding/analyze_shard_key/refresh_sample_rates_sharded.js
- jstests/sharding/configsvr_metadata_commands_require_majority_write_concern.js
- jstests/sharding/min_optime_recovery_on_successful_move_chunk_commit.js