Closed christophebedard closed 5 months ago
The ros2action.ros2action.test.test_cli.test_cli
test failure looks unrelated.
The
ros2action.ros2action.test.test_cli.test_cli
test failure looks unrelated.
I agree, though I will say that I couldn't find a similar failure in the nightly jobs. Regardless, I'm going to go ahead and merge this set of PRs in, and we'll keep an eye on it.
rmw_namespace_validation_result_string()
-- notrmw_node_name_validation_result_string()
-- should be called with the validation result fromrmw_validate_namespace()
.In practice, this meant that the reason given might have been
"unknown result code for rmw node name validation"
given thatrmw_node_name_validation_result_string()
doesn't know about all validation results fromrmw_validate_namespace()
. However, I believe that we don't test these error messages anywhere and rarely rely on them, so it doesn't/shouldn't affect any tests or functionality.Related PRs: