]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: skip TEST-17 on ubuntu ppc64el
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 8 Mar 2022 12:15:58 +0000 (21:15 +0900)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 8 Mar 2022 17:03:11 +0000 (17:03 +0000)
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.

test/TEST-17-UDEV/deny-list-ubuntu-ci-ppc64el [new file with mode: 0644]

diff --git a/test/TEST-17-UDEV/deny-list-ubuntu-ci-ppc64el b/test/TEST-17-UDEV/deny-list-ubuntu-ci-ppc64el
new file mode 100644 (file)
index 0000000..e69de29