mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
962ae79e99
## Description
This PR moves all the tests that were added to
`crates/engine/tests/validate_metadata_artifacts/aggregate_expressions`
to the metadata-resolve `metadata_golden_tests`.
All the `error.txt` files got renamed to `expected_error.txt` and the
`metadata is not consistent:` bit on the front of the error got trimmed
off.
I had to change the way that `test_failing_metadata` works so that
instead of looking for directories under `failing/` it looks for
`metadata.json` files under `failing/`. This is because not every
directory has a test in it, some directories are just used for grouping
(eg `failing/aggregate_expressions/`). This doesn't change what tests
get run. The only side effect is that every test name has `_metadata`
suffixed to it (the filename). 😢 `test-each` doesn't appear to offer a
way to disable this behaviour.
V3_GIT_ORIGIN_REV_ID: dece7cd3bb4623c51050d12471d2c0990fd69bfd
|
||
---|---|---|
.. | ||
execute | ||
explain | ||
ndc-postgres-configuration | ||
validate_metadata_artifacts | ||
auth_config.jsonschema | ||
chinook-postgres.sql | ||
common.rs | ||
db_definition.sql | ||
execution.rs | ||
explain.rs | ||
finish.sql | ||
introspection.rs | ||
relationship.rs | ||
schema.json | ||
validate_metadata.rs |