plugeth/graphql
Martin Holst Swende 96157a897b
graphql: fix spurious travis failure (#22166)
The tests sometimes failed with certain go versions because
the behavior of http.Server.Shutdown changed over time. A bug
that was fixed in Go 1.15 could cause active connections on unrelated
servers to close unexpectedly. This is fixed by avoiding use of the
same port number in all tests.
2021-01-13 22:43:07 +01:00
..
graphiql.go
graphql_test.go graphql: fix spurious travis failure (#22166) 2021-01-13 22:43:07 +01:00
graphql.go
schema.go graphql: fix issue with unmarshalling int32 into Long type #22153 2021-01-11 14:55:42 +01:00
service.go