From 991519be0e35016bfe91c63b50443796d930758f Mon Sep 17 00:00:00 2001 From: "Peter A. Bigot" Date: Fri, 16 May 2014 11:11:42 -0500 Subject: [PATCH] tests: add another rrdcreate scaled test --- tests/rrdcreate | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/tests/rrdcreate b/tests/rrdcreate index 723eaebd..cba8f6af 100755 --- a/tests/rrdcreate +++ b/tests/rrdcreate @@ -165,3 +165,26 @@ getinfo \ RRA:FAILURES:1d:7:9:5 \ > dur.out checkequiv "HWPREDICT equivalents" ct.out dur.out + +# FETCH test +getinfo \ + --start 0 --step 10s \ + DS:ds0:GAUGE:300:0:U \ + RRA:AVERAGE:0.5:30:3600 \ + RRA:AVERAGE:0.5:90:1200 \ + RRA:AVERAGE:0.5:360:1200 \ + RRA:MAX:0.5:360:1200 \ + RRA:AVERAGE:0.5:8640:600 \ + RRA:MAX:0.5:8640:600 \ +> ct.out +getinfo \ + --start 0 --step 10s \ + DS:ds0:GAUGE:5m:0:U \ + RRA:AVERAGE:0.5:5m:300h \ + RRA:AVERAGE:0.5:15m:300h \ + RRA:AVERAGE:0.5:1h:50d \ + RRA:MAX:0.5:1h:50d \ + RRA:AVERAGE:0.5:1d:600d \ + RRA:MAX:0.5:1d:600d \ +> dur.out +checkequiv "FETCH equivalents" ct.out dur.out -- 2.47.2