diff options
author | Cheahuychou Mao <mao.cheahuychou@gmail.com> | 2022-11-02 01:40:23 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-11-02 02:34:26 +0000 |
commit | 64c4305a9b1f4149c08c3eb91d31e749d24d2e56 (patch) | |
tree | 55eb46039d4584d9eec4ffe52f43e267bf3251f3 /buildscripts | |
parent | 35e593da151e7bc08bb5409b9d770942431d64ae (diff) | |
download | mongo-64c4305a9b1f4149c08c3eb91d31e749d24d2e56.tar.gz |
SERVER-70754 Make shards support persisting diffs for sampled update queries
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml | 1 |
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 b0d9e24def3..b954796c1ca 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_diffs.js - jstests/sharding/analyze_shard_key/persist_sampled_read_queries.js - jstests/sharding/analyze_shard_key/persist_sampled_write_queries.js - jstests/sharding/analyze_shard_key/refresh_sample_rates_sharded.js |