-
Notifications
You must be signed in to change notification settings - Fork 310
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
Move test_utils module from demos repo #1955
base: master
Are you sure you want to change the base?
Conversation
c5c21ff
to
2a8f8aa
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1955 +/- ##
==========================================
+ Coverage 87.74% 88.38% +0.64%
==========================================
Files 122 120 -2
Lines 13019 12950 -69
Branches 1166 1156 -10
==========================================
+ Hits 11423 11446 +23
+ Misses 1165 1063 -102
- Partials 431 441 +10
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. A nice addition
namespace_api = "/" | ||
|
||
while time.time() - start < 10.0 and not all(found.values()): | ||
node_names_namespaces = node.get_node_names_and_namespaces() |
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.
Wasn't that the functionality that was causing trouble for us in the spawner when waiting for the controller manager?
As integration testing gets more popular I propose to release the
test_utils
from the ros2_control_demos repository.I added it to the controller_manager package to be able to use it in the test for the ros2_control_node.