go: net/http: TestClientTimeout* failures with "missing timeout substring" on Windows

#!watchflakes
post <- goos == "windows" && pkg == "net/http" && test ~ `^TestClientTimeout.*` && `missing timeout substring`

2020-12-09T01:34:53-ae9b442/windows-arm-zx2c4 2020-12-07T17:19:41-7f9a2bc/windows-arm-zx2c4 2020-12-03T02:35:36-da54dfb/windows-arm-zx2c4 2020-12-02T20:17:57-2d0258d/windows-arm-zx2c4

--- FAIL: TestClientTimeout_h1 (0.20s)
    client_test.go:1277: error string = "context deadline exceeded"; missing timeout substring
--- FAIL: TestClientTimeout_h2 (0.20s)
    client_test.go:1277: error string = "context deadline exceeded"; missing timeout substring
FAIL
FAIL	net/http	43.328s

CC @zx2c4 @bradfitz @neild @empijei

About this issue

  • Original URL
  • State: open
  • Created 4 years ago
  • Comments: 18 (13 by maintainers)

Commits related to this issue

Most upvoted comments

Oh, the latest log shows "GO_TEST_TIMEOUT_SCALE=3", so looks like it has been deployed.

So I’m not quite sure…