Subject: | test.pl error 255 |
I will try to use rrdpoller and I have some mistake with misc release
and CVS version.
rrdpoller fetch reply was empty and when I try to run the test I have an
error.
Maybe I have missed something as a lib or module ?
Show quoted text
-----snip here-----
/usr/src/rrdpoller# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..27
ok 1 - use RRD::Query;
ok 2 - use RRD::Threshold;
WARNING: This key is not certified with a trusted signature!
Primary key fingerprint: 8969 5CFE 984F 7C23 6DC2 8F9E 83BD 92D6 39C2 4F41
ok 3 - Valid signature
ok 4 - Create test RRD file /tmp/1gywoCUw7w/test.rrd
ok 5 - feed RRD test file
ok 6 - update RRD test file one more time
ok 7 - Test RRD::Query, creator
ok 8 - list() datasources
not ok 9 - fetch() current value
# Failed test ' fetch() current value'
# in test.pl at line 93.
# got: undef
# expected: '1'
not ok 10 - fetch() past value
# Failed test ' fetch() past value'
# in test.pl at line 95.
# got: '4'
# expected: '10'
not ok 11 - fetch() RPN
# Failed test ' fetch() RPN'
# in test.pl at line 104.
# got: 'nan'
# expected: '3'
ok 12 - Test RRD::Threshold, creator
Current value is NaN at blib/lib/RRD/Threshold.pm line 209.
# Looks like you planned 27 tests but only ran 12.
# Looks like you failed 3 tests of 12 run.
# Looks like your test died just after 12.
make: *** [test_dynamic] Error 255
-----snip here-----