Files
apfstests/tests/generic/340.out
T
Jan Kara ea991497f1 generic/340: Remove second fallocate test
Currently holetest program uses both posix_fallocate(3) and fallocate(3)
to setup the file. However this unnecessarily prolongs the test run and
doesn't really bring any additional code coverage. So remove the
fallocate(3) pass as using posix_fallocate(3) allows us to make the test
easily runnable even for filesystems not supporting that (such as ext2).

Signed-off-by: Jan Kara <jack@suse.cz>
Acked-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
2016-05-09 10:53:18 +10:00

56 lines
1.1 KiB
Plaintext

QA output created by 340
INFO: zero-filled test...
INFO: sz = 1048576
INFO: thread 0 created
INFO: thread 1 created
INFO: 0 error(s) detected
INFO: posix_fallocate test...
INFO: sz = 1048576
INFO: thread 0 created
INFO: thread 1 created
INFO: 0 error(s) detected
INFO: ftruncate test...
INFO: sz = 1048576
INFO: thread 0 created
INFO: thread 1 created
INFO: 0 error(s) detected
INFO: zero-filled test...
INFO: sz = 16777216
INFO: thread 0 created
INFO: thread 1 created
INFO: 0 error(s) detected
INFO: posix_fallocate test...
INFO: sz = 16777216
INFO: thread 0 created
INFO: thread 1 created
INFO: 0 error(s) detected
INFO: ftruncate test...
INFO: sz = 16777216
INFO: thread 0 created
INFO: thread 1 created
INFO: 0 error(s) detected
INFO: zero-filled test...
INFO: sz = 268435456
INFO: thread 0 created
INFO: thread 1 created
INFO: 0 error(s) detected
INFO: posix_fallocate test...
INFO: sz = 268435456
INFO: thread 0 created
INFO: thread 1 created
INFO: 0 error(s) detected
INFO: ftruncate test...
INFO: sz = 268435456
INFO: thread 0 created
INFO: thread 1 created
INFO: 0 error(s) detected