]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: try to detect SIGILL in stress-ng and skip TEST-55-OOMD gracefully (#42290)
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 25 May 2026 12:25:15 +0000 (13:25 +0100)
committerGitHub <noreply@github.com>
Mon, 25 May 2026 12:25:15 +0000 (13:25 +0100)
The attempt to fix SIGILL in TEST-55-OOMD actually made the test more
flaky, as the chosen stress-ng method generates less pressure, so it
often fails.

Try a different approach: try to detect that SIGILL caused the unit
calling stress-ng to fail, and skip gracefully in that case.


Trivial merge