-
Notifications
You must be signed in to change notification settings - Fork 341
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
test_nodes: catch keyboard interrupt and add simple launch tests #1369
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1369 +/- ##
==========================================
+ Coverage 81.47% 82.57% +1.09%
==========================================
Files 110 112 +2
Lines 9823 9920 +97
Branches 860 867 +7
==========================================
+ Hits 8003 8191 +188
+ Misses 1541 1438 -103
- Partials 279 291 +12
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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
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
(cherry picked from commit 2e57917)
I'm a little bit puzzled about the fact that the code in the finally branch has zero coverage. maybe rlcpy.ok() is always false here. Should the destroy_node() be called even if the context is not valid any more? @saikishor any idea? |
…) (#1371) (cherry picked from commit 2e57917) Co-authored-by: Christoph Fröhlich <[email protected]>
When the test nodes are shut down by ctrl-c keyboard interrupt we see this verbose console output
With the proposed changes, we get a nice