-
Notifications
You must be signed in to change notification settings - Fork 37
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
Github Status reported Failure even though tests passed #211
Comments
The test report addon does seem to be reporting failures even tho the step passed. Thanks for the report, we will look into this issue. |
We're facing the same issue, I guess. (step version 4.6) When a test fails initially, but then passes on retry, the build is passed in Bitrise (as expected), but Bitrise Checks reports a failed status to GitHub. |
@DamienBitrise Can you share us an update? |
Hello there, I'm a bot. On behalf of the community I thank you for opening this issue. To help our human contributors focus on the most relevant reports, I check up on old issues to see if they're still relevant. The community would appreciate if you could check if the issue still persists. If it isn't, please close it. If no comment left within 21 days, this issue will be closed. |
still important to me |
Hello there, I'm a bot. On behalf of the community I thank you for opening this issue. To help our human contributors focus on the most relevant reports, I check up on old issues to see if they're still relevant. The community would appreciate if you could check if the issue still persists. If it isn't, please close it. If no comment left within 21 days, this issue will be closed. |
Looks like this is duplicate of #195. It seems like only the test report and the github status check is wrongly reported as failed, the bitrise step itself is passing. This is a huge problem for us, because we rely on the github status check which must pass before we allow pull requests being merged. Is there any update on this bug? |
Hello there, I'm a bot. On behalf of the community I thank you for opening this issue. To help our human contributors focus on the most relevant reports, I check up on old issues to see if they're still relevant. The community would appreciate if you could check if the issue still persists. If it isn't, please close it. If no comment left within 21 days, this issue will be closed. |
This is still an issue. |
Hello there, I'm a bot. On behalf of the community I thank you for opening this issue. To help our human contributors focus on the most relevant reports, I check up on old issues to see if they're still relevant. The community would appreciate if you could check if the issue still persists. If it isn't, please close it. If no comment left within 21 days, this issue will be closed. |
I'll close this issue as it doesn't seem to be relevant anymore. |
Troubleshooting
Useful information
Issue description
I have some flaky tests that sometimes fail. So I'm using "Retry on Failure" option for my test plan. However, Bitrise is reporting tests failed even though flaky tests passed on subsequent tries.
XCResult here shows that the overall test suite passed with 614 passed tests, 0 failed tests, and 2 mixed tests which are the flaky tests that passed on the second try. However, Bitrise's Test result marks them "failed", so the status for my PR failed.
Expected Result
If retried tests passed, the overall test should be marked successful and Github Status should pass.
Bitrise info
The text was updated successfully, but these errors were encountered: