Hi, > This tests if a clone source can be read but in btrfs there's an > exclusive lock and the test always fails. The functionality might be > implemented in btrfs in the future but for now disable the test. On linux 6.8-rc5+, generic/733 with btrfs filesystem have some chance(>50%) to success now. Is this expected? Best Regards Wang Yugui (wangyugui@xxxxxxxxxxxx) 2024/02/24 > CC: Josef Bacik <josef@xxxxxxxxxxxxxx> > Signed-off-by: David Sterba <dsterba@xxxxxxxx> > --- > tests/generic/733 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/generic/733 b/tests/generic/733 > index d88d92a4705add..b26fa47dad776f 100755 > --- a/tests/generic/733 > +++ b/tests/generic/733 > @@ -18,7 +18,7 @@ _begin_fstest auto clone punch > . ./common/reflink > > # real QA test starts here > -_supported_fs generic > +_supported_fs generic ^btrfs > _require_scratch_reflink > _require_cp_reflink > _require_xfs_io_command "fpunch" > -- > 2.42.1 >