You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by Jamie Krasnoo <kr...@socal.rr.com> on 2003/07/14 06:41:21 UTC

Went back to 1.2

I went back to 1.2. However the problems keep on piling up. Apache::Test
fails all its tests except for ping. And if Apache::Test doesn't work
then I can't test out the Apache::Request. I went back to Apache 1.3.27
and mod_perl 1.28 since 2.0 shouldn't be in a production environment
yet. I'll still experiment with 2.0 on a separate computer but until its
ready I think I'll stay away from it. So I'm on a RedHat 9 install. Blew
everything away and reinstalled the server to get a fresh start. Now
only if i can get the tests to pass.

Sorry for the long error garbage.

/usr/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -clean
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST -clean
APACHE_USER= APACHE_GROUP= APACHE_PORT= APACHE= APXS= \
/usr/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -verbose=0
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST -verbose=0
*** root mode: changing the fs ownership to 'nobody' (99:99)
/usr/sbin/httpd -X -d /root/.cpan/build/Apache-Test-1.03/t -f
/root/.cpan/build/Apache-Test-1.03/t/conf/httpd.conf -DAPACHE1
-DPERL_USEITHREADS
using Apache/1.3.27
 
waiting for server to start: .
waiting for server to start: ok (waited 0 secs)
server localhost.localdomain:8529 started
ping.......ok
request....NOK 1# Failed test 1 in request.t at line 11
request....NOK 5# Failed test 5 in request.t at line 16
request....NOK 8# Failed test 8 in request.t at line 20
request....NOK 9# Failed test 9 in request.t at line 22
request....FAILED tests 1, 5, 8-9
        Failed 4/9 tests, 55.56% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
request.t                  9    4  44.44%  1 5 8-9
*** server localhost.localdomain:8529 shutdown
!!! error running tests (please examine t/logs/error_log)
make: *** [run_tests] Error 1


for Apache::Request
make[1]: Entering directory `/root/.cpan/build/libapreq-1.2/c'
make[1]: Leaving directory `/root/.cpan/build/libapreq-1.2/c'
make[1]: Entering directory `/root/.cpan/build/libapreq-1.2/Request'
make[1]: Leaving directory `/root/.cpan/build/libapreq-1.2/Request'
make[1]: Entering directory `/root/.cpan/build/libapreq-1.2/Cookie'
make[1]: Leaving directory `/root/.cpan/build/libapreq-1.2/Cookie'
/usr/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -clean
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST -clean
APACHE_USER= APACHE_GROUP= APACHE_PORT= APACHE= APXS= \
/usr/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -verbose=0
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST -verbose=0
*** root mode: changing the fs ownership to 'nobody' (99:99)
/usr/sbin/httpd -X -d /root/.cpan/build/libapreq-1.2/t -f
/root/.cpan/build/libapreq-1.2/t/conf/httpd.conf -DAPACHE1
-DPERL_USEITHREADS
using Apache/1.3.27
 
waiting for server to start: .
waiting for server to start: ok (waited 0 secs)
server localhost.localdomain:8529 started
apreq/big_input....NOK 1# Failed test 1 in apreq/big_input.t at line 40
apreq/big_input....NOK 2# Failed test 2 in apreq/big_input.t at line 40
fail #2
apreq/big_input....NOK 3# Failed test 3 in apreq/big_input.t at line 40
fail #3
apreq/big_input....NOK 4# Failed test 4 in apreq/big_input.t at line 40
fail #4
apreq/big_input....NOK 5# Failed test 5 in apreq/big_input.t at line 40
fail #5
apreq/big_input....NOK 6# Failed test 6 in apreq/big_input.t at line 40
fail #6
apreq/big_input....NOK 7# Failed test 7 in apreq/big_input.t at line 40
fail #7
apreq/big_input....NOK 8# Failed test 8 in apreq/big_input.t at line 40
fail #8
apreq/big_input....NOK 9# Failed test 9 in apreq/big_input.t at line 40
fail #9
apreq/big_input....NOK 10# Failed test 10 in apreq/big_input.t at line
63
apreq/big_input....NOK 11# Failed test 11 in apreq/big_input.t at line
63 fail #2
apreq/big_input....NOK 12# Failed test 12 in apreq/big_input.t at line
63 fail #3
apreq/big_input....NOK 13# Failed test 13 in apreq/big_input.t at line
63 fail #4
apreq/big_input....NOK 14# Failed test 14 in apreq/big_input.t at line
63 fail #5
apreq/big_input....NOK 15# Failed test 15 in apreq/big_input.t at line
63 fail #6
apreq/big_input....NOK 16# Failed test 16 in apreq/big_input.t at line
63 fail #7
apreq/big_input....NOK 17# Failed test 17 in apreq/big_input.t at line
63 fail #8
apreq/big_input....NOK 18# Failed test 18 in apreq/big_input.t at line
63 fail #9
apreq/big_input....NOK 19# Failed test 19 in apreq/big_input.t at line
63 fail #10
apreq/big_input....NOK 20# Failed test 20 in apreq/big_input.t at line
63 fail #11
apreq/big_input....NOK 21# Failed test 21 in apreq/big_input.t at line
63 fail #12
apreq/big_input....FAILED tests 1-21
        Failed 21/21 tests, 0.00% okay
apreq/cookie.......NOK 1# Failed test 1 in apreq/cookie.t at line 20
apreq/cookie.......FAILED test 1
        Failed 1/1 tests, 0.00% okay
apreq/inherit......NOK 1# Failed test 1 in apreq/inherit.t at line 11
apreq/inherit......FAILED test 1
        Failed 1/1 tests, 0.00% okay
apreq/request......NOK 1# Failed test 1 in apreq/request.t at line 18
apreq/request......NOK 2# Failed test 2 in apreq/request.t at line 26
apreq/request......FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
Failed Test       Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
apreq/big_input.t               21   21 100.00%  1-21
apreq/cookie.t                   1    1 100.00%  1
apreq/inherit.t                  1    1 100.00%  1
apreq/request.t                  2    2 100.00%  1-2
*** server localhost.localdomain:8529 shutdown
!!! error running tests (please examine t/logs/error_log)
make: *** [run_tests] Error 1

Whats going wrong here? Does Apache::Test mistaken Apache 1.3.x for
2.0.x and the tests are failing for that?

Thanks and sorry for being a PITA,

Jamie



Re: Went back to 1.2

Posted by Stas Bekman <st...@stason.org>.
Jamie Krasnoo wrote:
> I went back to 1.2. However the problems keep on piling up. Apache::Test
> fails all its tests except for ping. And if Apache::Test doesn't work
> then I can't test out the Apache::Request. I went back to Apache 1.3.27
> and mod_perl 1.28 since 2.0 shouldn't be in a production environment
> yet. I'll still experiment with 2.0 on a separate computer but until its
> ready I think I'll stay away from it. So I'm on a RedHat 9 install. Blew
> everything away and reinstalled the server to get a fresh start. Now
> only if i can get the tests to pass.

Try running the tests as non-root user.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com