graphql-engine/v3/crates
Daniel Harvey 560cc5755c Make only one failing instance in each test (#678)
<!-- 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
2024-06-06 11:04:14 +00:00
..
auth Bump tokio from 1.36.0 to 1.38.0 (#656) 2024-06-03 06:37:58 +00:00
custom-connector upgrade to ndc v0.1.3 (#629) 2024-06-05 10:16:11 +00:00
engine Make only one failing instance in each test (#678) 2024-06-06 11:04:14 +00:00
execute Use newtypes for operator names (#672) 2024-06-05 14:46:05 +00:00
lang-graphql Enable a few lint warnings around conditions, and fix the highlighted areas. (#662) 2024-06-05 08:42:03 +00:00
metadata-resolve avoid infinite recursion in building annotations from input types (#676) 2024-06-06 08:16:33 +00:00
metadata-schema-generator Bump schemars from 0.8.19 to 0.8.20 (#592) 2024-05-20 08:45:48 +00:00
open-dds upgrade to ndc v0.1.3 (#629) 2024-06-05 10:16:11 +00:00
query-usage-analytics data shape for query usage analytics (#606) 2024-05-28 09:51:09 +00:00
schema avoid infinite recursion in building annotations from input types (#676) 2024-06-06 08:16:33 +00:00
utils Enable a few lint warnings around conditions, and fix the highlighted areas. (#662) 2024-06-05 08:42:03 +00:00