Skip to content
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

Flaky test: submit request line with query #638

Open
rossabaker opened this issue Feb 8, 2021 · 0 comments
Open

Flaky test: submit request line with query #638

rossabaker opened this issue Feb 8, 2021 · 0 comments

Comments

@rossabaker
Copy link
Member

I am surprised that this one isn't fixed by http4s/http4s#4353.

==> X org.http4s.client.blaze.Http1ClientStageSuite.Submit a request line with a query  0.032s munit.FailException: /home/runner/work/http4s/http4s/blaze-client/src/test/scala/org/http4s/client/blaze/Http1ClientStageSuite.scala:146 assertion failed
145:      val statusLine = request.split("\r\n").apply(0)
146:      assert(statusLine == "GET " + uri + " HTTP/1.1")
147:      assert(response == "done")
@rossabaker rossabaker transferred this issue from http4s/http4s May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant