summaryrefslogtreecommitdiff
path: root/buildscripts/idl/tests
diff options
context:
space:
mode:
authorTed Tuckman <ted.tuckman@mongodb.com>2022-03-02 22:20:32 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-02 23:11:24 +0000
commitf25675cc8ea9d89672ce063f49dbdaa39e63ce1b (patch)
treeb1867e1b1e3db4dc5083da673bd62aa4cc218767 /buildscripts/idl/tests
parent27ce39ba637159ae0be6e7734b1d7f114af7141c (diff)
downloadmongo-f25675cc8ea9d89672ce063f49dbdaa39e63ce1b.tar.gz
SERVER-62535 Allow sharded aggregation to return two cursors
Diffstat (limited to 'buildscripts/idl/tests')
-rw-r--r--buildscripts/idl/tests/test_parser.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/idl/tests/test_parser.py b/buildscripts/idl/tests/test_parser.py
index 1439d58c383..8fc760caf13 100644
--- a/buildscripts/idl/tests/test_parser.py
+++ b/buildscripts/idl/tests/test_parser.py
@@ -286,6 +286,7 @@ class TestParser(testcase.IDLTestcase):
immutable: true
inline_chained_structs: true
generate_comparison_operators: true
+ cpp_validator_func: funcName
fields:
foo: bar
"""))
@@ -300,6 +301,7 @@ class TestParser(testcase.IDLTestcase):
immutable: false
inline_chained_structs: false
generate_comparison_operators: false
+ cpp_validator_func: funcName
fields:
foo: bar
"""))