diff options
author | Nicholas Zolnierz <nicholas.zolnierz@mongodb.com> | 2020-01-13 18:38:37 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2020-01-13 18:38:37 +0000 |
commit | 0460c5964375a50df62811e36a40fc5abf8c7a5a (patch) | |
tree | d8ffac8e769b4f5dac4043d52c66aca6a447a431 /buildscripts | |
parent | cf013cac38ee4b655c990fd0db341298a8d6d563 (diff) | |
download | mongo-0460c5964375a50df62811e36a40fc5abf8c7a5a.tar.gz |
SERVER-44477 Use correct collection count in cluster MR when determining whether to drop and reshard target
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml index 57df1df78bc..2171d2d739e 100644 --- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml +++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml @@ -116,7 +116,8 @@ selector: - jstests/sharding/explain_cmd.js # Enable when SERVER-44733 is backported - jstests/sharding/change_streams_update_lookup_shard_metadata_missing.js - + # Enable after SERVER-44477 is backported and available on older binaries. + - jstests/sharding/mr_merge_to_existing.js executor: config: shell_options: |