-
Notifications
You must be signed in to change notification settings - Fork 0
flake: TestTemplatePull_Stdout #581
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
Comments
The address and port of the error matches what was being used earlier in the test. So, either Windows can sometimes report CONN_REFUSED on localhost, e.g. due to load, or something has mysteriously torn down the coderd server without dropping any logs. I've added some explicit logging to rule out the latter in coder/coder#17376 |
https://github.com/coder/coder/actions/runs/14444260419/job/40501108371 shows this error with the logs, and the server is not shut down. Some sort of race with the underlying netstack. |
regarding coder/internal#581 Adds logging around the lifecyle of the coderd HTTP server.
Another instance: https://github.com/coder/coder/actions/runs/14444260419/job/40501108371 |
seen here: https://github.com/coder/coder/actions/runs/14399729681/job/40382873419
The text was updated successfully, but these errors were encountered: