-
Notifications
You must be signed in to change notification settings - Fork 144
Add fault injection macros and test #509
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
Conversation
Signed-off-by: Stephen Brawner <[email protected]>
Signed-off-by: Stephen Brawner <[email protected]>
4f17b5b to
43b6e0c
Compare
Blast545
left a comment
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, please check PR job failure before merging
hidmic
left a comment
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 !
|
Similarly to ros2/rcl#727, this PR requires a more up-to-date version of rcutils than the binary release :/ CI jobs I posted above are built with the current ros 2 branches |
* Add fault injection macros and test Signed-off-by: Stephen Brawner <[email protected]> * target definitions Signed-off-by: Stephen Brawner <[email protected]>
* Add fault injection macros and test Signed-off-by: Stephen Brawner <[email protected]> * target definitions Signed-off-by: Stephen Brawner <[email protected]>
This adds fault injection macros and unit tests to rosidl_runtime_c. Coverage should get to 97% or thereabouts. I'll run CI tests shortly.
Signed-off-by: Stephen Brawner [email protected]