-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Test failure: Race detected in TestGit/SSH
#26411
Comments
TestGit/SSH
TestGit/SSH
Related: gliderlabs/ssh#211 |
This is coming up a lot recently on CI. I wonder whether a recent change in our code exposed this race. Assuming upstream does not merge this quickly, we may need to put a bandaid fix in our code, or if possibly selectively disable the race detector for those code paths. |
OK, I will "bypass" the upstream in the PR #26409 Update: The patch works, CI passes |
Fixed in main branch and 1.20, leaving it open until we have a proper fix via gliderlabs/ssh#211. |
The upstream is dead. I think this issue could also be closed since our "workaround" works well. |
Revert the workaround of #26409 and fix #26411, update github.com/gliderlabs/ssh to include gliderlabs/ssh@02f9d57
Revert the workaround of go-gitea#26409 and fix go-gitea#26411, update github.com/gliderlabs/ssh to include gliderlabs/ssh@02f9d57
Revert the workaround of go-gitea#26409 and fix go-gitea#26411, update github.com/gliderlabs/ssh to include gliderlabs/ssh@02f9d57
Revert the workaround of go-gitea#26409 and fix go-gitea#26411, update github.com/gliderlabs/ssh to include gliderlabs/ssh@02f9d57
Description
Seen this for the first time:
https://github.com/go-gitea/gitea/actions/runs/5808995595/job/15746928976?pr=26409
Gitea Version
main
The text was updated successfully, but these errors were encountered: