[Nagiosplug-devel] [ nagiosplug-Bugs-2973604 ] check_time.t and check_udp.t fail

SourceForge.net noreply at sourceforge.net
Sat Mar 20 02:55:20 CET 2010


Bugs item #2973604, was opened at 2010-03-20 12:55
Message generated for change (Tracker Item Submitted) made by bekar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=2973604&group_id=29880

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compilation
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bekar (bekar)
Assigned to: Nobody/Anonymous (nobody)
Summary: check_time.t and check_udp.t fail 

Initial Comment:
Using a Centos 5 system, both of these test packages don't work properly as their contents describe.

check_time.t uses variable names including 'udp', yet the '-u' flag isn't passed to the check.  As it does both tcp/udp the test should probably seperate them out and do both.

check_udp.t fails on the behaviour of 'nc' on the system.  I've had to add in:

       skip "No compatable netcat available", 6 unless (system("nc -l -w 1 -p 3333 -u > /dev/null 2>&1") == 0);

to skip these listener check for the moment.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=2973604&group_id=29880




More information about the Devel mailing list