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

test_longitudinal.py from run_docker_tests.sh is failing #727

Closed
adhintz opened this issue Jul 3, 2019 · 1 comment
Closed

test_longitudinal.py from run_docker_tests.sh is failing #727

adhintz opened this issue Jul 3, 2019 · 1 comment

Comments

@adhintz
Copy link
Contributor

adhintz commented Jul 3, 2019

When running /test_longitudinal.py from run_docker_tests.sh I get this error:

can_list_to_can_capnp.cc:22:9: error: no member named 'setValid' in 'cereal::Event::Builder'
  event.setValid(valid);
  ~~~~~ ^
1 error generated.
Makefile:98: recipe for target 'can_list_to_can_capnp.o' failed

mlp on Discord is seeing the same behavior. Note that just doing run_docker_tests.sh will not surface this error because set -e stops at the first failing test. To see this, you'll need to run the test manually or reorder the tests.

@pd0wm
Copy link
Contributor

pd0wm commented Jul 3, 2019

This should be fixed by #730. I updated run_docker_tests.sh, and pointed CI to that script.

@pd0wm pd0wm closed this as completed Jul 4, 2019
debugged-tech pushed a commit to debugged-tech/DebuggedPilot that referenced this issue Nov 16, 2020
remove compiled library and let it be compiled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants