Bug #1270
closedtestsuite should use babeltrace2 binary if found
0%
Description
On a fresh system install, installing all lttng projects (master branches) and babeltrace (master branch) yield to lttng-tools make check failure because it is hardwired to use the "babeltrace" binary. However, babeltrace master branch now installs the "babeltrace2" binary.
One way to fix this would be to use the "babeltrace2" binary if found, else fallback on the "babeltrace" binary.
Updated by Jonathan Rajotte Julien almost 5 years ago
- Status changed from New to Confirmed
https://review.lttng.org/c/lttng-tools/+/3121
Not sure why I did not finish this. But I guess this is a start. There is a good probabilty that I was not fan of using a .in substitution file.
Updated by Mathieu Desnoyers almost 5 years ago
I'm working on a fix for all use of the babeltrace binary.
There will be a single test which uses the babeltrace Python API which will require more care, because the API is changed: ./regression/kernel/validate_select_poll_epoll.py.
I will open a separate ticket for it.
Updated by Jonathan Rajotte Julien about 4 years ago
- Status changed from Confirmed to Resolved
Updated by Jérémie Galarneau about 4 years ago
- Status changed from Resolved to In Progress
I think this isn't resolved?
The patch has unaddressed comments.
Updated by Jonathan Rajotte Julien about 4 years ago
I confused it with the "view" work that was done.
Thanks
Updated by Kienan Stewart about 1 year ago
- Status changed from In Progress to Resolved
Marking resolved as this no longer applies to master branch