From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Fri, 10 Apr 2020 21:46:52 +0300 From: Alexey Dobriyan Subject: Re: [PATCH] zbd: fix sequential verify with max_open_zones=1 Message-ID: <20200410184652.GA25219@avx2> References: <20200408221652.GA2592@avx2> <20200409171401.GA3220@avx2> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: To: Damien Le Moal Cc: "axboe@kernel.dk" , "fio@vger.kernel.org" List-ID: On Thu, Apr 09, 2020 at 10:41:01PM +0000, Damien Le Moal wrote: > On 2020/04/10 2:14, Alexey Dobriyan wrote: > > On Thu, Apr 09, 2020 at 01:58:13AM +0000, Damien Le Moal wrote: > >> It would be good to add a test case for this to t/zbd/test-zbd-support. Can you > >> send something please ? > > > > I'll try. This needs a test with blktrace parsing and eveything. > > That sounds like an overkill. I disagree. You want to see what is actually issued to the block device in an independent way, not debug output of the same program. > Can't we use the debug output (debug=zbd) for > checking ? If that does not work, let's not add a test that complicates the test > setup.