]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Skip "fetch" test for the rrdcached-style test. For some reason it
authorMaksym Sobolyev <sobomax@sippysoft.com>
Wed, 24 Dec 2014 01:56:31 +0000 (17:56 -0800)
committerMaksym Sobolyev <sobomax@sippysoft.com>
Wed, 24 Dec 2014 01:56:31 +0000 (17:56 -0800)
produces lot of unwanted output, which breaks it.

tests/dcounter1

index 5a6fff7480d8f435261918c2d5b89a0d01b75cbb..d9d72ca4a8146504aaf5e032a3ccd6d5696be8cd 100755 (executable)
@@ -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"