• Martin Holst Swende's avatar
    graphql: fix spurious travis failure (#22166) · 96157a89
    Martin Holst Swende authored
    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.
    96157a89
Name
Last commit
Last update
..
graphiql.go Loading commit data...
graphql.go Loading commit data...
graphql_test.go Loading commit data...
schema.go Loading commit data...
service.go Loading commit data...