test: fix TEST-10-ISSUE-2467
authorMichael Biebl <biebl@debian.org>
Mon, 9 Aug 2021 17:45:48 +0000 (19:45 +0200)
committerMichael Biebl <biebl@debian.org>
Fri, 19 Nov 2021 20:11:45 +0000 (20:11 +0000)
commit76991d8ceab0bcd0a519f13b25e304a3c82c1158
tree44fbffc07130f20d4adaea5a8c1b0a5e61c353a2
parentf144d35bbbda93d45eec5acef030ab7801bfa9f6
test: fix TEST-10-ISSUE-2467

Depending on the timing, socat will either get ECONNREFUSED oder EPIPE
from systemd. The latter will cause it to exit(1) and subsequently the
test to fail.
We are not actually interested in the return code of socat though. The
test is supposed to check, whether rate limiting of a socket unit works
properly.

So ignore any failures from the socat invocation and instead check, if
test10.socket is in state "failed" with result "trigger-limit-hit" after
it has been triggered.

TriggerLimitIntervalSec= by default is set to 2s. A "sleep 10" should
give systemd enough time even on slower machines, to reach the trigger
limit.

For better readability, break the test into separate ExecStart lines.

Fixes #19154.

Gbp-Pq: Name test-fix-TEST-10-ISSUE-2467.patch
test/units/testsuite-10.service