Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[drake_catkin_installed] Failing tests do not show up in CI #335

Open
nicolecheetham opened this issue Oct 30, 2024 · 0 comments
Open

[drake_catkin_installed] Failing tests do not show up in CI #335

nicolecheetham opened this issue Oct 30, 2024 · 0 comments

Comments

@nicolecheetham
Copy link
Collaborator

The catkin_installed tests are skipped due to requiring gtest which is unable to be found.

In the catkin_installed job, the build and test section has the CI green and passing despite the below warning. Skipped tests should instead result in the job failing causing the PR status to have a red X.

CMake Warning at /usr/share/catkin/cmake/test/gtest.cmake:159 (message):
  skipping gtest 'drake_catkin_installed_test' in project
  'drake_catkin_installed' because gtest was not found
Call Stack (most recent call first):
  /usr/share/catkin/cmake/test/gtest.cmake:89 (_catkin_add_executable_with_google_test)
  /usr/share/catkin/cmake/test/gtest.cmake:37 (_catkin_add_google_test)
  drake_catkin_installed/CMakeLists.txt:[54](https://github.com/RobotLocomotion/drake-external-examples/actions/runs/11486269912/job/31968186715?pr=330#step:5:55) (catkin_add_gtest)

Full log output

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

No branches or pull requests

2 participants