summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorGeorge Wangensteen <george.wangensteen@mongodb.com>2021-02-03 16:37:47 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-22 16:51:49 +0000
commitbfbf776563bf16a6a52ffcc0a69f4686953eb0a1 (patch)
treed02a7361511ff33c78e1939d92203216fd31d5ce /jstests
parentb5c018e00951264ac6bf0aabdfdfa9274ec186f1 (diff)
downloadmongo-bfbf776563bf16a6a52ffcc0a69f4686953eb0a1.tar.gz
SERVER-53393 Add evg variants for ShardingTaskExecutorPoolReplicaSetMatching
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthrough/predictive_connpool.js1
-rw-r--r--jstests/noPassthrough/set_step_params.js2
-rw-r--r--jstests/sharding/sharding_task_executor_pool_matching_policy.js2
3 files changed, 4 insertions, 1 deletions
diff --git a/jstests/noPassthrough/predictive_connpool.js b/jstests/noPassthrough/predictive_connpool.js
index 81e56e84881..05c82d2facd 100644
--- a/jstests/noPassthrough/predictive_connpool.js
+++ b/jstests/noPassthrough/predictive_connpool.js
@@ -4,6 +4,7 @@ load("jstests/libs/parallelTester.js");
* @tags: [
* requires_sharding,
* sbe_incompatible,
+ * sets_replica_set_matching_strategy,
* ]
*/
diff --git a/jstests/noPassthrough/set_step_params.js b/jstests/noPassthrough/set_step_params.js
index 9ac8b58154a..cc6ec9a629b 100644
--- a/jstests/noPassthrough/set_step_params.js
+++ b/jstests/noPassthrough/set_step_params.js
@@ -1,7 +1,7 @@
load("jstests/libs/parallelTester.js");
/**
- * @tags: [requires_replication, requires_sharding]
+ * @tags: [requires_replication, requires_sharding, sets_replica_set_matching_strategy]
*/
(function() {
diff --git a/jstests/sharding/sharding_task_executor_pool_matching_policy.js b/jstests/sharding/sharding_task_executor_pool_matching_policy.js
index bb7341825af..a293c8c779d 100644
--- a/jstests/sharding/sharding_task_executor_pool_matching_policy.js
+++ b/jstests/sharding/sharding_task_executor_pool_matching_policy.js
@@ -1,6 +1,8 @@
// Tests that the ShardingTaskExecutorPoolReplicaSetMatchingPolicy is correctly set when the default
// "automatic" value is used for the ShardingTaskExecutorPoolReplicaSetMatching parameter (on
// mongos, "matchPrimaryNode" should be set; on mongod, the policy should be "disabled").
+//
+// @tags: [sets_replica_set_matching_strategy]
(function() {
"use strict";