cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2004-03-06 Thread stas
stas2004/03/05 18:07:58 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: if the server doesn't start, add a suggestion to try again with a higher timeout value Revision ChangesPath 1.81 +8 -1

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2004-03-05 Thread geoff
geoff 2004/03/05 05:22:11 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestServer.pm Log: revert to 1.78 Revision ChangesPath 1.103 +0 -3 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2004-03-04 Thread geoff
geoff 2004/03/04 14:21:27 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestServer.pm Log: $ENV{APACHE_TEST_STARTUP_TIMEOUT} now supersedes -startup_timeout Revision ChangesPath 1.102 +3 -0

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2004-02-26 Thread geoff
geoff 2004/02/26 07:28:12 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestServer.pm Log: change -DAPACHE1 (and like defines) to -D APACHE1 to fix Win32 compatibility issues [Steve Hay] Revision ChangesPath 1.98

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2003-09-18 Thread stas
stas2003/09/18 00:39:35 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: looks like there are a way too many errors reported by valgrind (all outside of modperl) adding --error-limit=no allows to at least start the server Revision ChangesPath

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2003-05-21 Thread stas
stas2003/05/20 21:02:14 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: try to avoid the race condition when the pid file was created but not yet written to (by sleeping for fractions of a second) Revision ChangesPath 1.62 +8 -0

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2003-01-21 Thread stas
stas2003/01/20 21:54:51 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: support the valgrind leak detector Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: stas Revision ChangesPath 1.61 +25 -3

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2002-07-01 Thread stas
stas2002/07/01 01:11:50 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: since currently the non-COLOR mode is the default and mostly used by interactive start-ups, return the indication of waiting by simply printing . per sec we waited. this shouldn't

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2002-04-09 Thread stas
stas02/04/09 02:51:07 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: in case of t/TEST committing suicide via kill, first scan for core files left by the failed to start server. Revision ChangesPath 1.58 +1 -0

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2002-04-06 Thread dougm
dougm 02/04/05 23:12:26 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: wait a little longer for server to stop (may take a while to tear down PerlInterpreters in a threaded MPM) Revision ChangesPath 1.55 +1 -1

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2002-01-06 Thread stas
stas02/01/05 22:20:29 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: style fix (elsif with no following else) Revision ChangesPath 1.50 +3 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestServer.pm Index: TestServer.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2002-01-06 Thread stas
stas02/01/05 23:30:31 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: - no need to report the failure at the CHLD sig stage, there should be only one report which happens at the end, when the return status is collected Revision ChangesPath 1.51

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2002-01-04 Thread stas
stas02/01/03 21:06:20 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: - removing unused variables Revision ChangesPath 1.49 +0 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/TestServer.pm Index: TestServer.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2001-10-20 Thread dougm
dougm 01/10/20 11:01:32 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: make sure only 1 process is started for win32; else Kill will only shutdown the parent Revision ChangesPath 1.38 +4 -1