]> git.lttng.org Git - lttng-tools.git/commit
tests: Force consumerd_testpoint to always be verbose master
authorKienan Stewart <kstewart@efficios.com>
Thu, 13 Feb 2025 14:14:15 +0000 (09:14 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 21 Feb 2025 22:25:58 +0000 (22:25 +0000)
commite995b146f3456dd51fd76288db6dae9efdbce592
tree0851054102014b97863d4dde3314fb6825eb0d75
parent3821394295d4cf08b696dbc29e9d44d20f657ae1
tests: Force consumerd_testpoint to always be verbose

The `lttng_opt_*` variables aren't actually shared with the
consumerd. When running the consumerd with `--verbose`, the debug
messages from this library were not visible.

Using dlsym() to find the next `lttng_opt_verbose` does find a symbol,
but despite the consumerd running with `--verbose`, the value of that
symbol was 0.

As these testpoints are only used in a couple of situations during the
CI run, the local verbosity level can be forced high to always have
the information available.

Change-Id: Ife79be898f4534f16fc5ee587cb152bb1c591b31
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/tools/notification/consumer_testpoints.cpp
This page took 0.031274 seconds and 4 git commands to generate.