You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check nightly windows jobs on the buildfarm.
Reference job showing an error in jenkins with both test_subscriber_terminates_in_a_finite_amount_of_time and test_processes_finished_gracefully failing. https://ci.ros2.org/view/nightly/job/nightly_win_deb/2284/
Expected behavior
All test pass.
Actual behavior
These error appear constantly in the logs. It's flaky in the sense that the affected templated test differ from run to run, but most of the time at least one occur. However, important information, not all the times the error is shown in the jenkins report, for example, in the reference case attached above the following errors are shown in the UI:
Blast545
changed the title
👨🌾 test_subscriber_terminates_in_a_finite_amount_of_time and test_processes_finished_gracefully failing on Windows
👨🌾 test_communication -> test_subscriber_terminates_in_a_finite_amount_of_time and test_processes_finished_gracefully failing on Windows
Mar 24, 2022
Bug report
Required Info:
Steps to reproduce issue
Check nightly windows jobs on the buildfarm.
Reference job showing an error in jenkins with both
test_subscriber_terminates_in_a_finite_amount_of_time
andtest_processes_finished_gracefully
failing.https://ci.ros2.org/view/nightly/job/nightly_win_deb/2284/
Expected behavior
All test pass.
Actual behavior
These error appear constantly in the logs. It's flaky in the sense that the affected templated test differ from run to run, but most of the time at least one occur. However, important information, not all the times the error is shown in the jenkins report, for example, in the reference case attached above the following errors are shown in the UI:
However, if you run grep on the log file looking for "FAIL: " you'll see the following list:
More info:
Templated tests: https://github.com/ros2/system_tests/blob/master/test_communication/test/test_publisher_subscriber.cpp
Actual test failures (problems related to finishing the process cleanly on windows):
system_tests/test_communication/test/test_publisher_subscriber.py.in
Line 67 in 44ac714
and
system_tests/test_communication/test/test_publisher_subscriber.py.in
Line 75 in 44ac714
The text was updated successfully, but these errors were encountered: