valyala / fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.88k stars 1.76k forks source link

Flaky test TestPipelineClientIssue832 #1493

Closed alexandear closed 12 months ago

alexandear commented 1 year ago

The TestPipelineClientIssue832 fails without any reason.

test(1.18.x, windows-latest):

--- FAIL: TestPipelineClientIssue832 (2.05s)
    client_test.go:173: PipelineClient did not restart worker
FAIL
FAIL    github.com/valyala/fasthttp 34.[8](https://github.com/valyala/fasthttp/actions/runs/4157168367/jobs/7191471047#step:8:9)44s
alexandear commented 12 months ago

No longer reproduced.