tests: btrfs: Remove another test that used qgroup 0/*

This was failing with recent Linux:

  libguestfs: error: btrfs_subvolume_snapshot: /dir/test3: /dir/test6: ERROR: cannot snapshot '/sysroot/dir/test3': Invalid argument

I tried to change the test to use 1/1000 instead, but that fails with
a different error which I don't understand at all.

As we're not meant to be testing btrfs here, only that libguestfs can
translate between the guestfs API and btrfs commands and we know it
can do that, I simply deleted the sub-test entirely.
This commit is contained in:
Richard W.M. Jones
2024-05-13 14:32:41 +01:00
parent ff3dd6f91f
commit c7fe9fd917

View File

@@ -7186,8 +7186,7 @@ See C<guestfs_get_e2generation>." };
["btrfs_subvolume_create"; "/test1"; "NOARG"];
["btrfs_subvolume_create"; "/test2"; "NOARG"];
["btrfs_subvolume_create"; "/dir/test3"; "NOARG"];
["btrfs_subvolume_snapshot"; "/dir/test3"; "/dir/test5"; "true"; "NOARG"];
["btrfs_subvolume_snapshot"; "/dir/test3"; "/dir/test6"; ""; "0/1000"]]), []
["btrfs_subvolume_snapshot"; "/dir/test3"; "/dir/test5"; "true"; "NOARG"]]), []
];
shortdesc = "create a btrfs snapshot";
longdesc = "\