You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the reek action and it seems if reek has a large amount of output, the runner action will complete but the posted result will sit in the "pending" state forever.
I'm pretty sure it's related to this message from the runner
reviewdog: post failed for reek: failed to post result: PATCH https://api.github.com/repos/ACME/MY-REPO/check-runs/918892721: 422 Invalid request.
Only 65535 characters are allowed; 104394 were supplied. []
I think what happens is the result gets created but because the post fails, it never completes which leaves the check in a forever pending state
I had this same problem and fixed it by forking reviewdog and lowering maxFilteredFinding.
@haya14busa, would you consider this to be a bug in reviewdog? Should reviewdog check the size of the report before calling the GitHub API to avoid making such a large HTTP request?
Yes, reviewdog should ideally check the size but it's not implemented. It's not high priority for me to work on this issue, but PR is very much welcome.
Running the reek action and it seems if reek has a large amount of output, the runner action will complete but the posted result will sit in the "pending" state forever.
I'm pretty sure it's related to this message from the runner
I think what happens is the result gets created but because the post fails, it never completes which leaves the check in a forever pending state
Here's our reek action config
The text was updated successfully, but these errors were encountered: