]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/299: truncate can fail with ENOSPC
authorJosef Bacik <jbacik@fb.com>
Sun, 2 Feb 2014 23:06:50 +0000 (10:06 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 2 Feb 2014 23:06:50 +0000 (10:06 +1100)
commit8ebabf72980154444b14a45f4e342a87df81ceb5
tree5c439d1877f8464113484fcd718cd457c7786b59
parent710281f2606f75ee1b3090fe2c46f20878362712
generic/299: truncate can fail with ENOSPC

So this test does lots of fallocate/truncate noise while doing aio
overwrites to try and exercise a deadlock found in ext4.  Because it
runs so hard with ENOSPC it can sometimes cause truncate to fail on
btrfs.  This is ok and doesn't affect the validity of the test, we
just need to catch the output so it doesn't cause the test to fail.
Thanks,

Signed-off-by: Josef Bacik <jbacik@fb.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
tests/generic/299