]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
fstests: fix various $seqres.full issues
authorEryu Guan <eguan@redhat.com>
Mon, 9 May 2016 06:03:27 +0000 (16:03 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 9 May 2016 06:03:27 +0000 (16:03 +1000)
commit598600ce04e1b53a509e3e1ae2e1319b90a8cc57
tree6afd94c42265690eaf46db24d152fa79b98615ba
parent29d3a3ea2c68d4af38ce2c6cd1b1cd2d6da497cf
fstests: fix various $seqres.full issues

There're many tests don't remove $seqres.full before writing to it, and
accumulating logs there, then the logs are always growing over time.
Let's fix them once.

generic/16[1-8] generic/170 and generic/33[34] truncate $seqres.full in
the middle of the test, which results in partial logs. Fix them as well.

xfs/227 has duplicated lines to remove $seqres.full, remove the extra
line.

Signed-off-by: Eryu Guan <eguan@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
27 files changed:
tests/ext4/301
tests/ext4/302
tests/ext4/303
tests/ext4/304
tests/ext4/307
tests/generic/161
tests/generic/162
tests/generic/163
tests/generic/164
tests/generic/165
tests/generic/166
tests/generic/167
tests/generic/168
tests/generic/170
tests/generic/231
tests/generic/333
tests/generic/334
tests/xfs/104
tests/xfs/109
tests/xfs/122
tests/xfs/164
tests/xfs/227
tests/xfs/244
tests/xfs/261
tests/xfs/278
tests/xfs/304
tests/xfs/305