Skip to content
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

HttpError: Body is too long (maximum is 65536 characters) #404

Open
alexHerrmio opened this issue Dec 14, 2023 · 5 comments · Fixed by #412
Open

HttpError: Body is too long (maximum is 65536 characters) #404

alexHerrmio opened this issue Dec 14, 2023 · 5 comments · Fixed by #412
Assignees
Labels
bug Something isn't working

Comments

@alexHerrmio
Copy link

alexHerrmio commented Dec 14, 2023

Describe a bug

When procession huge test data (I guess)at some point the github api returns a HttpError with the message "Body is too long (maximum is 65536 characters)" .

Expected behavior

optional way of disabling the reporting to the gh api.

Details

  • Action version: 2.2.6

  • OS, where your action is running (windows, linux): linux

  • action.yml file
      name: CI Build and test
      
      on:
        pull_request:
        workflow_dispatch:
        push:
          branches:
            - main
            - dev
      
      jobs:
        coverageTest:
          runs-on: ubuntu-latest
          steps:
            - uses: actions/checkout@v3
            - uses: ArtiomTr/jest-coverage-report-action@v2.2.6
              with:
                 output: comment
                 annotations: none
    
  • Screenshots
    <!-- If you encounter an incorrect coverage comment display, replace this comment with screenshot -->
    
    <!-- If your action unexpectedly fails, please replace this comment with a screenshot of your console  -->
    
@ArtiomTr
Copy link
Owner

ArtiomTr commented Mar 3, 2024

I've published fix in v2.2.7, let me know if you still experiencing this issue

@alexHerrmio
Copy link
Author

Hey @ArtiomTr thanks for the effort! Unfortunaly this does not fix the issue. At least in our case we still have the same issue:
image
image

@ArtiomTr
Copy link
Owner

ArtiomTr commented Mar 6, 2024

Okay, will try to reduce report size further.

image

Oh, that's a lot!

@ArtiomTr ArtiomTr reopened this Mar 6, 2024
@alexHerrmio
Copy link
Author

I'd be more then happy to support you here if you need any more details on the case even though I think we're not the only one experiencing such issues. Thank's again for investigating :)

github-actions bot referenced this issue in trilitech/umami-v2 Apr 16, 2024
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.3.0 to 15.0.2.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v14.3.0...v15.0.2)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
github-actions bot referenced this issue in SchoodEIP/Schood-WEB May 3, 2024
@StevenBoutcher
Copy link

I'm also seeing this issue on v2.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants