-
Notifications
You must be signed in to change notification settings - Fork 549
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
Bug: build fail on Ubuntu bionic and focal on linux/arm64 when running utest while LPM is compiled with --cmake-build-type Debug #556
Comments
Looking at the test times, we should always be running them in
that is over 3 hours on a single test. For the failed tests themselves, here's my two cents: The |
@boxanm The cmake flag Debug is already not part of the PR to develop build matrix nor the ones for PR to master or release. Debug is only part of the bleeding edge build matrix. Also the failing tests are executed on That said, the faster tests are the better. However, 3 hours or 24 hours long for a test is just an inconvenient, what matter in the end is the test case ... providing it's a useful one. I think your " two cents" take on cmake flag optimization makes a lot of sense and is worth investigating further to help us decide. PS The reference |
Thanks, weird markdown auto-formatting happened there. |
@boxanm You're a beast man. PS Will take time next summer to optimize our CI workflow speed, ie: add arm64 native builder and improve our testing strategy |
REF:
Notes:
utest
might fail when libpointmatcher is compiled with--cmake-build-type Debug
Setup:
This command require multi-architecture docker builder set with linux/amd64 and linux/arm64 platform but note that the tests are failing on linux/arm64 only
Build log summary from NorLab TeamCity build server
Stacktrace (partial)
See build log in attach
The text was updated successfully, but these errors were encountered: