-
Notifications
You must be signed in to change notification settings - Fork 0
flake: TestWorkspaceActivityBump/Dial #102
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
This test feels like it's testing too much. We could probably split it into a workspace agent test, and a coderd test. Some notes debugging the log outputs: In the failed test, we see
Generally, we only see this happen once in a unit test.
From what I can tell:
I created this commit to add some logs which should help confirm my suspicion. |
We log all API calls, so it seems the eventually loop you pointed out only runs once. It just takes ages because our CI is underpowered and we are doing to many things in parallel in that test. The API call itself returns in 1.3s according to Coderd
So the majority of the time is just waiting for the client to actually dial up the server. |
@spikecurtis good look on the api call. I was trying to verify my hunch. My added logs are a bit more explicit for next time. That is crazy slow |
Closing from coder/coder#15089 Will reopen if it flakes again |
seen here: https://github.com/coder/coder/actions/runs/11341558999/job/31540089468
The text was updated successfully, but these errors were encountered: