dependabot[bot]
cafc0751b5
build(deps): bump pkg/arch from 6a2bc57 to dd7aff4
...
Bumps pkg/arch from `6a2bc57` to `dd7aff4`.
---
updated-dependencies:
- dependency-name: pkg/arch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-01 12:09:36 +02:00
Yu Watanabe
1cca93f7f3
systemctl: fix log message when glob patterns passed to disable command and friends
...
Fixes #32599 .
2024-05-01 17:13:10 +09:00
Daan De Meyer
6be4dab095
systemctl: Implement --wait for kill command
...
TEST-26-SYSTEMCTL is racy as we call systemctl is-active immediately
after systemctl kill. Let's implement --wait for systemctl kill and
use it in TEST-26-SYSTEMCTL to avoid the race.
2024-05-01 09:40:32 +02:00
Daan De Meyer
0e7e84cbb1
Merge pull request #32540 from DaanDeMeyer/mkosi
...
mkosi: Enable more integration tests
2024-05-01 09:04:49 +02:00
Yu Watanabe
9d3d6c1e07
core/exec-credential: update comment
2024-05-01 15:58:20 +09:00
Mike Yuan
13e380b054
man/run0: fix typo (missing "by")
2024-05-01 14:43:32 +08:00
Daan De Meyer
5bcf0881a3
core: Fix file descriptor leak
2024-05-01 11:52:13 +09:00
Martin Srebotnjak
582cda44c7
po: Translated using Weblate (Slovenian)
...
Currently translated at 14.8% (35 of 235 strings)
Co-authored-by: Martin Srebotnjak <miles@filmsi.net >
Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/sl/
Translation: systemd/main
2024-05-01 00:52:39 +02:00
Daan De Meyer
4b1edf5cc6
test: Add disabled mkosi tests to meson.build
...
Makes it easier to track which ones still need to be fixed.
2024-04-30 22:10:05 +02:00
Richard Maw
f2018d060f
test: Enable more mkosi integration tests
2024-04-30 22:10:05 +02:00
Daan De Meyer
51273281cd
test: Bump mkosi integration test timeout to 1800 seconds
...
Same timeout as the bash framework.
2024-04-30 22:10:05 +02:00
Daan De Meyer
9a69900a4b
test: Make journal storage configurable per test and make persistent for TEST-09-JOURNAL
...
Also fix a bug in the logic since it's 'volatile' and not 'runtime'.
2024-04-30 22:10:05 +02:00
Daan De Meyer
b8afa59583
test: Drop /usr overlay workaround
...
/usr is not erofs anymore in the mkosi images so let's drop the
workaround where we mount a writable tmpfs on top of /usr.
2024-04-30 22:10:05 +02:00
Daan De Meyer
db07533f74
Revert "TEST-25-IMPORT: Skip if importctl not installed"
...
This reverts commit dcb17e3295 .
importctl is now correctly installed on opensuse, so no need for
this workaround anymore.
2024-04-30 22:10:05 +02:00
Daan De Meyer
27246d2bb6
TEST-71-HOSTNAME: Ignore error from reset-failed
...
On OpenSUSE the systemd-hostnamed does not fail and is unloaded which
causes reset-failed to fail. So let's ignore any errors from reset-failed
to make the test more robust.
2024-04-30 22:10:05 +02:00
Daan De Meyer
b676bbbfc6
TEST-46-HOMED: Check for sshd pam snippet in /usr/lib/pam.d as well
...
opensuse ships pam snippets in /usr/lib/pam.d.
2024-04-30 22:10:05 +02:00
Daan De Meyer
e290b45dfa
TEST-82-SOFTREBOOT: Exit with exit status 123
...
Required to make mkosi consider the test successful.
2024-04-30 22:10:05 +02:00
Daan De Meyer
e1f17dc641
TEST-35-LOGIN: Exclude manager entry in testcase_sanity_check()
...
Otherwise we try to kill the wrong session.
2024-04-30 22:10:05 +02:00
Daan De Meyer
b03c2d51b2
TEST-18-FAILUREACTION: Exit with 123 on success
...
mkosi expects the virtual machine/container to exit with exit status
123 on success so let's make sure that's the case.
2024-04-30 22:10:05 +02:00
Daan De Meyer
8c89620e80
TEST-09-REBOOT: Make journalctl grep pattern more specific
...
We might be rotating because we reached limits, which is perfectly
fine, so don't fail if that happens.
2024-04-30 22:10:05 +02:00
Daan De Meyer
409c8a8ee0
TEST-13-NSPAWN: Skip on virtiofs
...
The rootfs only has 64K UIDs available when booting with virtiofs,
whereas the nspawn tests want to use user namespace which require
more than 64K UIDs.
2024-04-30 22:10:05 +02:00
Richard Maw
3630f5aaf8
TEST-13-NSPAWN: move disk images to /var/tmp
...
/tmp may not be large enough to contain disk images
and will result in strange errors when it runs out of space.
2024-04-30 22:10:02 +02:00
Yu Watanabe
4e494e6aac
tree-wise: several cleanups for logging
...
- drop unnecessary SYNTHETIC_ERRNO() when the logger does not propagate
error code,
- drop unnecessary '%m' in error message when the error code is
specified with SYNTHETIC_ERRNO(),
- add missing full stop at the end of log message,
- use RET_GATHER(),
- add missing ", ignoring.",
- upeercase the first letter, etc., etc...
2024-05-01 04:41:06 +09:00
Richard Maw
047d5b6a32
TEST-13-NSPAWN: move container template to /usr/share
...
Having directories in / causes problems for make-root-on-boot images
2024-04-30 18:17:13 +02:00
Daan De Meyer
b81ece59c4
TEST-04-JOURNAL: Make LogFilterPatterns= tests more robust
...
Let's use oneshot services as we don't need long running services
for the tests we're doing. Let's also increase the sleeps a little
as the current values weren't sufficient when running the test locally
on my machine with mkosi.
2024-04-30 18:17:13 +02:00