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

How to handle multiple jobs with reports? #194

Closed
iBotPeaches opened this issue Jun 8, 2021 · 2 comments
Closed

How to handle multiple jobs with reports? #194

iBotPeaches opened this issue Jun 8, 2021 · 2 comments

Comments

@iBotPeaches
Copy link

So I like running our suite on multiple php version and various modules, but in research it appears the JUnit Test Report job only takes the last submitted one, so it appears to squash previous same job runs.

Maybe intended, but do you have any ideas on a path for this?


(php72 - module a)

  ℹ️ 894 tests run, 28 skipped, 1 failed.
  ℹ️ Posting status 'completed' with conclusion 'failure' to refs/heads/foo (sha: fa38e6da7e82f4e19e2f0c446bae36703592d653)

(php72 - module b)

  ℹ️ 1678 tests run, 51 skipped, 0 failed.
  ℹ️ Posting status 'completed' with conclusion 'success' to refs/heads/foo (sha: fa38e6da7e82f4e19e2f0c446bae36703592d653)

The JUnit Test Report that shows up on sidebar is green (despite 1 job failing) and the total count is - 1678 tests run, 51 skipped, 0 failed. which matches the last run.

@iBotPeaches
Copy link
Author

Maybe intended, but do you have any ideas on a path for this?

I named the tests differently with check_name so that works.

If I run like 20 parallel though, I get 20 additional sidebar items, so maybe a merge in some point would be cool.

@mikepenz
Copy link
Owner

mikepenz commented Jun 9, 2021

Thank you very much for the report @iBotPeaches

Using the check_name is indeed currently the preferred approach.

Your suggestion to merge them together sounds like a great feature to add. Thank you.

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

2 participants