diff options
author | Bernard Gorman <bernard.gorman@gmail.com> | 2017-08-01 23:15:53 +0100 |
---|---|---|
committer | Bernard Gorman <bernard.gorman@gmail.com> | 2017-08-02 14:15:37 +0100 |
commit | 27d43e300e292043fefd7634de99160157955a17 (patch) | |
tree | 31844a3949fd1c900b3f7e93929faea1671b0c9b /buildscripts/resmokeconfig | |
parent | 20c85d4848b4e4b3c88e1788eaff362143fffd20 (diff) | |
download | mongo-27d43e300e292043fefd7634de99160157955a17.tar.gz |
SERVER-18940 Optimise sharded aggregations that are targeted to a single shard
Diffstat (limited to 'buildscripts/resmokeconfig')
-rw-r--r-- | buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml | 2 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml index f102b4e6ae1..b23a209a631 100644 --- a/buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/aggregation_read_concern_majority_passthrough.yml @@ -9,6 +9,8 @@ selector: exclude_files: - jstests/aggregation/bugs/server18198.js # Uses a mocked mongo client to test read preference. - jstests/aggregation/mongos_slaveok.js # Majority read on secondary requires afterOpTime. + - jstests/aggregation/shard_targeting.js # Cannot specify write concern when + # secondaryThrottle is not set. - jstests/aggregation/sources/collStats/shard_host_info.js # Cannot specify write concern when # secondaryThrottle is not set. - jstests/aggregation/sources/facet/use_cases.js # Cannot specify write concern when diff --git a/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml index c4bd82afd9a..8e7504d2567 100644 --- a/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml @@ -12,6 +12,7 @@ selector: - jstests/aggregation/bugs/server6179.js - jstests/aggregation/bugs/server7781.js - jstests/aggregation/mongos_slaveok.js + - jstests/aggregation/shard_targeting.js - jstests/aggregation/sources/addFields/use_cases.js - jstests/aggregation/sources/addFields/weather.js - jstests/aggregation/sources/collStats/shard_host_info.js |