mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ext4: Make shared/243 ext4 specific
The test shared/243 really is ext4 specific even though currently we would run it on other file systems as well, it would not actually do any testing. So move it to ext4 specific directory and rename it to 002. Signed-off-by: Lukas Czerner <lczerner@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
21723cdbf3
commit
259d680620
@@ -1,5 +1,5 @@
|
||||
#! /bin/bash
|
||||
# FS QA Test No. 243
|
||||
# FS QA Test No. ext4/002
|
||||
#
|
||||
# Test to ensure that the EOFBLOCK_FL gets set/unset correctly.
|
||||
#
|
||||
@@ -117,7 +117,7 @@ _check_ext4_eof_flag()
|
||||
. ./common/filter
|
||||
|
||||
# Prerequisites for the test run.
|
||||
_supported_fs ext4 xfs btrfs gfs2
|
||||
_supported_fs ext4
|
||||
_supported_os Linux
|
||||
_require_xfs_io_falloc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
QA output created by 243
|
||||
QA output created by 002
|
||||
wrote 4096/4096 bytes at offset 0
|
||||
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
wrote 4096/4096 bytes at offset 0
|
||||
@@ -4,6 +4,7 @@
|
||||
# - comment line before each group is "new" description
|
||||
#
|
||||
001 auto prealloc quick
|
||||
002 auto quick prealloc
|
||||
271 auto rw quick
|
||||
301 aio dangerous ioctl rw stress
|
||||
302 aio dangerous ioctl rw stress
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
006 auto enospc
|
||||
032 mkfs auto quick
|
||||
051 acl udf auto quick
|
||||
243 auto quick prealloc
|
||||
272 auto enospc rw
|
||||
289 auto quick
|
||||
298 auto trim
|
||||
|
||||
Reference in New Issue
Block a user