mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
1 KiB
1 KiB
munin contrib - plugin tests
Summary:
Failed 2/1006 subtests
(less 1 skipped subtest: 1003 okay)
[0/1]
False positives
TODO not ok 110 - plugins/system/solaris-memstat: ksh syntax check
Can't see what's wrong here. False positive from "ksh -n"?
# Failed test 'plugins/system/solaris-memstat: ksh syntax check' # at t/test.t line 169. # # Command: ksh -n solaris-memstat # # STDOUT: # # # # STDERR: # # solaris-memstat: syntax error at line 119: `if' unmatched # #
[0/1]
Blame the CI provider
TODO not ok 536 - plugins/network/multi_tcp_ping: perl syntax check
Perl on travis-ci not built to support threads
# Failed test 'plugins/network/multi_tcp_ping: perl syntax check' # at t/test.t line 169. # # Command: perl -cw multi_tcp_ping # # STDOUT: # # # # STDERR: # # This Perl not built to support threads # Compilation failed in require at multi_tcp_ping line 75. # BEGIN failed--compilation aborted at multi_tcp_ping line 75. # #