1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-28 20:04:47 +00:00
Munin-Contrib/t/todo.org
Stig Sandbeck Mathisen 2a638429c5 Update t/todo.org with new numbahs
[ci skip]
2014-10-05 20:27:19 +02:00

56 lines
1 KiB
Org Mode

* 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"?
#+BEGIN_EXAMPLE
# 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
#
#
#+END_EXAMPLE
** [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
#+BEGIN_EXAMPLE
# 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.
#
#
#+END_EXAMPLE