ODELL, TODD E (SWBT) wrote:
to start. I unpacked and compiled as my userid, not root, and am able to
start the httpd directly as that userid. With the
APACHE_TEST_STARTUP_TIMEOUT=420 this is what is get from make test:
I believe whats happening here is that because you are testing the threaded version, you computer its taking too long to load and start all the tests. The ModPerl-Registry tests load substantially less; thus, start quicker. You might try stopping other processes on your computer while make testing if it is busy.

If I read that correctly, 300s is not enough, but 420 is?

From

lib/ModPerl/TestRun.pm:
sub new_test_config {
    my $self = shift;

    # default timeout in secs (threaded mpms are extremely slow to
    # startup, due to a slow perl_clone operation)
    $self->{conf_opts}->{startup_timeout} ||=
        $ENV{APACHE_TEST_STARTUP_TIMEOUT} ||
        Apache2::Build->build_config->mpm_is_threaded() ? 300 : 120;

    $self->{conf_opts}->{minclients} ||= MIN_CLIENTS;

    ModPerl::TestConfig->new($self->{conf_opts});
}
*** /usr/opt/perl5.8.6/bin/perl -V
Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
    usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define

Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
PERL_IMPLICIT_CONTEXT

Apache2            : -
Apache2::Request   : 2.05-dev
Since you seem to be uptodate with most things, libapreq-2.06-dev is out
and fixes a few things :)



--
END
------------------------------------------------------------
    What doesn't kill us can only make us stronger.
                Nothing is impossible.
                                
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
  http://www.liquidityservicesinc.com
       http://www.liquidation.com
       http://www.uksurplus.com
       http://www.govliquidation.com
       http://www.gowholesale.com

Reply via email to