Cron <eagle at hope> bin/inn-snapshot
Julien ÉLIE
julien at trigofacile.com
Thu Jan 21 19:40:17 UTC 2010
Hi all,
> util/inndf..............FAILED 1
>
> Failed Set Fail/Total (%) Skip Stat Failing Tests
> -------------------------- -------------- ---- ---- ------------------------
> util/inndf 1/6 17% 0 0 1
>
> Failed 1/2844 tests, 99.96% okay, 89 tests skipped.
> Files=55, Tests=2844, 13.82 seconds (0.34 usr + 1.48 sys = 1.82 CPU)
> make[1]: *** [test] Error 1
> make[1]: Leaving directory `/home/eagle/snapshot/inn/tests'
> make: *** [test] Error 1
We had the same issue last month.
Maybe we should increase the allowed difference of 200 between
the two results in the failing test?
real=`df -k . | sed 1d | awk '{ print $4 }'`
try=`$inndf .`
diff=`expr "$real" - "$try"`
if [ "$diff" -gt 200 ] || [ "$diff" -lt -200 ] ; then
printcount "not ok"
else
printcount "ok"
fi
% df -k . | sed 1d | awk '{ print $4 }'
12012940
% inndf .
12012940
--
Julien ÉLIE
« As promised, here's the patch to do this. Not only is it good
(it compiles), but it is perfect (it boots). Up 9 minutes so far
without problems. » (Richard Gooch on linux-kernel)
More information about the inn-workers
mailing list