mbox series

[0/3] generic/551: improve error reporting and handling

Message ID cover.1692688971.git.naohiro.aota@wdc.com (mailing list archive)
Headers show
Series generic/551: improve error reporting and handling | expand

Message

Naohiro Aota Aug. 22, 2023, 7:28 a.m. UTC
When generic/551 failed, it is difficult to investigate the root cause
because (1) it continues working after an error, corrupting the disk state,
(2) there is no detail info printed, and (3) aio-dio-write-verify failed to
check the event errors.

So, this series addresses these issues.

Naohiro Aota (3):
  aio-dio-write-verify: check for the IO errors
  aio-dio-write-verify: print more info on the error case
  generic/551: bail out test if aio-dio-write-verify failed

 src/aio-dio-regress/aio-dio-write-verify.c | 17 ++++++++++++++---
 tests/generic/551                          |  6 ++++--
 2 files changed, 18 insertions(+), 5 deletions(-)