-
Notifications
You must be signed in to change notification settings - Fork 47
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
security-context -> enclave #198
Conversation
Codecov Report
@@ Coverage Diff @@
## master #198 +/- ##
=======================================
Coverage 60.00% 60.00%
=======================================
Files 16 16
Lines 565 565
Branches 52 52
=======================================
Hits 339 339
Misses 212 212
Partials 14 14
Continue to review full report at Codecov.
|
CI for this and connected PRs: ros2/rcl#612 @ivanpauno AFAICT all these test failures are also present in the nightly jobs. Please let me know if you know of any that may have been borken by this set of PRs |
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, run windows job again only with one rmw implementation. The other platforms looks ok. |
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.
Check for all case and plur varenents like Contexts
-> Enclaves
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.
Mostly good, although found one issue with the sedding.
sros2/test/sros2/commands/security/verbs/test_generate_policy.py
Outdated
Show resolved
Hide resolved
sros2/test/sros2/commands/security/verbs/test_generate_policy.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Mikael Arguedas <[email protected]>
Signed-off-by: Mikael Arguedas <[email protected]>
Signed-off-by: Mikael Arguedas <[email protected]>
Signed-off-by: Mikael Arguedas <[email protected]>
e1a3bac
to
b4d7709
Compare
Looks like windows rcl is broken... seems unrelated to this set of PRs though. |
Just skimming the test results from Is the job using all the latest commits in the PR? |
That job is running on master to show that all rcl tests on master are broken. It doesn't include any change from these PRs. Updated #198 (comment) to make it clearer |
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.
CI looks good.
If I'm not missing something, everything is being renamed well.
Signed-off-by: Mikael Arguedas [email protected]