From: Maksym Sobolyev Date: Wed, 24 Dec 2014 01:56:31 +0000 (-0800) Subject: Skip "fetch" test for the rrdcached-style test. For some reason it X-Git-Tag: v1.5.0-rc1~6^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aba9dfe14f767a7b36a5f6dcab7189e1e4df94ec;p=thirdparty%2Frrdtool-1.x.git Skip "fetch" test for the rrdcached-style test. For some reason it produces lot of unwanted output, which breaks it. --- diff --git a/tests/dcounter1 b/tests/dcounter1 index 5a6fff74..d9d72ca4 100755 --- a/tests/dcounter1 +++ b/tests/dcounter1 @@ -3614,6 +3614,8 @@ report create do_update report "update" +is_cached && exit 0 + $RRDTOOL fetch ${BUILD}.rrd AVERAGE -r 600 -s 1300000000 -e 1300003600 | grep ^1300 | \ grep -v nan | $DIFF - $BASEDIR/dcounter1.output report "fetch"