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

["list-tests: failed" is used *and* no actual test fails] -->> Warning is shown: "Test report summary exceeded limit of 65535 bytes and will be trimmed" #261

Open
dejan-stojadinovic opened this issue Sep 18, 2023 · 0 comments

Comments

@dejan-stojadinovic
Copy link

dejan-stojadinovic commented Sep 18, 2023

Prologue:

Rationale (i.e. what are we trying to do here):
given a fact that warning about exceeded limit is shown for all test results we tried to limit number of results shown via list-tests: failed property, but limit is still exceeded.

Configuration:

    - name: Maven Tests results details
      uses: dorny/[email protected]
      if: always()
      with:
        name: Maven Tests results details
        path: ${{ github.workspace }}/**/target/surefire-reports/*.xml
        reporter: java-junit
        fail-on-error: true
        list-tests: failed

Test results summary:
image

Can't share full reproducer (repository code is not available to public).

Few more snapshots:

image

image

@dejan-stojadinovic dejan-stojadinovic changed the title ["list-tests: failed" is used *and* no actual tests fails] -->> Warning is shown: "Test report summary exceeded limit of 65535 bytes and will be trimmed" ["list-tests: failed" is used *and* no actual test fails] -->> Warning is shown: "Test report summary exceeded limit of 65535 bytes and will be trimmed" Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant