mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
aab6d4e47d
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>
14 lines
564 B
Plaintext
14 lines
564 B
Plaintext
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
|