mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: renumber existing btrfs tests to start with 1
Current numbering is inheried from the single testsuite series. There are only 6 btrfs-specific tests and it makes more sense to start adding new ones at a more natural place than 300-something. There's no overlap with the old and new numbers and I hope there' will be no confusion when referencing them. Signed-off-by: David Sterba <dsterba@suse.cz> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
committed by
Rich Johnston
parent
54d6adf7c9
commit
aab6d4e47d
@@ -0,0 +1,13 @@
|
||||
QA output created by 005
|
||||
defrag object | defragment range | defragment compress
|
||||
a single file | default | off
|
||||
a single file | default | on
|
||||
a single file | start < 0 && 0 < len < file size | off (should fail)
|
||||
btrfs filesystem defragment failed!
|
||||
a single file | start > file size && 0 < len < file size | off
|
||||
a single file | start = 0 && len < 0 | off (should fail)
|
||||
btrfs filesystem defragment failed!
|
||||
a single file | start = 0 && len > file size | off
|
||||
a single file | start = 0 && 0 < len < file size | off
|
||||
a directory | default | off
|
||||
a filesystem | default | off
|
||||
Reference in New Issue
Block a user