mbox series

[blktests,0/2] improve block/011

Message ID 20231129103145.655612-1-shinichiro.kawasaki@wdc.com (mailing list archive)
Headers show
Series improve block/011 | expand

Message

Shinichiro Kawasaki Nov. 29, 2023, 10:31 a.m. UTC
This series addresses two issues of the test case block/011. The first patch
avoids bad status of test target devices left after the test case. The second
patch caps very long test time of the test case.

Shin'ichiro Kawasaki (2):
  block/011: recover test target devices to online or live status
  block/011: set default timeout to 20 minutes

 tests/block/011 | 38 ++++++++++++++++++++++++++++++--------
 1 file changed, 30 insertions(+), 8 deletions(-)

Comments

Shinichiro Kawasaki Dec. 7, 2023, 2:22 a.m. UTC | #1
On Nov 29, 2023 / 19:31, Shin'ichiro Kawasaki wrote:
> This series addresses two issues of the test case block/011. The first patch
> avoids bad status of test target devices left after the test case. The second
> patch caps very long test time of the test case.
> 
> Shin'ichiro Kawasaki (2):
>   block/011: recover test target devices to online or live status
>   block/011: set default timeout to 20 minutes

FYI, I applied the patches with the suggested fix.