You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't see anything obvious here. The expected issue is triggered by Client.Timeout being present in the underlying HTTP error, which in the log it is??
We should be running against 1.15 soon, am doing so locally already, so will see if this is reproduced.
Sometimes the error message from http.Client is different in Go 1.15 for client timeouts.
The messages causing issues contain "dial tcp" which was caught before Client.Timeout.
This fix just moves the handler for "Client.Timeout" above "dial tcp".
Will close#148
Describe the bug
We're trying to rebuild with Go 1.15, but I keep running into issues with
TestAnchorExternalHrefIPTimeout
.To Reproduce
go test github.com/wjdp/htmltest/htmltest
Expected behaviour
Tests work.
Actual behaviour
This randomly fails. Here are the last four attempts. As you can see, it fails on different systems every time.
The failure is always the same, though:
It seems to be timing out, but raising a slightly different error.
Versions
The text was updated successfully, but these errors were encountered: