* [PATCH] fstests: add more dmerror related test cases into eio group
@ 2022-07-31 4:46 Zorro Lang
2022-08-03 4:36 ` Darrick J. Wong
0 siblings, 1 reply; 2+ messages in thread
From: Zorro Lang @ 2022-07-31 4:46 UTC (permalink / raw)
To: fstests
The g/484, g/628 and g/629 calls _dmerror_init and load error table
for testing, better to count them in eio test group, then we won't
miss them when we want to run all eio related cases.
Signed-off-by: Zorro Lang <zlang@kernel.org>
---
tests/generic/484 | 2 +-
tests/generic/628 | 2 +-
tests/generic/629 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/generic/484 b/tests/generic/484
index 40e83cbd..4f413352 100755
--- a/tests/generic/484
+++ b/tests/generic/484
@@ -15,7 +15,7 @@
# buffer: record blockdev write errors in super_block that it backs
. ./common/preamble
-_begin_fstest auto quick
+_begin_fstest auto quick eio
# Override the default cleanup function.
_cleanup()
diff --git a/tests/generic/628 b/tests/generic/628
index 7dc6dfcd..380a7f0b 100755
--- a/tests/generic/628
+++ b/tests/generic/628
@@ -11,7 +11,7 @@
# 5ffce3cc22a0 ("xfs: force the log after remapping a synchronous-writes file")
. ./common/preamble
-_begin_fstest auto quick rw clone
+_begin_fstest auto quick rw clone eio
# Override the default cleanup function.
_cleanup()
diff --git a/tests/generic/629 b/tests/generic/629
index f501555e..dbd7ada8 100755
--- a/tests/generic/629
+++ b/tests/generic/629
@@ -11,7 +11,7 @@
# 5ffce3cc22a0 ("xfs: force the log after remapping a synchronous-writes file")
. ./common/preamble
-_begin_fstest auto quick rw copy_range
+_begin_fstest auto quick rw copy_range eio
# Override the default cleanup function.
_cleanup()
--
2.31.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fstests: add more dmerror related test cases into eio group
2022-07-31 4:46 [PATCH] fstests: add more dmerror related test cases into eio group Zorro Lang
@ 2022-08-03 4:36 ` Darrick J. Wong
0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2022-08-03 4:36 UTC (permalink / raw)
To: Zorro Lang; +Cc: fstests
On Sun, Jul 31, 2022 at 12:46:50PM +0800, Zorro Lang wrote:
> The g/484, g/628 and g/629 calls _dmerror_init and load error table
> for testing, better to count them in eio test group, then we won't
> miss them when we want to run all eio related cases.
>
> Signed-off-by: Zorro Lang <zlang@kernel.org>
Looks correct to me,
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
--D
> ---
> tests/generic/484 | 2 +-
> tests/generic/628 | 2 +-
> tests/generic/629 | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tests/generic/484 b/tests/generic/484
> index 40e83cbd..4f413352 100755
> --- a/tests/generic/484
> +++ b/tests/generic/484
> @@ -15,7 +15,7 @@
> # buffer: record blockdev write errors in super_block that it backs
>
> . ./common/preamble
> -_begin_fstest auto quick
> +_begin_fstest auto quick eio
>
> # Override the default cleanup function.
> _cleanup()
> diff --git a/tests/generic/628 b/tests/generic/628
> index 7dc6dfcd..380a7f0b 100755
> --- a/tests/generic/628
> +++ b/tests/generic/628
> @@ -11,7 +11,7 @@
> # 5ffce3cc22a0 ("xfs: force the log after remapping a synchronous-writes file")
>
> . ./common/preamble
> -_begin_fstest auto quick rw clone
> +_begin_fstest auto quick rw clone eio
>
> # Override the default cleanup function.
> _cleanup()
> diff --git a/tests/generic/629 b/tests/generic/629
> index f501555e..dbd7ada8 100755
> --- a/tests/generic/629
> +++ b/tests/generic/629
> @@ -11,7 +11,7 @@
> # 5ffce3cc22a0 ("xfs: force the log after remapping a synchronous-writes file")
>
> . ./common/preamble
> -_begin_fstest auto quick rw copy_range
> +_begin_fstest auto quick rw copy_range eio
>
> # Override the default cleanup function.
> _cleanup()
> --
> 2.31.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-03 4:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-31 4:46 [PATCH] fstests: add more dmerror related test cases into eio group Zorro Lang
2022-08-03 4:36 ` Darrick J. Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox