From 8721f21874b70a435175fcefd1a44761de86d5f5 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Fri, 1 May 2026 16:01:23 +0300 Subject: [PATCH] Also check for "Received garbage" during test --- tests/test_heal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_heal.sh b/tests/test_heal.sh index 7d0cdb72..deb7511f 100755 --- a/tests/test_heal.sh +++ b/tests/test_heal.sh @@ -62,7 +62,7 @@ if ! diff -q ./testdata/bin/read.bin ./testdata/bin/mirror.bin; then format_error Data lost during self-heal fi -if grep -qP 'Checksum mismatch|BUG' ./testdata/osd*.log; then +if grep -qP 'Checksum mismatch|BUG|Received garbage' ./testdata/osd*.log; then format_error Checksum mismatches or BUGs detected during test fi