tests: Add tests for LTTNG_UST_APP_PATH and LTTNG_UST_CTL_PATH
authorKienan Stewart <kstewart@efficios.com>
Thu, 26 Oct 2023 20:08:27 +0000 (16:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 31 Oct 2024 16:05:36 +0000 (12:05 -0400)
commit39c3cb7445a9505648730719aedcad602973cf1e
tree2dce89e150029d33f6aa97d21f4ee759b3e57a47
parent3f883a5ecf3e76acfae0f2e306348421ab68d7e9
tests: Add tests for LTTNG_UST_APP_PATH and LTTNG_UST_CTL_PATH

test_blocking_mode: Verifies that the sessiond starts (or doesn't start)
appropriately depending on the combination of path settings in
conjuction with `LTTNG_UST_ALLOW_BLOCKING` and `--blocking-timeout`.

test_path_separators:Path separators: Verifies the behaviour of the
sessiond and applications with multiple `LTTNG_UST_APP_PATH`s and
multiple `LTTNG_UST_CTL_PATHS`, including the verification of Java JUL
and Python agents.

test_ust_app_ctl_paths: Verifies the sessiond and traced applications
with different combinations of `LTTNG_UST_APP_PATH` and
`LTTNG_UST_CTL_PATH` settings.

Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I9f25cdc20fd482cdcc71294aadff3a2a6b34c01e
configure.ac
tests/regression/Makefile.am
tests/regression/ust/Makefile.am
tests/regression/ust/java-jul/Makefile.am
tests/regression/ust/java-jul/test_ust_app_ctl_path_separators.sh [new file with mode: 0755]
tests/regression/ust/python-logging/test_python_logging.in
tests/regression/ust/ust-app-ctl-paths/Makefile.am [new file with mode: 0644]
tests/regression/ust/ust-app-ctl-paths/test_blocking [new file with mode: 0755]
tests/regression/ust/ust-app-ctl-paths/test_path_separators [new file with mode: 0755]
tests/regression/ust/ust-app-ctl-paths/test_ust_app_ctl_paths [new file with mode: 0755]
tests/utils/utils.sh
This page took 0.027492 seconds and 4 git commands to generate.