summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorTed Tuckman <ted.tuckman@mongodb.com>2020-02-28 13:03:26 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-28 18:50:50 +0000
commitd1429a5a66efa56fba4ab01dc4fa925b29371fdc (patch)
tree1c91c5b0ee9815ec56687edd1a9632c50fd8d196 /buildscripts
parent6b91a10befe35d4745f573542ed1dcb7da82adbb (diff)
downloadmongo-d1429a5a66efa56fba4ab01dc4fa925b29371fdc.tar.gz
SERVER-45535 Support explain in $unionWith
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_mongos_passthrough.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_mongos_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_mongos_passthrough.yml
index b1cab5449a9..85013bdfd16 100644
--- a/buildscripts/resmokeconfig/suites/aggregation_mongos_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/aggregation_mongos_passthrough.yml
@@ -15,6 +15,9 @@ selector:
# Mongos does not support runtimeConstants.
- jstests/aggregation/accumulators/internal_js_reduce_with_scope.js
- jstests/aggregation/expressions/internal_js_emit_with_scope.js
+ # $unionWith explain output does not check whether the collection is sharded in a sharded
+ # cluster.
+ - jstests/aggregation/sources/unionWith/unionWith_explain.js
exclude_with_any_tags:
- assumes_against_mongod_not_mongos
- requires_profiling