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
Failures: httpbin-tests/Network/HTTP/ReqSpec.hs:370: 1) Network.HTTP.Req, receiving status code 102, works uncaught exception: HttpException (VanillaHttpException (HttpExceptionRequest Request { host = "httpbin.org" port = 443 secure = True requestHeaders = [] path = "/status/102" queryString = "" method = "GET" proxy = Nothing rawBody = False redirectCount = 10 responseTimeout = ResponseTimeoutDefault requestVersion = HTTP/1.1 } (InvalidStatusLine "0"))) Randomized with seed 1813816718
I was able to reproduce this locally like so:
stack unpack req-1.0.0 && cd req-1.0.0 echo 'resolver: lts-11.7' > stack.yaml stack build --haddock --test --bench --no-run-benchmarks
I'm guessing this is just httpbin changing things, so I will simply mark the test suite as an expected failure in stackage until this is addressed.
The text was updated successfully, but these errors were encountered:
Expect test failure for req per mrkkrp/req#44
f1bfe51
I think this has been addressed by 60524bc. New version, 1.1.0 will be released soon.
Sorry, something went wrong.
expect req tests to pass per mrkkrp/req#44
4c2f8ee
No branches or pull requests
I was able to reproduce this locally like so:
I'm guessing this is just httpbin changing things, so I will simply mark the test suite as an expected failure in stackage until this is addressed.
The text was updated successfully, but these errors were encountered: