diff options
Diffstat (limited to 'jstests/aggregation/sources/graphLookup/sharded.js')
-rw-r--r-- | jstests/aggregation/sources/graphLookup/sharded.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/aggregation/sources/graphLookup/sharded.js b/jstests/aggregation/sources/graphLookup/sharded.js index b78649d5824..2082e7a89ea 100644 --- a/jstests/aggregation/sources/graphLookup/sharded.js +++ b/jstests/aggregation/sources/graphLookup/sharded.js @@ -1,6 +1,9 @@ // In SERVER-23725, $graphLookup was introduced. In this file, we test that the expression behaves // correctly on a sharded collection. -// @tags: [requires_sharding] +// @tags: [ +// requires_sharding, +// requires_spawning_own_processes, +// ] load("jstests/aggregation/extras/utils.js"); // For assertErrorCode. (function() { |