Also check for "Received garbage" during test

This commit is contained in:
Vitaliy Filippov
2026-05-19 17:19:47 +03:00
parent 0d92e00e41
commit 3779e2670d
+1 -1
View File
@@ -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