]> git.ipfire.org Git - thirdparty/systemd.git/commit
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)
commitc10caebb98803b812ebc4dd6cdeaab2ca17826d7
tree7e068ca9b29c304f609378971a9289b17fa15d41
parent7347b3db838ea3f02afc6c8a6dccac1ff8e7edbd
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.
test/TEST-17-UDEV/deny-list-ubuntu-ci-ppc64el [new file with mode: 0644]