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"]
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 31 (8 by maintainers)
@prattmic, that list is slightly overmatched. The oldest three
-race
failures were #56118, I think.But it’s close. The ones since Oct. 18 are mostly (or all?) this failure mode:
greplogs -l -e 'FAIL: TestTransportMaxIdleConns.*(\n\s+.*)*idle conn keys mismatch' --details
2022-12-01T21:01:03-c71d3a0/freebsd-arm-paulzhol 2022-11-30T17:03:21-60525dc/freebsd-amd64-race 2022-11-29T22:59:16-7847260/darwin-amd64-13 2022-11-23T20:07:39-036696a/darwin-amd64-10_15-aws 2022-11-23T18:23:24-4c0c0e5/freebsd-riscv64-unmatched 2022-11-19T22:39:30-8205d83/darwin-amd64-aws-race 2022-11-18T08:04:52-205f636/freebsd-arm-paulzhol 2022-11-16T23:17:58-6d0bf43/darwin-amd64-13 2022-11-16T13:26:16-5947a07/darwin-amd64-aws-race 2022-11-08T14:54:25-6939659/darwin-amd64-12-aws 2022-11-04T22:09:36-d9cc39b/freebsd-arm-paulzhol 2022-10-26T05:51:33-939f9fd/freebsd-arm-paulzhol 2022-10-24T21:18:32-4319231/darwin-amd64-13-aws 2022-10-17T18:38:43-b65e259/freebsd-arm-paulzhol 2022-10-12T20:23:36-e0d01b8/darwin-amd64-11-aws 2022-10-11T12:40:42-1b316e3/freebsd-arm-paulzhol
(16 matching logs)