summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorDavid Storch <david.storch@mongodb.com>2020-07-30 14:24:45 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-14 16:29:30 +0000
commite0bbfe119331514119c6f573eac9998ccf2a3dbe (patch)
tree8fdcb30831aa2b137ea67fb01740426caef81fa3 /buildscripts
parentf66f0e54ff6b71000b9a3404d5d9dd43f51f874a (diff)
downloadmongo-e0bbfe119331514119c6f573eac9998ccf2a3dbe.tar.gz
SERVER-40317 Fail query when $facet intermediate output exceeds 100MB
Co-authored-by: Justin Seyster <justin.seyster@mongodb.com> Co-authored-by: Jacob Evans <jacob.evans@10gen.com>
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_facet_unwind_passthrough.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_facet_unwind_passthrough.yml b/buildscripts/resmokeconfig/suites/aggregation_facet_unwind_passthrough.yml
index 5af872701d5..c6368924e87 100644
--- a/buildscripts/resmokeconfig/suites/aggregation_facet_unwind_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/aggregation_facet_unwind_passthrough.yml
@@ -26,3 +26,7 @@ executor:
mongod_options:
set_parameters:
enableTestCommands: 1
+ # This passthrough wraps entire query result sets in $facet. Allow a larger-than-normal
+ # intermediate document size of 500MB in order to accommodate tests that have a large result
+ # set.
+ internalQueryFacetMaxOutputDocSizeBytes: 500000000