-
Notifications
You must be signed in to change notification settings - Fork 0
flake: TestLogout/NoURLFile
#257
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
Feel free to reassign, though I assume you have experience debugging Windows specific test flakes. |
@ethanndickson I don't have much experience with Windows-specific flakes unfortunately. The work I did to make the Windows test suite pass with Postgres was just improving Postgres performance in our CI so that test timings would be more similar to what we get on Linux. Converting the error code |
Unless this is a repeating issue, I don't think it's worth investing in a fix. I don't know enough about Windows to even have an idea of what causes failures to create pseudo consoles 😅. @spikecurtis as you've also worked with the Windows pty implementation, do you have any ideas?
Good eye @hugodutka, I'd say this is a trait we want as usually the pty package is used to spawn a new command. However, whether or not it could wreak havoc as used in the test suite is something I'm not sure of. Here's my speculative list of causes (everything may be false and incorrect):
Things we can try if this issue repeats:
|
@mafredri had the same idea to reduce test parallelism in coder/coder#16090 - it seems to help. |
https://github.com/coder/coder/actions/runs/12365872187/job/34511667687
Spotted on Windows Postgres tests.
Might be due to Windows
os.Remove
returning earlier than it should?The text was updated successfully, but these errors were encountered: