This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Composition test flakiness increase #118
Comments
This might be the same underlying cause for the flakiness of the test of the parameter events demo. I ran a job to check if ros2/rclcpp#476 reduced flakiness in that test (which now I see was unlikely since that demo uses a low wait_for_service timeout, but anyway, might as well post the results). It times out because it hangs after shutdown is requested: https://ci.ros2.org/job/ci_linux/4460/console
|
I haven't seen this failure on the 4 previous repeated nightlies on all platforms, so I'll optimistically close this as fixed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The composition tests have always been a bit flaky with fastrtps, but since April 21 they started failing regularly again, including with connext.
To get an idea of what causes them to timeout I ran a build that doesn't capture the stdout on timeout.
Example:
Seems to be an issue with launch not tearing down the nodes.
test_api_composition
did not respond to the signal properly. Haven't investigated what happened around that time to cause this change in behaviour though.Expected behaviour:
The text was updated successfully, but these errors were encountered: