diff options
author | Jack Mulrow <jack.mulrow@mongodb.com> | 2019-12-17 22:55:38 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-12-17 22:55:38 +0000 |
commit | ceeb1a0402e2d0f6f0f55808c16a90e8b30f106c (patch) | |
tree | 85ed681451e9abd58212bc22f640415feaa74701 /buildscripts | |
parent | 61241bedf571481a89525ac26d311d3fed4108d6 (diff) | |
download | mongo-ceeb1a0402e2d0f6f0f55808c16a90e8b30f106c.tar.gz |
SERVER-43720 Make RWCDefaults commands persist the defaults
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml index 9ea3a40995c..366414c6b05 100644 --- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml +++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml @@ -200,6 +200,8 @@ selector: - jstests/sharding/mongos_no_detect_sharding.js # Aggregation with $merge will fail until SERVER-41949 is finished. - jstests/sharding/merge_with_move_primary.js + # Runs commands directly on the config server primary and is not robust to the primary changing. + - jstests/sharding/read_write_concern_defaults_commands_api.js executor: config: |