catbot
25e8c84794
test(quic): cover connection teardown
...
Every other QUIC test ends in std::_Exit(0), so nothing in the suite ever
ran a ~ClientQUIC. This adds 25 build-up/tear-down cycles with reader
threads parked inside RecieveSync -- the shape a reconnect loop has --
which aborts on ~10/20 runs against the current implementation.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-25 17:06:25 +00:00
..
ShouldEchoWebTransport
SPDX license
2026-07-22 17:55:45 +02:00
ShouldFallbackUnknownRoutes
test(http): replay one fallback route table over both listeners
2026-07-28 19:42:16 +00:00
ShouldInteropCurlHTTP1
feat(http1): add an HTTP/1.1 client and listener
2026-07-27 00:45:09 +00:00
ShouldInteropCurlHTTPS1
test(https): give the TLS tests ports of their own
2026-07-28 20:34:23 +00:00
ShouldNotDropEarlyStreams
SPDX license
2026-07-22 17:55:45 +02:00
ShouldParseHTTP1
feat(http1): add an HTTP/1.1 client and listener
2026-07-27 00:45:09 +00:00
ShouldRequireClientCertificateHTTPS1
test(https): give the TLS tests ports of their own
2026-07-28 20:34:23 +00:00
ShouldSend
SPDX license
2026-07-22 17:55:45 +02:00
ShouldSendRecieveHTTP
SPDX license
2026-07-22 17:55:45 +02:00
ShouldSendRecieveHTTP1
docs(http1): document the HTTP/1.1 stack, and expose the client's timeout
2026-07-27 01:02:37 +00:00
ShouldSendRecieveHTTPS1
test(https): give the TLS tests ports of their own
2026-07-28 20:34:23 +00:00
ShouldSendRecieveKeepaliveHTTP
SPDX license
2026-07-22 17:55:45 +02:00
ShouldSendRecieveKeepaliveHTTP1
feat(http1): add an HTTP/1.1 client and listener
2026-07-27 00:45:09 +00:00
ShouldSendRecieveLargeHTTP
SPDX license
2026-07-22 17:55:45 +02:00
ShouldSendRecieveLargeHTTP1
feat(http1): add an HTTP/1.1 client and listener
2026-07-27 00:45:09 +00:00
ShouldSendRecieveQUICDatagram
SPDX license
2026-07-22 17:55:45 +02:00
ShouldSendRecieveQUICStream
SPDX license
2026-07-22 17:55:45 +02:00
ShouldSurviveAbuseHTTP1
fix(http1): close a finished connection instead of holding it until reap
2026-07-27 00:56:53 +00:00
ShouldSurviveConnectionChurn
test(quic): cover connection teardown
2026-08-25 17:06:25 +00:00