X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fhealth%2Ftest_thread_exit;fp=tests%2Fregression%2Ftools%2Fhealth%2Ftest_thread_exit;h=0000000000000000000000000000000000000000;hp=774d3a0db88be78f76bde25922c159f1ec5ff1fa;hb=89c453960c909e2e793e246715026c5e81a83c3a;hpb=b2081a0f39bce45b3d1cf063308a9b77712f1a9f diff --git a/tests/regression/tools/health/test_thread_exit b/tests/regression/tools/health/test_thread_exit deleted file mode 100755 index 774d3a0db..000000000 --- a/tests/regression/tools/health/test_thread_exit +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -# -# Copyright (C) 2012 Christian Babeux -# Copyright (C) 2014 Mathieu Desnoyers -# -# SPDX-License-Identifier: GPL-2.0-only - -TEST_DESC="Health check - Thread exit" - -SESSION_NAME="health_thread_exit" -SESSIOND_PRELOAD=".libs/libhealthexit.so" -TEST_SUFFIX="EXIT" -CURDIR=$(dirname $(readlink -f $0)) - -# A current design limitation of the lttng-consumerd will cause it to -# hang on shutdown if the timer management thread exits as the teardown -# of channels switches off the channel's timers. The timer thread is -# then expected to purge timer signals and signal when it is done. -# Obviously this state will never be reached as signals are no longer -# being processed. This is not dramatic as this is not what this test -# is meant to test; we only want to make sure the health check signals that -# something went wrong. -KILL_SIGNAL="SIGKILL" - -source ${CURDIR}/test_health.sh