summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorDevin Hilly <devin.hilly@mongodb.com>2018-11-13 17:55:50 -0500
committerCharlie Swanson <charlie.swanson@mongodb.com>2019-02-20 10:29:37 -0500
commit18caaa34aecc860adf797e712127b639292d8903 (patch)
tree4348608300cbe417afcaba76e33877eaa927ba29 /buildscripts
parent281e5d5cf9742c74448f0c8600912c6f6ca8326d (diff)
downloadmongo-18caaa34aecc860adf797e712127b639292d8903.tar.gz
SERVER-31098 Wrong ns in system.profile for aggregation query
(cherry picked from commit 1862b00862a6ea9c3fdd08bba52ea6a016eccbc5) (cherry picked from commit 93f8e8b2df10c2ec28090d9bbfd533b45f3b58e2)
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
index ec75451ddd7..85b7a90db67 100644
--- a/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/aggregation_sharded_collections_passthrough.yml
@@ -31,6 +31,9 @@ selector:
- jstests/aggregation/bugs/lookup_unwind_killcursor.js
# TODO: Remove after SERVER-23229 is fixed.
- jstests/aggregation/bugs/groupMissing.js
+
+ # Uses the profiler, which is not supported through mongos.
+ - jstests/aggregation/sources/lookup/profile_lookup.js
exclude_with_any_tags:
# Tests tagged with the following will fail because they assume collections are not sharded.
- assumes_no_implicit_collection_creation_after_drop