summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2017-08-02 10:48:02 -0400
committerDavid Storch <david.storch@10gen.com>2017-08-17 16:00:04 -0400
commitecfdeb1bbe8979586bd841a07f47de748c1b4094 (patch)
treef4c3654c388bc2516caa1c8c51d62a4864fad8fa /buildscripts/resmokeconfig/suites
parent3d3543b684d239b12e6dac97d2e3d57d4b0dbfc4 (diff)
downloadmongo-ecfdeb1bbe8979586bd841a07f47de748c1b4094.tar.gz
SERVER-30245 Add $_internalSchemaType.
This fixes a bug in the JSON Schema implementation in which the type keyword did not behave correctly with arrays.
Diffstat (limited to 'buildscripts/resmokeconfig/suites')
-rw-r--r--buildscripts/resmokeconfig/suites/json_schema.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/json_schema.yml b/buildscripts/resmokeconfig/suites/json_schema.yml
index d18cd5bc315..8e995e2fa23 100644
--- a/buildscripts/resmokeconfig/suites/json_schema.yml
+++ b/buildscripts/resmokeconfig/suites/json_schema.yml
@@ -6,6 +6,8 @@ selector:
include_files:
- src/third_party/JSON-Schema-Test-Suite/tests/draft4/maximum.json
- src/third_party/JSON-Schema-Test-Suite/tests/draft4/minimum.json
+ - src/third_party/JSON-Schema-Test-Suite/tests/draft4/multipleOf.json
+ - src/third_party/JSON-Schema-Test-Suite/tests/draft4/pattern.json
executor:
config: