lemurheavy / coveralls-public

The public issue tracker for coveralls.io
http://coveralls.io
124 stars 7 forks source link

500 Internal Server Error while examining an incomplete(?) report #1560

Open CyberShadow opened 3 years ago

CyberShadow commented 3 years ago

Currently https://coveralls.io/jobs/81485022 is "pending completion", as another matrix job is still running.

If I attempt to expand the only item in the "tree" tab, it fails to expand. In the browser console, I see that the page is making a request to https://coveralls.io/jobs/81485022/nodes.json?node=2775611011&_=1623012394874 , which fails with a 500 Internal Server Error.

afinetooth commented 3 years ago

Thanks @CyberShadow. I've reported this.

This may be related to the other issue you submitted (https://github.com/lemurheavy/coveralls-public/issues/1559).

In the SOURCE FILES table, it seems the TREE view fails to expand for many "Job" views---to distinguish these views from their "Build" or "parent" views. Using your example:

The Job view (429.1): https://coveralls.io/jobs/81485022

And its Build view (429): https://coveralls.io/builds/40341981

I was able to reproduce the issue with other examples.

It's in the hopper!

stale[bot] commented 2 years ago

This issue has been automatically marked for closure because it has not had recent activity. It will be closed if no further activity occurs. If your issue is still active please add a comment and we’ll review as soon as we can. Thank you for your contributions.

CyberShadow commented 2 years ago

Still reproducible