Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Dump coredumps from journal in the integration test wrapper | Daan De Meyer | 4 days | 1 | -0/+1 |
| | | | | Fixes #35277 | ||||
* | timer: add unit tests for DeferReactivation | Matteo Croce | 2024-10-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | Create a unit test for systemd timer DeferReactivation config option. The test works by creating a timer which fires every 5 seconds and starts an unit which runs for 5 seconds. With DeferReactivation=true, the timer must fire every 5+5 seconds, instead of the 5 it fires normally. As we need at least two timer runs to check if the delta is correct, the test duration on success will be at least 20 seconds. To be safe, the test script waits 35 seconds: this is enough to get at least three runs but low enough to avoid clogging the CI. | ||||
* | test: Run TEST-74-AUX-UTILS in virtual machine | Daan De Meyer | 2024-09-19 | 1 | -0/+1 |
| | | | | | Various tests skip themselves when running in a container so make sure the test runs in a virtual machine so we get full coverage. | ||||
* | test: Rework integration test definitions | Daan De Meyer | 2024-05-14 | 1 | -3/+6 |
| | | | | | | | Let's make this behave more like all the rest of the meson stuff. This also is the first step to making it a bit more flexible so we can define integration tests in different ways as will be seen in the next commits. | ||||
* | TEST-74-AUX-UTILS: Use persistent journal | Daan De Meyer | 2024-05-06 | 1 | -0/+5 |
This test depends on having the journal in /var/log/journal. |