systemd/test/TEST-17-UDEV
Yu Watanabe c10caebb98 test: skip TEST-17 on ubuntu ppc64el
On Ubuntu CI on ppc64el, the test randomly fails when /run/udev is not
synced before checking its contents (see #22357). But /run/udev is a
tmpfs and fsync on tmpfs is noop (see `struct shmem_file_operations` in
mm/shmem.c of the kernel), hence, it is not necessary to call fsync on
/run/udev in general. This should be a testing emvironment issue (I
guess it is an issue on nested KVM on ppc64el), instead of an issue on
udev.

C.f. #22357.

Fixes #21603.
2022-03-08 17:03:11 +00:00
..
deny-list-ubuntu-ci-ppc64el test: skip TEST-17 on ubuntu ppc64el 2022-03-08 17:03:11 +00:00
Makefile test: merge udev tests 2021-03-05 18:36:04 +09:00
test.sh tests: add spdx headers to scripts and Makefiles 2021-10-18 09:04:45 +02:00