From f4b97c1e009006bce43de5ccaf9326f572bf8b7a Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 12 Dec 2023 09:56:19 -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. Reviewed-by: Don Brady Signed-off-by: Brian Behlendorf Closes #15663 --- 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 a31a7d254b..56ee3e9be6 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