blaze icon indicating copy to clipboard operation
blaze copied to clipboard

Broken `SSLStageSuite` test suite

Open danicheg opened this issue 3 years ago • 0 comments

A while ago test suite became broken – see CI runs in https://github.com/http4s/blaze/pull/768, https://github.com/http4s/blaze/pull/767, and even earlier.

==> X org.http4s.blaze.pipeline.stages.SSLStageSuite.A SSLStage in client mode should split large buffers  0.037s munit.ComparisonFailException: /home/runner/work/blaze/blaze/core/src/test/scala/org/http4s/blaze/pipeline/stages/SSLStageSuite.scala:97
96:          s + s -> false
97:        ))
98:    }

It's weird how we ended up with that, but :shrug:

danicheg avatar Nov 14 '22 18:11 danicheg