FS/XFS testing framework
 help / color / mirror / Atom feed
* [PATCH 0/3] generic/551: improve error reporting and handling
@ 2023-08-22  7:28 Naohiro Aota
  2023-08-22  7:28 ` [PATCH 1/3] aio-dio-write-verify: check for the IO errors Naohiro Aota
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Naohiro Aota @ 2023-08-22  7:28 UTC (permalink / raw)
  To: fstests; +Cc: Naohiro Aota

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(-)

-- 
2.41.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-08-29  3:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-22  7:28 [PATCH 0/3] generic/551: improve error reporting and handling Naohiro Aota
2023-08-22  7:28 ` [PATCH 1/3] aio-dio-write-verify: check for the IO errors Naohiro Aota
2023-08-29  3:47   ` Zorro Lang
2023-08-22  7:28 ` [PATCH 2/3] aio-dio-write-verify: print more info on the error case Naohiro Aota
2023-08-29  3:48   ` Zorro Lang
2023-08-22  7:28 ` [PATCH 3/3] generic/551: bail out test if aio-dio-write-verify failed Naohiro Aota
2023-08-29  3:52   ` Zorro Lang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox