mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
shared,generic: move shared/006 to generic/
The shared/006 uses _scratch_mkfs_sized to create a limited size file system, and then creates inodes until it gets ENOSPC, and then checks to make sure the file system is consistent. It then remounts the file system, removes all of the files, and makes sure the file system is consistent afterwards. This test was marked as only being supported on ext[234] and xfs, and so it was in shared. Now introduce a new _require_inode_limits() rule to run test on filesystems that have a fixed inode number, then move the test to generic. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
# - comment line before each group is "new" description
|
||||
#
|
||||
002 auto metadata quick log
|
||||
006 auto enospc
|
||||
008 auto stress dedupe
|
||||
009 auto stress dedupe
|
||||
010 auto stress dedupe
|
||||
|
||||
Reference in New Issue
Block a user