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
I'm not sure what function is actually failing because of how the test is written. It's failing here. I would recommend reorganizing test_graph to give more info about these flaky failures.
14: [ RUN ] NodeGraphMultiNodeFixture.test_node_info_clients
14: C:\ci\ws\src\ros2\rcl\rcl\test\rcl\test_graph.cpp(882): error: Expected equality of these values:
14: 0
14: ret
14: Which is: 203
14: error not set
14: C:\ci\ws\src\ros2\rcl\rcl\test\rcl\test_graph.cpp(882): error: Expected equality of these values:
14: 0
14: ret
14: Which is: 203
14: error not set
14: C:\ci\ws\src\ros2\rcl\rcl\test\rcl\test_graph.cpp(882): error: Expected equality of these values:
14: 0
14: ret
14: Which is: 203
14: error not set
14: C:\ci\ws\src\ros2\rcl\rcl\test\rcl\test_graph.cpp(882): error: Expected equality of these values:
14: 0
14: ret
14: Which is: 203
14: error not set
14: C:\ci\ws\src\ros2\rcl\rcl\test\rcl\test_graph.cpp(882): error: Expected equality of these values:
14: 0
14: ret
14: Which is: 203
14: error not set
14: C:\ci\ws\src\ros2\rcl\rcl\test\rcl\test_graph.cpp(882): error: Expected equality of these values:
14: 0
14: ret
14: Which is: 203
14: error not set
14: C:\ci\ws\src\ros2\rcl\rcl\test\rcl\test_graph.cpp(882): error: Expected equality of these values:
14: 0
14: ret
14: Which is: 203
14: error not set
14: C:\ci\ws\src\ros2\rcl\rcl\test\rcl\test_graph.cpp(882): error: Expected equality of these values:
14: 0
14: ret
14: Which is: 203
14: error not set
Bug report
Required Info:
Expected behavior
All tests would pass
Actual behavior
One test fails in the Windows repeated job.
Additional information
I'm not sure what function is actually failing because of how the test is written. It's failing here. I would recommend reorganizing
test_graph
to give more info about these flaky failures.It could be any one of these functions.
Whatever it is, the function is returning RCL_RET_NODE_NAME_NON_EXISTENT
Console output
Same test, but different issue from #855
The text was updated successfully, but these errors were encountered: