Message ID | 20200923164426.19534-1-johannes.thumshirn@wdc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | btrfs/125: remove constantly failing test from auto group | expand |
On Thu, Sep 24, 2020 at 01:44:26AM +0900, Johannes Thumshirn wrote: > The test-case btrfs/125 is often failing due to a design deficiency in > btrfs' RAID5 code. > > The details for this can be seen here: > https://lore.kernel.org/linux-btrfs/CAL3q7H4oa70DUhOFE7kot62KjxcbvvZKxu62VfLpAcmgsinBFw@mail.gmail.com/ > > Remove the test from the auto group until we have a replacement for the > current RAID5/6 code. > > Cc: Filipe Manana <fdmanana@suse.com> > Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: David Sterba <dsterba@suse.com>
diff --git a/tests/btrfs/group b/tests/btrfs/group index 72e74cc39d03..899a6d67f739 100644 --- a/tests/btrfs/group +++ b/tests/btrfs/group @@ -127,7 +127,7 @@ 122 auto quick snapshot qgroup 123 auto quick qgroup balance 124 auto replace volume balance -125 auto replace volume balance +125 replace volume balance 126 auto quick qgroup limit 127 auto quick send 128 auto quick send
The test-case btrfs/125 is often failing due to a design deficiency in btrfs' RAID5 code. The details for this can be seen here: https://lore.kernel.org/linux-btrfs/CAL3q7H4oa70DUhOFE7kot62KjxcbvvZKxu62VfLpAcmgsinBFw@mail.gmail.com/ Remove the test from the auto group until we have a replacement for the current RAID5/6 code. Cc: Filipe Manana <fdmanana@suse.com> Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> --- tests/btrfs/group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)