On Jul 28 19:14, Shin'ichiro Kawasaki wrote: > The test case zbd/004 checks zone boundary write handling by block layer > using two contiguous sequential write required zones. This test is valid > when the first zone has same zone capacity as zone size. However, if the > zone has zone capacity smaller than zone size, the write in the zone > beyond zone capacity limit causes write error and the test fails. > > To avoid the write error, find the two zones with first zone that has > zone capacity same as zone size. If such zones are not found, skip the > test case. > > Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> > --- LGTM. Reviewed-by: Klaus Jensen <k.jensen@xxxxxxxxxxx>