]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fstests: btrfs/219: remove it from auto group
authorQu Wenruo <wqu@suse.com>
Fri, 9 Dec 2022 05:34:02 +0000 (13:34 +0800)
committerZorro Lang <zlang@kernel.org>
Sun, 11 Dec 2022 14:27:22 +0000 (22:27 +0800)
The test case is to make sure we can mount a fs with older generation
(but with the same fsid/dev uuid).

Normally we will reject such case as btrfs is maintaining an internal
devices list (for multi-device support), and if we find a device
suddenly got an older generation, we will directly reject it.

Although for single device btrfs, we may add an exception for it,
the corresponding kernel patch is never merged.

So for now, just remove the test case from auto group.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/219

index 528175b8a4b901a79886495fde7685880ed360ca..d69e6ac918ae8722b69afa4944e7fbbd0bad3b1a 100755 (executable)
@@ -15,7 +15,7 @@
 #
 
 . ./common/preamble
-_begin_fstest auto quick volume
+_begin_fstest quick volume
 
 # Override the default cleanup function.
 _cleanup()