On Sat, 8 Jul 2006, David Wheeler wrote:

waiting 60 seconds for server to start: .
waiting 60 seconds for server to start: ok (waited 0 secs)
server localhost:8529 started
t/apache/basic.........1..12
# Using Apache/Test.pm version 1.28
ok 1 - check that _limits_are_exceeded() returns false without any limits set
not ok 2 - proc size is reported > 0

#   Failed test 'proc size is reported > 0'
# in /Users/david/Desktop/Apache-SizeLimit-0.9-rc2/t/response/TestApache/basic.pm at line 25.
#     '0'
#         >
#     '0'
ok 3 - real_getppid() > 1
not ok 4 - proc size is reported > 10240

#   Failed test 'proc size is reported > 10240'
# in /Users/david/Desktop/Apache-SizeLimit-0.9-rc2/t/response/TestApache/basic.pm at line 43.
#     '0'
#         >
#     '10240'
not ok 5 - check that _limits_are_exceeded() returns true based on max process size

Hmm, that is very weird. On your platform BSD::Resource is reporting 0 for process and shared size.

Just for yucks can you run this from the CLI ...

 perl -MBSD::Resource -le 'print for (BSD::Resource::getrusage())[2,3]'

If it prints 0 for both numbers then I think we may have to drop support for OSX, because apparently it's not acting like other BSDs.


-dave

/*===================================================
VegGuide.Org                        www.BookIRead.com
Your guide to all that's veg.       My book blog
===================================================*/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to