diff options
author | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2021-10-21 01:07:30 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-10-21 01:20:23 +0000 |
commit | 20a16fa48730dd22cb330f2086f00b08147714d3 (patch) | |
tree | 012b14967fbb5cc0c48264940effc7b4a1ad1659 /buildscripts | |
parent | bba630c895a90a59b78d12105424575b2f847b91 (diff) | |
download | mongo-20a16fa48730dd22cb330f2086f00b08147714d3.tar.gz |
SERVER-59890 Exclude chunk migration test from config stepdown suite.
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml index 55c6e8a3c17..8de7ba27a3c 100644 --- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml +++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml @@ -221,6 +221,9 @@ selector: # profiling/logging (on the configsvr primary), so cannot tolerate the configsvr primary changing. - jstests/sharding/read_write_concern_defaults_application.js - jstests/sharding/move_primary_with_writes.js + # Stepdown interval repeatedly coincides with config server primary giving up contacting an + # intentionally downed shard primary which prevents the test from making forward progress. + - jstests/sharding/migration_coordinator_shutdown_in_critical_section.js executor: config: |