-
-
Notifications
You must be signed in to change notification settings - Fork 10
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 history page on ci.jenkins.io for core builds is inaccessible #3648
Comments
Caused by the operation in #3535 |
Analysis in progress, but I'm blocked by jenkins-infra/azure#424 |
The error is thrown by Apache:
No error logs (at first sight) in Jenkins while loading the request. Trying through an SSH tunnel to remove Apache from the mix and see the result in direct access |
On the controller, while it's waiting for a response (>30s) we have the following thread handling the request:
This request takes almost 4 minutes to finish which explains the HTTP/502 (timeout in this case). |
Might be related to jenkinsci/junit-plugin#546? |
It could be, but we haven't updated to the Junit plugin version with the fix (I'm not sure if the problem would be caused OR fixed by the aforementionned change 😅 ) But after #3643 (comment), we ran the build discarder which did not fail (as the artefact deletion is not blocking) on the And... now, the page answers (it is not immediate but no more proxy error). I understand that the information in the page are constructed from the list of builds for a given pipeline which explains why it would have been so slow. I'm closing this issue @NotMyFault @uhafner thanks for reporting and helping. Feel free to reopen if you still have the error! |
The mentioned PR is the fix, sorry for the confusion... |
No problem, it was extremely nice that you helped so no problem |
For info, upgraded to the latest |
Service(s)
ci.jenkins.io
Summary
Navigating to the test result page for core builds yields:
Reproduction steps
The text was updated successfully, but these errors were encountered: