diff options
author | David Storch <david.storch@10gen.com> | 2016-05-02 12:34:07 -0400 |
---|---|---|
committer | David Storch <david.storch@10gen.com> | 2016-05-04 09:54:45 -0400 |
commit | 34e784dd13375bba5547d332b6aeba9a80016e63 (patch) | |
tree | 7634db01a8a579e0583216dabaf2b1edd7b65707 /buildscripts/resmokeconfig/suites/aggregation_auth.yml | |
parent | 3e3313409d90026ed5f629e8ffb87b04cca5a524 (diff) | |
download | mongo-34e784dd13375bba5547d332b6aeba9a80016e63.tar.gz |
SERVER-23725 Aggregation now supports the graphLookup stage.
This commit is identical to a1253a94b82e65780d3aa3c4ddf92db02ec0b9d1.
Diffstat (limited to 'buildscripts/resmokeconfig/suites/aggregation_auth.yml')
-rw-r--r-- | buildscripts/resmokeconfig/suites/aggregation_auth.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_auth.yml b/buildscripts/resmokeconfig/suites/aggregation_auth.yml index 73dcb239d1a..f723f0eb438 100644 --- a/buildscripts/resmokeconfig/suites/aggregation_auth.yml +++ b/buildscripts/resmokeconfig/suites/aggregation_auth.yml @@ -9,6 +9,7 @@ selector: - jstests/aggregation/*.js - jstests/aggregation/bugs/*.js - jstests/aggregation/expressions/*.js + - jstests/aggregation/sources/*/*.js exclude_files: # Skip any tests that run with auth explicitly. - jstests/aggregation/*[aA]uth*.js |