-
Notifications
You must be signed in to change notification settings - Fork 3
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: Inconclusive test counts #765
Conversation
72a5692
to
623ad6a
Compare
30f1089
to
7e0ad8f
Compare
623ad6a
to
654c4fb
Compare
b385ab9
to
381adb9
Compare
654c4fb
to
3aa1040
Compare
issue_id=issue_id, | ||
incident_test_id=incident_test_id | ||
) | ||
if test_id is not None: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use early return or early continue to avoid nested ifs, otherwise it becomes a hadouken
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
worked on my tests
- tree details - tree commits history - hardware details Part of #741
3717b43
to
344209e
Compare
344209e
to
d131336
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Some parts of code are ignoring tests with
null
path, while other parts are ignoring this tests.To make consistent, the follow approach is implemented:
null
path as nonboot testsClose #741