]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs/604: Make test as _notrun for higher blocksizes filesystem
authorRitesh Harjani (IBM) <ritesh.list@gmail.com>
Mon, 22 Jan 2024 08:21:20 +0000 (13:51 +0530)
committerZorro Lang <zlang@kernel.org>
Fri, 9 Feb 2024 05:27:17 +0000 (13:27 +0800)
commitd99636b8efdc217bfb3ba9348ddfb45cb89326ab
treed72b8ee4fde82251bd79a31b3b887fe1306710a0
parentcf72e89fdc2d4e95cca55ff0cdb124f16a4d5f9f
xfs/604: Make test as _notrun for higher blocksizes filesystem

If we have filesystem with blocksize = 64k, then the falloc value will
be huge (falloc_size=5451.33GB) which makes fallocate fail hence causing
the test to fail. Instead make the testcase "_notrun" if the initial
fallocate itself fails.

Signed-off-by: "Ritesh Harjani (IBM)" <ritesh.list@gmail.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/604