diff options
author | George Wangensteen <george.wangensteen@mongodb.com> | 2021-01-12 23:44:35 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-02-17 15:08:09 +0000 |
commit | b1754775cf6a95e35b7e8943ae2dda0080636d92 (patch) | |
tree | 67acc24509ebe99be6a1358f7867dad08fc6bfa7 /buildscripts | |
parent | 3deaf71cf31c4d688d9a71b23b8c91a2479dbf0a (diff) | |
download | mongo-b1754775cf6a95e35b7e8943ae2dda0080636d92.tar.gz |
SERVER-53394 Make ShardingTaskExecutorPoolReplicaSetMatching default to disabled for mongod
(cherry picked from commit ac99b5cf6202e2941220a1f5f56b8223af1841e9)
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_rs_matching_disabled.yml | 3 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_rs_matching_match_busiest_node.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_rs_matching_disabled.yml b/buildscripts/resmokeconfig/suites/sharding_rs_matching_disabled.yml index f159ca35e52..e687680e55b 100644 --- a/buildscripts/resmokeconfig/suites/sharding_rs_matching_disabled.yml +++ b/buildscripts/resmokeconfig/suites/sharding_rs_matching_disabled.yml @@ -3,6 +3,9 @@ test_kind: js_test selector: roots: - jstests/sharding/*.js + exclude_files: + # Skip tests that set the matching policy internally. + - jstests/sharding/sharding_task_executor_pool_matching_policy.js executor: config: diff --git a/buildscripts/resmokeconfig/suites/sharding_rs_matching_match_busiest_node.yml b/buildscripts/resmokeconfig/suites/sharding_rs_matching_match_busiest_node.yml index 5aefdbbe4ec..68ad82ff1d8 100644 --- a/buildscripts/resmokeconfig/suites/sharding_rs_matching_match_busiest_node.yml +++ b/buildscripts/resmokeconfig/suites/sharding_rs_matching_match_busiest_node.yml @@ -3,6 +3,9 @@ test_kind: js_test selector: roots: - jstests/sharding/*.js + exclude_files: + # Skip tests that set the matching policy internally. + - jstests/sharding/sharding_task_executor_pool_matching_policy.js executor: config: |