From: Christoph Hellwig Date: Sat, 27 Apr 2024 07:55:30 +0000 (+0200) Subject: generic/095: add to the quick group X-Git-Tag: v2024.05.12~7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1c19089ca830f28c75cfd69026703c7bc3b85ee0;p=xfstests-dev.git generic/095: add to the quick group generic/095 doesn't take more than 4 seconds on any of my test setups, but is exercises code that handles buffered write iterations interrupted by concurrent direct I/O that no other test in the quick group does. Signed-off-by: Christoph Hellwig Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- diff --git a/tests/generic/095 b/tests/generic/095 index 80448200..9d0446e9 100755 --- a/tests/generic/095 +++ b/tests/generic/095 @@ -7,7 +7,7 @@ # Concurrent mixed I/O (buffer I/O, aiodio, mmap, splice) on the same files # . ./common/preamble -_begin_fstest auto rw stress +_begin_fstest auto quick rw stress # Import common functions. . ./common/filter