-
Notifications
You must be signed in to change notification settings - Fork 896
e2e flake: createTemplate #9324
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
There is no way to scroll down to the top? My guess is, that there is some validation error that is preventing it from being submitted and I guess it is because the template name is already being used. @mtojek what do you think? I think we can generate a name + a random UUID and see if that solves the flake. |
I guess that we should adjust the window size, or at least increase it 2x.
Templates already have random names:
I suspect that the problem might be different, the workspace build is just indefinitely pending. The clue is why, and how we can confirm what is happening behind the scenes. BTW maybe there is a field for improvement to show the status/spinner/something close to the "submit" button? |
@mtojek the button should display a spinner when it is loading - creating the template. |
There are some error logs:
I'm wondering if it is possible to record the video with a bigger viewport and dev console to show network traffic. |
I'm not exactly sure why the attached commit would result in this fixing the problem, because the error appears to be the provisioner timing out? But the FE was hanging waiting for logs, so we should see some change. |
Most likely the provisioner is timing out due to the deadlock in coderd. Duplicate of #9426 |
https://github.com/coder/coder/actions/runs/5963355777/job/16176395702
video.webm
From the video, it looks like the "Create Template" button isn't getting clicked, or maybe clicked before something is ready.
The text was updated successfully, but these errors were encountered: