commit | 981c424462d9e5210dc843e92b325c93d3bee4e9 | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Tue Dec 17 09:44:40 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 17 09:45:34 2024 -0800 |
tree | 30cd673795827c48ed2b04fcc80d0789a43d93a9 | |
parent | bce1440e04f0ae95fc9f410c420d1e80e1e5cc84 [diff] |
Fix flakiness in chaos protection test This test would sometimes fail because chaos protection isn't guaranteed to always create this many CRYPTO, PING or PADDING frames if it runs out of available space. To resolve this, the test now checks if any of the symptoms of chaos protection is present, which is enough to ascertain that chaos protection was indeed performed. Prior to this change, any run of this test with --runs_per_test=25 would reproduce the failure. With this fix, testing with --runs_per_test=1000 passes. This CL also fixes a spelling mistake in a debug-only chaos protection log. PiperOrigin-RevId: 707138040
QUICHE stands for QUIC, Http, Etc. It is Google‘s production-ready implementation of QUIC, HTTP/2, HTTP/3, and related protocols and tools. It powers Google’s servers, Chromium, Envoy, and other projects. It is actively developed and maintained.
There are two public QUICHE repositories. Either one may be used by embedders, as they are automatically kept in sync:
To embed QUICHE in your project, platform APIs need to be implemented and build files need to be created. Note that it is on the QUICHE team's roadmap to include default implementation for all platform APIs and to open-source build files. In the meanwhile, take a look at open source embedders like Chromium and Envoy to get started:
To contribute to QUICHE, follow instructions at CONTRIBUTING.md.
QUICHE is only supported on little-endian platforms.