We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Starting with go1.16, TestResponderPreExpiredContext fails quite often, up to 80% of the time on my computer:
--- FAIL: TestResponderPreExpiredContext (0.00s) st.go:41: responder_test.go:118: should be == have: (<nil>) <nil> want: (context.deadlineExceededError) context deadline exceeded st.go:41: responder_test.go:119: should be == have: (bool) false want: (bool) true
With go1.15, TestResponderPreExpiredContext seemingly never fails.
Tested with gock.v1 v1.1.2 and the newer commit cd5aaaa on Debian sid.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Starting with go1.16, TestResponderPreExpiredContext fails quite often, up to 80% of the time on my computer:
With go1.15, TestResponderPreExpiredContext seemingly never fails.
Tested with gock.v1 v1.1.2 and the newer commit cd5aaaa on Debian sid.
The text was updated successfully, but these errors were encountered: