mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
560cc5755c
<!-- Thank you for submitting this PR! :) --> ## Description Very occasionally these tests fail with the wrong duplicated graphql name. Not sure why, I assume some unpredictable HashMap ordering somewhere. In lieu of changing all HashMaps to BTreeMaps in engine (which isn't immediately possible because of missing `Ord` instances for `serde_json::Value`), let's make only one set of failing items in these tests so the same one goes wrong each time. Functional no-op. V3_GIT_ORIGIN_REV_ID: 6dff998ae66aedbcca05dd05dc6fcb12e6d704c3 |
||
---|---|---|
.. | ||
auth | ||
custom-connector | ||
engine | ||
execute | ||
lang-graphql | ||
metadata-resolve | ||
metadata-schema-generator | ||
open-dds | ||
query-usage-analytics | ||
schema | ||
utils |