From 4eee882ddefa07040bbc578b0ab35df309dc6552 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 11 Dec 2023 13:31:28 -0800 Subject: [PATCH] ZTS: Update raidz_expand_005_pos.ksh Align the raidz_expand_005_pos test with the raidz_expand_004_pos test and only verify no errors were reported. Allow scrub repair IO. Signed-off-by: Brian Behlendorf --- tests/zfs-tests/tests/functional/raidz/raidz_expand_005_pos.ksh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/zfs-tests/tests/functional/raidz/raidz_expand_005_pos.ksh b/tests/zfs-tests/tests/functional/raidz/raidz_expand_005_pos.ksh index a31a7d254bfe..56ee3e9be67c 100755 --- a/tests/zfs-tests/tests/functional/raidz/raidz_expand_005_pos.ksh +++ b/tests/zfs-tests/tests/functional/raidz/raidz_expand_005_pos.ksh @@ -113,7 +113,7 @@ function test_replace # log_must zpool scrub -w $pool log_must zpool status -v - log_must check_pool_status $pool "scan" "repaired 0B" + log_must check_pool_status $pool "scan" "with 0 errors" } log_must set_tunable32 EMBEDDED_SLOG_MIN_MS 99999