go: net/http: TestTransportMaxIdleConns failures on darwin and freebsd

#!watchflakes
post <- pkg == "net/http" && test == "TestTransportMaxIdleConns"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestTransportMaxIdleConns (0.00s)
    --- FAIL: TestTransportMaxIdleConns/h1 (0.18s)
        transport_test.go:4980: idle conn keys mismatch.
             got: ["|http|host-1.dns-is-faked.golang:29099" "|http|host-2.dns-is-faked.golang:29099" "|http|host-3.dns-is-faked.golang:29099"]
            want: ["|http|host-0.dns-is-faked.golang:29099" "|http|host-1.dns-is-faked.golang:29099" "|http|host-2.dns-is-faked.golang:29099" "|http|host-3.dns-is-faked.golang:29099"]

watchflakes

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 31 (8 by maintainers)

Most upvoted comments