-
Notifications
You must be signed in to change notification settings - Fork 0
flake: TestServer/Prometheus/DBMetricsEnabled
#282
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
Labels
Comments
As far as I can tell, the prometheus server just isn't starting up sometimes within the allotted time (from the perspective of the test). It may be due to the port we picked having been reallocated, sadly :( |
johnstcn
added a commit
to coder/coder
that referenced
this issue
Apr 8, 2025
…#17295) Updates coder/internal#282 Refactors existing tests to use `testutil.Eventually` which plays nicer with `testutil.Context`.
johnstcn
added a commit
to coder/coder
that referenced
this issue
Apr 10, 2025
…7297) Should hopefully fix coder/internal#282 Instead of picking a random port for the prometheus server, listen on `:0` and read the port from the CLI stdout.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seen here: https://github.com/coder/coder/actions/runs/12862523784/job/35857591349?pr=16169
Not sure if related to previous flake coder/coder#13453
The text was updated successfully, but these errors were encountered: