0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Alex Neben
b665258d9d SERVER-88970 Added yaml formatting to server repo
GitOrigin-RevId: 35db3811d8f749edd5b79ba910adcbc1ceb54cc4
2024-04-06 05:23:20 +00:00
Alexander Neben
71f830ce49 SERVER-87034 Initial markdown format (#19276)
GitOrigin-RevId: 64e388007ec1ac3744537253540995af628bcc00
2024-02-27 19:58:04 +00:00
Alex Neben
209ce30150 SERVER-72262 Bump Python minimum version to 3.9/3.10 2023-08-02 21:39:07 +00:00
Anna Wawrzyniak
b7a422f4fc SERVER-71228 - Add support for golden test CLI on windows. 2022-11-10 00:36:34 +00:00
David Percy
b902366ad2 SERVER-67415 Create golden-data JS suites
Adds two new suites: query_golden_classic and query_golden_cqf, which
use the golden-data test framework (docs/golden_data_test_framework.md).
These suites diff the expected and actual output instead of using
assert.eq and similar functions.

This change includes some refactoring of the golden-test classes to avoid
pulling the unittest library into the mongo shell.
2022-08-17 15:37:04 +00:00
Jess Balint
183c16e908 SERVER-67410 Port canonical_query_encoder_test.cpp to the golden test framework 2022-08-11 22:55:28 +00:00
Anna Wawrzyniak
7d29d1d909 SERVER-63734 Add cli update/diff tools for golden data test management 2022-03-12 19:49:32 +00:00