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

SITL unit tests hang forever in Debug builds #12823

Open
jkflying opened this issue Aug 28, 2019 · 2 comments
Open

SITL unit tests hang forever in Debug builds #12823

jkflying opened this issue Aug 28, 2019 · 2 comments
Labels
bug stale Tools Sub-tools used within PX4 ecosystem (scripts, etc)

Comments

@jkflying
Copy link
Contributor

To Reproduce
Steps to reproduce the behavior:

  1. run make tests
  2. edit build/px4_sitl_test/CMakeCache.txt to set build type from RelWithDebInfo to Debug
  3. run make tests again

Expected behavior
The tests should run as per normal, but slower

What happens instead
The GTest based tests run, but the SITL tests hang until they time out

@julianoes julianoes added bug Tools Sub-tools used within PX4 ecosystem (scripts, etc) labels Aug 28, 2019
@dagar
Copy link
Member

dagar commented Aug 28, 2019

Let's add a SITL debug build to CI once this is resolved.

$ PX4_CMAKE_BUILD_TYPE=Debug make tests

@stale
Copy link

stale bot commented Nov 26, 2019

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

@stale stale bot added the stale label Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug stale Tools Sub-tools used within PX4 ecosystem (scripts, etc)
Projects
None yet
Development

No branches or pull requests

3 participants