-
Notifications
You must be signed in to change notification settings - Fork 15
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
Discuss common ErrorStructure #7
Comments
Also we need unique id for each error for diff tools.
|
@sergey-shandar when you mean unique id, you mean a code or an extra ID field ( e.g. OAD123). I thought we dont want to have an extra id on top of the code. |
@vladbarosan The unique id of error as nothing to do with code or an extra ID field (aka error type). This is an error id which should be the same for another run of avocado on slightly modified code base. It's required for detecting new errors in PR. |
@sergey-shandar , so I think as we discussed action item here is to see what fields to calculate on ( obvious candidates are error code and jsonRef (with our without the file url ). either way we should err on the side of false positives ( i.e. report as new even if they are not ) |
Proposed structure
Questions:
helpUrl
?The text was updated successfully, but these errors were encountered: