Commit Graph

11 Commits

Author SHA1 Message Date
Zac 591928c619 SERVER-108478 JS formatted by prettier and remove clang-format (#39656)
GitOrigin-RevId: 6c8f6aded47f260aa4f7c231b17dae3302cb1e04
2025-08-21 17:27:09 +00:00
Matt Broadstone a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
Yuhong Zhang bae80e3873 Revert "SERVER-65078 Report schema violations as errors when the validation level is 'error' in testing"
This reverts commit d63bf9dfa2.
2022-11-17 20:03:39 +00:00
Yuhong Zhang d63bf9dfa2 SERVER-65078 Report schema violations as errors when the validation level is 'error' in testing 2022-11-08 19:29:02 +00:00
James Wahlin 39c3a5d77b SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
Kevin Albertson 5e28f4a352 SERVER-31335 cmd assertions check write errors 2018-01-11 10:47:49 -05:00
Tess Avitabile af1bfd9f4d SERVER-31854 After the first drop, assertSchemaMatch() should assert that subsequent drops succeed 2018-01-02 09:39:00 -05:00
Kyle Suarez fc249a3d97 SERVER-31167 add document validation tests for $jsonSchema 2017-10-11 09:31:30 -04:00
Nick Zolnierz b1e0108555 SERVER-30987: Enable and test $jsonSchema in the aggregation $match stage 2017-09-26 16:46:45 -04:00
Kyle Suarez e7c299f90d SERVER-30178 extend JSON Schema parser to handle "items" and "additionalItems" 2017-09-18 14:02:04 -04:00
David Storch bb7eba5303 SERVER-30741 Add 'bsonType' JSON Schema keyword.
Also changes support for the 'type' keyword to only accept
the primitive types specified in the JSON Schema spec.
2017-08-24 14:44:16 -04:00