-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
virts-2891 - Planner parsing error checking #2275
Conversation
failed based on the output of the parser
Codecov Report
@@ Coverage Diff @@
## master #2275 +/- ##
==========================================
- Coverage 72.27% 72.14% -0.14%
==========================================
Files 105 106 +1
Lines 7748 7790 +42
==========================================
+ Hits 5600 5620 +20
- Misses 2148 2170 +22
Continue to review full report at Codecov.
|
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.
Looks good to me.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Description
This change makes it possible for parsers to return an error code that signals the failure of a link based on the return, regardless of the return code of the link. This functionality is not automatic, and needs to be manually triggered from parsers to occur. For an example, see the atomic example.
Type of change
How Has This Been Tested?
This has been tested in a AWS environment with Alice 2.0, as well as with the full battery of tests.
Checklist: