-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net/http: TestTransportMaxIdleConns failures on darwin and freebsd #56960
Comments
Found new dashboard test flakes for:
2022-11-23 18:23 freebsd-riscv64-unmatched go@4c0c0e5d net/http.TestTransportMaxIdleConns (log)
|
(CC @neild) |
Intriguingly, all of those failures are on either Could be a (presumably very old) kernel or libc bug, or some other difference in the net stack where FreeBSD and macOS don't satisfy some assumption that happens to hold elsewhere. (CC @golang/freebsd @golang/darwin) |
Looking at both of these outputs: There seem to be another test running in parallel which opens several client TLS connections in the same port sequence range. Maybe it "hits" the non TLS server of
The second log is missing
|
Found new dashboard test flakes for:
2022-12-12 14:38 darwin-amd64-12_0 go@27301e82 net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2022-12-14 19:13 freebsd-arm-paulzhol go@5c682f94 net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2022-12-22 04:34 freebsd-arm-paulzhol go@18baca67 net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2022-11-30 17:03 freebsd-amd64-race go@60525dc3 net/http.TestTransportMaxIdleConns (log)
2022-12-01 21:01 freebsd-arm-paulzhol go@c71d3a0f net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-01-06 18:22 darwin-amd64-nocgo go@f721fa3b net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-01-17 16:22 darwin-amd64-11_0 go@f375b305 net/http.TestTransportMaxIdleConns (log)
2023-01-17 19:54 darwin-amd64-12_0 go@5cd805c6 net/http.TestTransportMaxIdleConns (log)
2023-01-24 19:18 darwin-amd64-12_0 go@27500d88 net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2022-12-07 22:00 darwin-amd64-10_15 go@9f023421 net/http.TestTransportMaxIdleConns (log)
2023-01-31 15:28 darwin-amd64-nocgo go@f298b90b net/http.TestTransportMaxIdleConns (log)
2023-01-31 16:53 darwin-amd64-13 go@47e205c3 net/http.TestTransportMaxIdleConns (log)
2023-02-01 21:30 darwin-amd64-race go@4b7f7eef net/http.TestTransportMaxIdleConns (log)
2023-02-02 14:52 darwin-amd64-12_0 go@d871f63b net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-02-06 19:34 darwin-amd64-12_0 go@8fd6cc8b net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-02-03 22:22 freebsd-arm-paulzhol go@c3b4c27f net/http.TestTransportMaxIdleConns (log)
2023-02-08 18:28 netbsd-arm-bsiegert go@da937660 net/http.TestTransportMaxIdleConns (log)
2023-02-09 18:01 darwin-amd64-nocgo go@90b06002 net/http.TestTransportMaxIdleConns (log)
2023-02-10 21:45 freebsd-arm-paulzhol go@8491fd31 net/http.TestTransportMaxIdleConns (log)
2023-02-14 23:13 freebsd-arm-paulzhol go@a7b75972 net/http.TestTransportMaxIdleConns (log)
2023-02-20 02:28 freebsd-arm-paulzhol go@99bc53f5 net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-02-25 20:14 darwin-amd64-nocgo go@e7201cfa net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-03-06 20:57 darwin-amd64-11_0 go@8f92ae1c net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-03-02 14:47 freebsd-arm-paulzhol go@2f9e38a1 net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-03-09 19:10 darwin-amd64-13 go@4460291e net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-03-16 16:31 darwin-amd64-12_0 go@5ddbe05c net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-03-16 05:12 darwin-amd64-10_15 go@c69ff3a7 net/http.TestTransportMaxIdleConns (log)
|
I fixed one such test in https://go.dev/cl/476036, but I suspect there may be others remaining. |
Found new dashboard test flakes for:
2023-03-28 16:22 darwin-amd64-13 go@f7156f63 net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-03-28 19:55 darwin-amd64-13 go@61bc17f0 net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-03-29 22:00 darwin-amd64-race go@f521077b net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-03-31 03:39 openbsd-arm64-jsing go@e29dd78f net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-04-05 17:18 darwin-amd64-nocgo go@e7d59ed2 net/http.TestTransportMaxIdleConns (log)
2023-04-06 14:04 darwin-amd64-11_0 go@ef9c211d net/http.TestTransportMaxIdleConns (log)
2023-04-06 20:59 darwin-amd64-13 go@e61ba8e5 net/http.TestTransportMaxIdleConns (log)
|
Found new dashboard test flakes for:
2023-05-11 14:16 darwin-amd64-11_0 go@afbe1019 net/http.TestTransportMaxIdleConns (log)
|
I think this failure mode was fixed by https://go.dev/cl/483116. |
Found new dashboard test flakes for:
2023-08-14 21:56 freebsd-386-13_0 go@ede3e278 net/http.TestTransportMaxIdleConns (log)
|
|
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: