Message ID | 157915145418.2374854.11482414938923072334.stgit@magnolia (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | fstests: random fixes | expand |
On Wed, Jan 15, 2020 at 09:10:54PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@oracle.com> > > Skip this test we can't create the large sparse file needed to test > overflows. Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>
diff --git a/tests/xfs/507 b/tests/xfs/507 index 0bb697f9..fac5d243 100755 --- a/tests/xfs/507 +++ b/tests/xfs/507 @@ -68,6 +68,7 @@ _require_fs_space $SCRATCH_MNT 1234567 loop_file=$SCRATCH_MNT/a.img loop_mount=$SCRATCH_MNT/a $XFS_IO_PROG -f -c "truncate $loop_file_sz" $loop_file +test -s $loop_file || _notrun "Could not create large sparse file" loop_dev=$(_create_loop_device $loop_file) # Now we have to create the source file. The goal is to overflow a 32-bit