summaryrefslogtreecommitdiff
path: root/test/TEST-78-SIGQUEUE
Commit message (Collapse)AuthorAgeFilesLines
* test: set ReadWritePaths= for test-.services when built w/ coverageFrantisek Sumsal2023-03-311-2/+0
| | | | | | | | | | | | Let's make the dropin, to make the build dir writable for gcov, a bit more generic, so it can be used by all units starting with prefix test-. This should help with a bunch of recent reports about missing coverage I got, as well as with existing test units using DynamicUser=true. This might feel a bit like a magic trick from behind the curtains, but I want to touch the actual tests as little as possible, since it makes them unnecessarily messy (see the various workarounds for sanitizers), and the coverage reports are generated only in a specific CI job anyway.
* test: ignore missing coverage in TEST-78Frantisek Sumsal2023-02-201-0/+2
| | | | | | gcov is incompatible with DynamicUser=true without additional tweaks, so let's ignore its complaints in this test, as working around it is not worth it (in this case).
* test: add test for new "systemctl --kill-value=" functionalityLennart Poettering2023-02-172-0/+11
(as side-effect this also tests the new systemd-notify --exec switch)