Files
async-http-client/Tests/AsyncHTTPClientTests
George BarnettandGitHub 2edac1df19 Deflake HTTP2ConnectionTests/testSimpleGetRequest (#851)
Motivation:

testSimpleGetRequest asserts right after submitting the request for
execution that no streams have been closed. While unlikely there's
nothing to prevent this assertion from failing (and indeed it has
failed): the request may have executed immediately and the stream closed
before checking the delegate.

Modifications:

- Remove the assertion

Result:

Tests are less flaky
2025-08-04 10:17:30 +01:00
..
2025-04-01 15:42:41 +01:00