summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorGeorge Wangensteen <george.wangensteen@mongodb.com>2021-01-12 23:44:35 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-17 15:08:09 +0000
commitb1754775cf6a95e35b7e8943ae2dda0080636d92 (patch)
tree67acc24509ebe99be6a1358f7867dad08fc6bfa7 /buildscripts
parent3deaf71cf31c4d688d9a71b23b8c91a2479dbf0a (diff)
downloadmongo-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.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_rs_matching_match_busiest_node.yml3
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: