-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issues for CI spurious network failures with example.com #10369
Comments
Idea: if we need a live testing endpoint, would it be possible to use |
We could try this, the intent behind a live endpoint was to test the system cert store. If it becomes a larger issues we could add retry. I would like to add a local only test as well. I'll look into returning an error as well. |
One idea might be to test N different domains and return success if any succeed. That way we're resilient to some domains going down as well. I suspect github.com isn't 100% tied to GHA but it's probably more closely related to example.com vs GHA, but por que no los dos? |
For a few minutes I was able to reproduce this locally by running the test in a tight loop but recent tries its not failing. It's failing on connection; We will need to surface those errors with changes to the spec as suggested in WebAssembly/wasi-tls#9. In the mean time started to work on |
CI just spuriously failed where a test hits
example.com
as a live testing service. This was known that it was probably going to be flaky so I wanted to have an issue here tracking this so we know what's going on. I've also opened an issue at WebAssembly/wasi-tls#9 for more error informationcc @jsturtevant and @badeend
Currently the failure looks like this:
The text was updated successfully, but these errors were encountered: