-
-
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
CI random failure: TestExportUserGPGKeys #19961
Comments
Please reopen, it's still happening a lot: https://drone.gitea.io/go-gitea/gitea/61581/2/14 I would consider disabling the test. |
The problem is coming from: gitea/tests/integration/user_test.go Lines 153 to 156 in 1713beb
Now this sends the a POST request: gitea/tests/integration/api_gpg_keys_test.go Lines 156 to 157 in 1713beb
This POST request will send the session from line 154 above AND the token. This is likely to be the cause of the problem. |
Should be fixed with #21520. |
Still happening: https://drone.gitea.io/go-gitea/gitea/62401/2/16 |
Can confirm this continues to happen on 1.17 with the fix applied. It's not obvious to me how this could be a factor, but it only cropped up for us when we started running multiple copies of the pipeline concurrently. Thanks for working on this everyone 💙 |
Replaced by |
Sorry to forget this issue. :( |
Never mind, I think the new issue is more helpful. This log in this issue has been out-dated (line number changes a lot indeed) |
https://drone.gitea.io/go-gitea/gitea/56043/3/8
The text was updated successfully, but these errors were encountered: