You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two issues here:
- In the with-config tests, we were generating all the different input
files into one output. This makes sense in user code, but in our
tests, we reuse the same types all over the place, so not only is it
confusing to read all the tests interleaved, it can cause
nondeterminism anytime our conflict-detection is incomplete (#123).
As it happens, #308 introduced such a case, so tests started flaking.
Fixes#281.
- This turned the case introduced by #308 from a flake into a consistent
failure, which indicates a bug in our option-handling. The bug
is actually unrelated to the changes there, so for now I just remove
the test case.
Copy file name to clipboardExpand all lines: generate/testdata/snapshots/TestGenerateWithConfig-AutoCamelCase-SnakeCaseFields.graphql-testdata-queries-generated.go
Copy file name to clipboardExpand all lines: generate/testdata/snapshots/TestGenerateWithConfig-AutoCamelCase-SnakeCaseType.graphql-testdata-queries-generated.go
0 commit comments