Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Nightly linux debug remapping tests failed #194

Closed
clalancette opened this issue May 15, 2019 · 6 comments
Closed

Nightly linux debug remapping tests failed #194

clalancette opened this issue May 15, 2019 · 6 comments

Comments

@clalancette
Copy link

clalancette commented May 15, 2019

Several of the remapping tests failed on nightly_linux_debug: https://ci.ros2.org/view/nightly/job/nightly_linux_debug/1192. One of them also failed on aarch64, though only on the repeated job.

Here's a direct link to one of the failures: https://ci.ros2.org/view/nightly/job/nightly_linux_debug/1192/testReport/junit/test_cli_remapping/TestCLIRemapping/test_service_replacement__home_jenkins_agent_workspace_nightly_linux_debug_ws_build_test_cli_remapping_name_maker_rclcpp_/

@clalancette clalancette changed the title Night linux debug remapping tests failed Nightly linux debug remapping tests failed May 15, 2019
@clalancette
Copy link
Author

This one also failed last night on aarch64-debug: https://ci.ros2.org/view/nightly/job/nightly_linux-aarch64_debug/818/#showFailuresLink

This one is probably important to look at and fix; @ros2/team are there any volunteers to look at this one?

@nuclearsandwich nuclearsandwich self-assigned this May 18, 2019
@nuclearsandwich
Copy link
Member

I have reproduced this locally and on CI. It's flakey, I can see it pass with --retest-until-pass 10, and see it fail with --retest-until-fail 10. I've been running just the topic_and_service_replacement test locally in Linux-debug and see similar flakiness.

I paused the test with pdb during a failed run. From the debugger, node.get_topic_names_and_types() is missing topics that do appear when running ros2 topic list in another terminal window. Creating a new node from within the debugger and calling newnode.get_topic_names_and_types() also shows the topics missing from the test node.

@nuclearsandwich
Copy link
Member

Well as I tried to dig into this more through the afternoon I saw more instances of the remapped topic not being present in ros2 topic list than I did of ros2 topic list showing the remapped topic while the test node did not.

@nuclearsandwich nuclearsandwich removed their assignment May 21, 2019
@clalancette
Copy link
Author

The last time I saw this on any platform was May 20th. Nevertheless, since it is flakey, I'm going to leave this open for another few days to see if it comes back.

@clalancette
Copy link
Author

This came back on aarch64 last night, so it is still a problem: https://ci.ros2.org/view/nightly/job/nightly_linux-aarch64_debug/825/

@clalancette
Copy link
Author

This hasn't happened since August 26 (the furthest back I was willing to go looking for it). I'm going to close it out; we can reopen if it becomes a problem again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants