-
Notifications
You must be signed in to change notification settings - Fork 547
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
Windows Unit Test Flake #1389
Comments
Is there any parallelization with the tests? Could one be removing a file while another tries to read/rename that deleted file? |
I remember Windows not playing nice with atomic writes (i.e. file renames). It may not be possible in a friendly way, though in this case we may be able to succeed on failure |
I don't think it's parallelism, and I don't have a Windows machine to test with available. It looks like the error is actually coming from ggcr's test registry. I propose we just open the bug over there and skip this test in Windows untill it's narrowed down in the dependency. |
See sigstore#1389 Signed-off-by: Dan Lorenc <lorenc.d@gmail.com>
See #1389 Signed-off-by: Dan Lorenc <lorenc.d@gmail.com>
See sigstore#1389 Signed-off-by: Dan Lorenc <lorenc.d@gmail.com>
See sigstore#1389 Signed-off-by: Dan Lorenc <lorenc.d@gmail.com>
This has been failing about 30% of the time for a week or so now and passing on re-runs: https://github.com/sigstore/cosign/runs/5035173302?check_suite_focus=true
The text was updated successfully, but these errors were encountered: