cppcheck timing out on test_rclcpp
Open
@nuclearsandwich is already working on this.
Since Apr 13, 2020.
- Dominant language
- C++
- Stars
- 45
- Forks
- 57
- Avg merge
- 9h 19m
- Merged PRs (30d)
- 2
Description
Bug report
Required Info:
- Operating System:
- Ubuntu 20.04 ARM64, macOS AMD64
- Installation type:
- source
- Version or commit hash:
- master
- DDS implementation:
- n/a
- Client library (if applicable):
- n/a
Steps to reproduce issue
Run test_rclcpp tests on ARM64 or macOS and you have a chance of the test timing out rather than completing. Here's an example build where I reached into ament_cppcheck and bumped the timeout up to 240. The test completed in 131s.
As seen on CI
- https://ci.ros2.org/view/nightly/job/nightly_linux-aarch64_debug/1174/testReport/(root)/test_rclcpp/cppcheck_xunit_missing_result/
- https://ci.ros2.org/view/nightly/job/nightly_linux-aarch64_extra_rmw_release/722/testReport/junit/(root)/test_rclcpp/cppcheck_xunit_missing_result/
- https://ci.ros2.org/view/nightly/job/nightly_linux-aarch64_release/1130/testReport/junit/(root)/test_rclcpp/cppcheck_xunit_missing_result/
- https://ci.ros2.org/view/nightly/job/nightly_osx_extra_rmw_release/732/testReport/junit/(root)/test_rclcpp/cppcheck_xunit_missing_result/
Expected behavior
cppcheck runs to completion
Actual behavior
cppcheck run times out before completion generating no test result output.
Additional information
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.