alexcrichton opened PR #13794 from alexcrichton:try-fix-spurios to bytecodealliance:main:
This is attempting to fix the spurious failure [seen here][log]. The test in question is making an HTTP 1.1 request to a server which is expecting HTTP 2. Most of the time an
HttpProtocolErrorpops out but it seems that depending on scheduling it's possible to also time out in this situation. This updates the test to shorten the timeout and additionally allow a timeout to happen.[log]: https://github.com/bytecodealliance/wasmtime/actions/runs/28526860584/job/84565604311
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested dicej for a review on PR #13794.
alexcrichton requested wasmtime-core-reviewers for a review on PR #13794.
:thumbs_up: dicej submitted PR review.
alexcrichton added PR #13794 Paper over spurious failure in HTTP tests to the merge queue.
:check: alexcrichton merged PR #13794.
alexcrichton removed PR #13794 Paper over spurious failure in HTTP tests from the merge queue.
Last updated: Jul 29 2026 at 05:03 UTC