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

Fix double counting of fatal failures #147

Merged
merged 1 commit into from Feb 19, 2019
Merged

Fix double counting of fatal failures #147

merged 1 commit into from Feb 19, 2019

Conversation

veniosg
Copy link

@veniosg veniosg commented Feb 19, 2019

Fork was keeping wrong counts if a test was crashing as both testFailed and testRunFailed were being triggered but the code assumed only one would be.

The run results were correct as they are not tied to the counts but the reports themselves.

@AndreiZaitcev AndreiZaitcev self-assigned this Feb 19, 2019
@veniosg veniosg requested review from AndreiZaitcev and removed request for fpezzato and AndreiZaitcev February 19, 2019 15:24
Copy link
Member

@AndreiZaitcev AndreiZaitcev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, looks good to me. Let's revert a change to keep the version the way it was. Could you also check the retry logic for failed tests?

@veniosg
Copy link
Author

veniosg commented Feb 19, 2019

Rolled back the version. Feel free to merge if you're covered with the retry logic.

@AndreiZaitcev AndreiZaitcev merged commit 30803a3 into shazam:master Feb 19, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants