]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: drop ASAN workaround in TEST-07-PID1.issue-14566 42798/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 29 Jun 2026 11:06:28 +0000 (12:06 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 29 Jun 2026 11:06:33 +0000 (12:06 +0100)
https://bugzilla.redhat.com/show_bug.cgi?id=2098125 was marked as
fixed some years ago, so it should be safe to run this test again
now.

Follow-up for 11562ee585d5f2e42cb583f06aa01c7383d85f55

test/units/TEST-07-PID1.issue-14566.sh

index 66d07bab84d09d5a4b2ac8772db43b7984577c0d..ee1021a12e44a8997f064cffb6676b2b37996d56 100755 (executable)
@@ -6,13 +6,6 @@ set -o pipefail
 # Test that KillMode=mixed does not leave left over processes with ExecStopPost=
 # Issue: https://github.com/systemd/systemd/issues/14566
 
-if [[ -v ASAN_OPTIONS ]]; then
-    # Temporarily skip this test when running with sanitizers due to a deadlock
-    # See: https://bugzilla.redhat.com/show_bug.cgi?id=2098125
-    echo "Sanitizers detected, skipping the test..."
-    exit 0
-fi
-
 rm -f /run/leakedtestpid
 systemctl start issue14566-repro
 systemctl status issue14566-repro