From c10caebb98803b812ebc4dd6cdeaab2ca17826d7 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 8 Mar 2022 21:15:58 +0900 Subject: [PATCH] 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 | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/TEST-17-UDEV/deny-list-ubuntu-ci-ppc64el 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 index 0000000000..e69de29bb2