On Thu, Jan 08, 2004 at 02:28:13PM -0500, Geoffrey Young wrote:
> $ make test TEST_VERBOSE=1 TEST_FILES=t/compat/apache_file

I just re-ran:

make test TEST_VERBOSE=1 TEST_FILES="compat/apache_file"

(I note a discrepancy between mine and yours; mine matches the example on:

http://perl.apache.org/docs/2.0/user/help/help.html#_C_make_test___Failures

which does *not* include a leading t/ in the path name.

Rerunning it with the t/ gives...  the same thing.

Scrooling back on the *stdout*, however, gives something that looks
like what you want; could the test scaffold have gotten bollixed?

=============8<==================
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST -clean
APACHE_USER= APXS= APACHE_PORT= APACHE_GROUP= APACHE= \
/usr/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -bugreport -verbose=1 t/compat/apache_file
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST -bugreport -verbose=1
't/compat/apache_file'
*** root mode: changing the files ownership to 'nobody' (99:99)
*** testing whether 'nobody' is able to -rwx
/usr/src/other/mod_perl-1.99_12/t
/usr/bin/perl -Mlib=/usr/src/other/mod_perl-1.99_12/Apache-Test/lib
-MApache::TestRun -e 'eval { Apache::TestRun::run_root_fs_test(99, 99,
q[/usr/src/other/mod_perl-1.99_12/t]) }';


*** result: OK
/appl/apache/httpd/prefork/bin/httpd -d
/usr/src/other/mod_perl-1.99_12/t -f
/usr/src/other/mod_perl-1.99_12/t/conf/httpd.conf -DAPACHE2
using Apache/2.0.48 (prefork MPM)

waiting 120 seconds for server to start: ..[Thu Jan 08 19:08:11 2004]
[info] 22 Apache:: modules loaded
[Thu Jan 08 19:08:11 2004] [info] 5 APR:: modules loaded
[Thu Jan 08 19:08:11 2004] [info] base server + 11 vhosts ready to run
tests
...
waiting 120 seconds for server to start: ok (waited 4 secs)
server rutabaga:8529 started
server rutabaga:8530 listening (TestProtocol::echo_filter)
server rutabaga:8531 listening (TestProtocol::echo)
server rutabaga:8532 listening (TestPreConnection::note)
server rutabaga:8533 listening (TestHooks::stacked_handlers2)
server rutabaga:8534 listening (TestFilter::both_str_con_add)
server rutabaga:8535 listening (TestFilter::in_str_msg)
server rutabaga:8536 listening (TestFilter::in_bbs_msg)
server rutabaga:8537 listening (TestFilter::in_bbs_inject_header)
server rutabaga:8538 listening (TestDirective::perlrequire)
server rutabaga:8539 listening (TestDirective::perlmodule)
server rutabaga:8540 listening (TestPerl::ithreads)
server rutabaga:8541 listening (TestDirective::perlloadmodule4)
server rutabaga:8542 listening (TestDirective::perlloadmodule5)
server rutabaga:8543 listening (TestDirective::perlloadmodule3)
server rutabaga:8544 listening (TestDirective::perlloadmodule6)
compat/apache_file....1..18
# Running under perl version 5.006001 for linux
# Current time local: Thu Jan  8 19:08:12 2004
# Current time GMT:   Fri Jan  9 00:08:12 2004
# Using Test.pm version 1.24
# new Apache::File file object
ok 1
# open itself
ok 2
# read from file
ok 3
# close file
ok 4
# open non-exists
ok 5
# new+open
ok 6
# new+open non-exists
ok 7
# open tmpfile fh
ok 8
# open tmpfile name
ok 9
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>200 OK</title>
</head><body>
<h1>OK</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
[EMAIL PROTECTED] and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
</body></html>
FAILED tests 10-18
Failed 9/18 tests, 50.00% okay
Failed Test          Stat Wstat Total Fail  Failed  List of
Failed
-------------------------------------------------------------------------------
compat/apache_file.t               18    9  50.00%  10-18
*** server rutabaga:8529 shutdown
!!! error running tests (please examine t/logs/error_log)
=============8<==================

Does that help you any more?

Cheers,
-- jra
-- 
Jay R. Ashworth                                                [EMAIL PROTECTED]
Member of the Technical Staff     Baylink                             RFC 2100
The Suncoast Freenet         The Things I Think
Tampa Bay, Florida        http://baylink.pitas.com             +1 727 647 1274

        Come see Linux Gazette in our new home: www.linuxgazette.net!

-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to