Hi Alexander, the fix has been merged into the master branch (https://github.com/lttng/lttng-tools/commit/f6f8f5054f74c27b7939ec94bb0c1a873ed6d0c4), and will be backported into the next bugfix release. thanks, kienanKienan Stewart
Observed issue ============== When tracing with a session configured to use CTF2, the metadata packet header still contains CTF major 1 and minor 8. Solution ======== Use the session's configured output format to decide the values to ...Kienan Stewart
Error when skipping tests: kernel//../../utils/tap/tap.sh: line 434: skip_all: command not found # Looks like your test died before it could output anything. Change-Id: I03f923f3099571db6b0801d02dc0c05e2cdb83de Signed-off-by: K...Kienan Stewart
Observed issue ============== Some saved sessions fail to load, although the `lttng load` command returns success. ``` $ lttng load /tmp/tmp.BQmHPTtJHD/saved_trace.lttng Session /tmp/tmp.BQmHPTtJHD/saved_trace.lttng has been loaded suc...Kienan Stewart