mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
common/fuzzy: online re-scrub should not preen
When we're doing the second online scrub (to figure out if the repair did any good) we shouldn't let that second scrub preen the filesystem in any way. If scrub finds things it can't/won't preen that turns into a nonzero return code which gets reported (incorrectly) as a failure. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
a7ee21e5cb
commit
4b69106b60
+1
-1
@@ -274,7 +274,7 @@ __scratch_xfs_fuzz_field_test() {
|
||||
# which scrub doesn't know how to fix.
|
||||
echo "++ Online scrub"
|
||||
if [ "$1" != "sb 0" ]; then
|
||||
_scratch_scrub -e continue 2>&1
|
||||
_scratch_scrub -n -e continue 2>&1
|
||||
res=$?
|
||||
test $res -ne 0 && \
|
||||
(>&2 echo "online re-scrub ($res) with ${field} = ${fuzzverb}.")
|
||||
|
||||
Reference in New Issue
Block a user