From: Peter A. Bigot Date: Fri, 16 May 2014 15:54:52 +0000 (-0500) Subject: tests: add missed rrd_scaled_duration diagnostic X-Git-Tag: v1.5.0-rc1~97^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76a4e65c1c9a4a4cf577aea51199dd71e2808ef9;p=thirdparty%2Frrdtool-1.x.git tests: add missed rrd_scaled_duration diagnostic --- diff --git a/tests/rrdcreate b/tests/rrdcreate index bd4c48ce..723eaebd 100755 --- a/tests/rrdcreate +++ b/tests/rrdcreate @@ -36,6 +36,13 @@ runfailtest "diagnose non-text step" \ DS:v:GAUGE:5:U:U \ RRA:AVERAGE:0.5:1:100 +runfailtest "diagnose invalid step suffix" \ + $RRDTOOL create foo.rrd \ + --start now \ + --step 2H \ + DS:v:GAUGE:5:U:U \ + RRA:AVERAGE:0.5:1:100 + runfailtest "diagnose misaligned RRA step" \ $RRDTOOL create foo.rrd \ --start now \