Also check for "Received garbage" during test

This commit is contained in:
Vitaliy Filippov
2026-07-05 14:58:24 +03:00
parent 9eb858fb5f
commit 8721f21874
+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