Re: bcache: BUG in fuzz testing without devices
From: Kent Overstreet <hidden>
Date: 2013-04-05 21:21:18
Also in:
linux-bcache, lkml
From: Kent Overstreet <hidden>
Date: 2013-04-05 21:21:18
Also in:
linux-bcache, lkml
On Tue, Apr 02, 2013 at 12:21:02PM -0400, Sasha Levin wrote:
Hi all, It seems that trying to fuzz bcache without any devices triggers a BUG: That BUG looks very intentional there, any reason for adding it instead of exiting if there aren't any devices?
The fuzz tester is meant to stress test some of the btree code - it's a purely in memory test. But it looks like it's rotted - thanks for the bug report, I'll disable it for now.