-
Notifications
You must be signed in to change notification settings - Fork 108
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
go20 fileops flakiness #994
Labels
bug
Something isn't working
Comments
tbh I'm not sure we should have that many variants in the e2e - both of job/ephemeral and applications but I do want us to understand why it happens on Go20 specifically as there might be an underlying issue.
|
bors bot
pushed a commit
that referenced
this issue
Feb 6, 2023
The deadlock has only been observed in the E2E fileops test with Go-1.20 on GitHub Actions. This PR hopefully eliminate this deadlock, but also contains some fixes of problematic lockings that did not cause this deadlock. Part of #994.
bors bot
pushed a commit
that referenced
this issue
Feb 8, 2023
Replace the fileops E2E Go tests with integration tests - separate integration test for each part of the E2E test. Testing with go versions 1.18, 1.19, 1.20. Part of #994.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
the CI fails too many times with the following
Steps to Reproduce
run e2e ci
Backtrace
No response
Relevant Logs
No response
Your operating system and version
Linux
Local process
go 20 fileops
Local process version
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: