summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorNicholas Zolnierz <nicholas.zolnierz@mongodb.com>2019-10-17 16:56:51 +0000
committerevergreen <evergreen@mongodb.com>2019-10-17 16:56:51 +0000
commitd78ab05ea802c80e10ed81a177bc0f7ba5e643a4 (patch)
tree975953b57ccecc3db4149549dd1c9316dc9b429b /buildscripts
parent194efdec2c508405e14c8f30c4c5a98f7e94bc49 (diff)
downloadmongo-d78ab05ea802c80e10ed81a177bc0f7ba5e643a4.tar.gz
SERVER-44018 Fix MR agg output mode 'reduce' and move JsExecution to decorator on op context
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/core_map_reduce_agg.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/core_map_reduce_agg.yaml b/buildscripts/resmokeconfig/suites/core_map_reduce_agg.yaml
index 067dcfe5a96..aa403c4b48d 100644
--- a/buildscripts/resmokeconfig/suites/core_map_reduce_agg.yaml
+++ b/buildscripts/resmokeconfig/suites/core_map_reduce_agg.yaml
@@ -10,6 +10,8 @@ selector:
- jstests/core/mr_index2.js
- jstests/core/mr_merge2.js
- jstests/core/mr_mutable_properties.js
+ - jstests/core/mr_outreduce.js
+ - jstests/core/mr_outreduce2.js
- jstests/core/mr_sort.js
- jstests/core/mr_tolerates_js_exception.js
- jstests/core/mr_undef.js