]> git.lttng.org Git - lttng-tools.git/commit
Tests: Wait for specific PIDs of background applications
authorKienan Stewart <kstewart@efficios.com>
Thu, 14 Nov 2024 19:28:06 +0000 (14:28 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 18 Dec 2024 15:55:31 +0000 (15:55 +0000)
commitfaaa11c1e04c5e11d94d3a920d32d72149402e25
tree2468b9463506d01d752aa081192ec7c0bd1893c2
parent8b5295fa533104f59348a6e9a5418804f27b82fe
Tests: Wait for specific PIDs of background applications

When running lttng-relayd or any other SUT from utils.sh in a fashion
that doesn't take it out of the test's process tree (e.g. when started
without '-d' or '-b'), `wait` will hang on those processes are well.

Change-Id: I82e0365d5165088980c0fce8e451fa0557ee201a
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
18 files changed:
tests/destructive/metadata-regeneration
tests/regression/tools/exclusion/test_exclusion
tests/regression/tools/live/test_ust_tracefile_count
tests/regression/tools/mi/test_mi
tests/regression/tools/regen-metadata/test_ust
tests/regression/tools/relayd-grouping/test_ust
tests/regression/tools/snapshots/ust_test
tests/regression/tools/streaming/test_high_throughput_limits
tests/regression/tools/streaming/test_ust
tests/regression/ust/before-after/test_before_after
tests/regression/ust/buffers-pid/test_buffers_pid
tests/regression/ust/high-throughput/test_high_throughput
tests/regression/ust/java-jul/test_java_jul
tests/regression/ust/java-log4j/test_java_log4j
tests/regression/ust/java-log4j2/test_agent_log4j2_domain_log4j
tests/regression/ust/java-log4j2/test_agent_log4j2_domain_log4j2
tests/regression/ust/multi-session/test_multi_session
tests/regression/ust/python-logging/test_python_logging.in
This page took 0.030416 seconds and 4 git commands to generate.