diff mbox series

fstests: btrfs/219: remove it from auto group

Message ID 6c08b564ea499de6d34a1bd8bb0f435d73de2770.1670563995.git.wqu@suse.com (mailing list archive)
State New, archived
Headers show
Series fstests: btrfs/219: remove it from auto group | expand

Commit Message

Qu Wenruo Dec. 9, 2022, 5:34 a.m. UTC
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>
---
 tests/btrfs/219 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Johannes Thumshirn Dec. 9, 2022, 9:45 a.m. UTC | #1
Looks good,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
diff mbox series

Patch

diff --git a/tests/btrfs/219 b/tests/btrfs/219
index 528175b8a4b9..d69e6ac918ae 100755
--- a/tests/btrfs/219
+++ b/tests/btrfs/219
@@ -15,7 +15,7 @@ 
 #
 
 . ./common/preamble
-_begin_fstest auto quick volume
+_begin_fstest quick volume
 
 # Override the default cleanup function.
 _cleanup()