svn commit: r125077 - /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

2005-01-13 Thread stas
Author: stas Date: Thu Jan 13 06:19:22 2005 New Revision: 125077 URL: http://svn.apache.org/viewcvs?view=revrev=125077 Log: extend Apache::TestConfig::which() to search under perl's bin directory (in the case of local perl install many utils get installed there, but won't be in PATH). Modified

svn commit: r125097 - /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestServer.pm

2005-01-13 Thread stas
Author: stas Date: Thu Jan 13 12:10:53 2005 New Revision: 125097 URL: http://svn.apache.org/viewcvs?view=revrev=125097 Log: instead of trying to match various custom server name variations (each vendor seems to replace Apache in 'httpd -v' with their own name), just try to match the /x.y in Foo

svn commit: r124809 - /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm

2005-01-10 Thread stas
Author: stas Date: Mon Jan 10 08:24:21 2005 New Revision: 124809 URL: http://svn.apache.org/viewcvs?view=revrev=124809 Log: Apache::TestConfig::should_skip_module now works with regex patterns. Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes httpd/test/trunk/perl-framework

svn commit: r124810 - /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm

2005-01-10 Thread stas
Author: stas Date: Mon Jan 10 08:25:21 2005 New Revision: 124810 URL: http://svn.apache.org/viewcvs?view=revrev=124810 Log: Apache::TestConfig::inherit_load_module handles .dll modules (previously was only .so) Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes httpd/test/trunk

svn commit: r124143 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRunPerl.pm

2005-01-04 Thread stas
Author: stas Date: Tue Jan 4 11:23:51 2005 New Revision: 124143 URL: http://svn.apache.org/viewcvs?view=revrev=124143 Log: simplify the code Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRunPerl.pm Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache

svn commit: r124142 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestHarness.pm

2005-01-04 Thread stas
Author: stas Date: Tue Jan 4 11:23:19 2005 New Revision: 124142 URL: http://svn.apache.org/viewcvs?view=revrev=124142 Log: # skip temp emacs files (was trying to run them as tests) Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestHarness.pm Modified: httpd/test/trunk

svn commit: r123301 - /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL

2004-12-24 Thread stas
Author: stas Date: Fri Dec 24 13:21:15 2004 New Revision: 123301 URL: http://svn.apache.org/viewcvs?view=revrev=123301 Log: Apache-Test/META.yml is excluded from mp2 distro to make PAUSE indexer happy, but then perl Makefile.PL complains about a missing META.yml, so autogenerate it if it wasn't

svn commit: r122987 - /httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Changes /httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/Makefile.PL

2004-12-21 Thread stas
Author: stas Date: Tue Dec 21 13:10:47 2004 New Revision: 122987 URL: http://svn.apache.org/viewcvs?view=revrev=122987 Log: Fix Makefile.PL to make sure that MakeMaker won't descend into Apache-TestMe. NORECURS doesn't work in older MM versions, so use the DIR attr as a workaround Modified

svn commit: r122798 - /httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL

2004-12-20 Thread stas
Author: stas Date: Sun Dec 19 19:41:37 2004 New Revision: 122798 URL: http://svn.apache.org/viewcvs?view=revrev=122798 Log: avoid warning: used only once: possible typo at ... Modified: httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL Modified: httpd/test/trunk/perl-framework/Apache

svn commit: r122807 - in httpd/test/trunk/perl-framework/Apache-Test: . Apache-TestItSelf Apache-TestItSelf/Apache-TestMe Apache-TestItSelf/Apache-TestMe/t Apache-TestItSelf/Apache-TestMe/t/basic Apache-TestItSelf/Apache-TestMe/t/conf Apache-TestItSelf/Apache-TestMe/t/response Apache-TestItSelf/Apache-TestMe/t/response/TestBasic Apache-TestItSelf/lib Apache-TestItSelf/lib/MyTest Apache-TestItSelf/sample Apache-TestItSelf/t

2004-12-20 Thread stas
Author: stas Date: Sun Dec 19 20:06:54 2004 New Revision: 122807 URL: http://svn.apache.org/viewcvs?view=revrev=122807 Log: add Apache-TestItSelf and Apache-TestMe sub-projects. Added: httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/ httpd/test/trunk/perl-framework/Apache

svn commit: r122813 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

2004-12-20 Thread stas
Author: stas Date: Sun Dec 19 21:26:52 2004 New Revision: 122813 URL: http://svn.apache.org/viewcvs?view=revrev=122813 Log: use debug() instead of error() to avoid noise Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Modified: httpd/test/trunk/perl-framework

svn commit: r122855 - /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

2004-12-20 Thread stas
Author: stas Date: Mon Dec 20 07:10:15 2004 New Revision: 122855 URL: http://svn.apache.org/viewcvs?view=revrev=122855 Log: refactor some dups into find_and_load_module() wrapper Contributed by: Chia-Liang Kao [EMAIL PROTECTED] Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes

svn commit: r122882 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm /httpd/test/trunk/perl-framework/Apache-Test/t/more/all.t

2004-12-20 Thread stas
Author: stas Date: Mon Dec 20 13:37:34 2004 New Revision: 122882 URL: http://svn.apache.org/viewcvs?view=revrev=122882 Log: cleanups Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm httpd/test/trunk/perl-framework/Apache-Test/t/more/all.t Modified: httpd/test/trunk

svn commit: r122883 - /httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/t/httpd_arg.t

2004-12-20 Thread stas
Author: stas Date: Mon Dec 20 13:47:29 2004 New Revision: 122883 URL: http://svn.apache.org/viewcvs?view=revrev=122883 Log: use a proper skip block Modified: httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/t/httpd_arg.t Modified: httpd/test/trunk/perl-framework/Apache-Test

svn commit: r122906 - in httpd/test/trunk/perl-framework/Apache-Test: . Apache-TestItSelf Apache-TestItSelf/Apache-TestMe Apache-TestItSelf/Apache-TestMe/t/basic Apache-TestItSelf/Apache-TestMe/t/conf Apache-TestItSelf/Apache-TestMe/t/response/TestBasic Apache-TestItSelf/t lib/Apache

2004-12-20 Thread stas
Author: stas Date: Mon Dec 20 15:42:20 2004 New Revision: 122906 URL: http://svn.apache.org/viewcvs?view=revrev=122906 Log: - fix a bug in A-T config generation, when a vhost entry was in autogenerated httpd.conf (e.g. coming from .pm file) and another from extra.conf.in. We used to have a ports

svn commit: r122719 - /httpd/test/trunk/perl-framework/Apache-Test /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/MANIFEST /httpd/test/trunk/perl-framework/Apache-Test/META.yml

2004-12-18 Thread stas
Author: stas Date: Sat Dec 18 12:10:02 2004 New Revision: 122719 URL: http://svn.apache.org/viewcvs?view=revrev=122719 Log: META.yml is now locally maintained. we need to tell PAUSE indexer not to try to index HTTP::Request::Common and warnings packages, which happen to be used by A-T Added

svn commit: r122599 - /httpd/test/trunk/perl-framework/Apache-Test/ToDo

2004-12-17 Thread stas
Author: stas Date: Thu Dec 16 15:55:15 2004 New Revision: 122599 URL: http://svn.apache.org/viewcvs?view=revrev=122599 Log: on linux most symbols are resolved on demand, but this is not the case with certain other platforms. so testing on linux may not detect some problems, exposed on other

svn commit: r111982 - /httpd/test/trunk/perl-framework/Apache-Test/ToDo

2004-12-15 Thread stas
Author: stas Date: Wed Dec 15 07:59:29 2004 New Revision: 111982 URL: http://svn.apache.org/viewcvs?view=revrev=111982 Log: - sometimes the server aborts completely after the test suite has run some of the tests (e.g. win32's server has crashed and no replacement is available), but the client

svn commit: r111983 - /httpd/test/trunk/perl-framework/Apache-Test/ToDo

2004-12-15 Thread stas
Author: stas Date: Wed Dec 15 08:08:52 2004 New Revision: 111983 URL: http://svn.apache.org/viewcvs?view=revrev=111983 Log: - general config: adjust Apache/TestConfig.pm not to write irrelevant httpd.conf sections (e.g. IfModule prefork.c for win32, and vice versa, A-T knows exactly what mpm

svn commit: r111992 - /httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL

2004-12-15 Thread stas
Author: stas Date: Wed Dec 15 08:31:24 2004 New Revision: 111992 URL: http://svn.apache.org/viewcvs?view=revrev=111992 Log: - override sub MY::libscan only if building A-T outside modperl2 - make this override compile-time Modified: httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL

svn commit: r111613 - /httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL /httpd/test/trunk/perl-framework/Apache-Test/RELEASE

2004-12-11 Thread stas
Author: stas Date: Sat Dec 11 11:12:34 2004 New Revision: 111613 URL: http://svn.apache.org/viewcvs?view=revrev=111613 Log: update release procedures/code to use svn Submitted by: gozer Modified: httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL httpd/test/trunk/perl-framework/Apache

svn commit: r111614 - /httpd/test/trunk/perl-framework/Apache-Test/Changes

2004-12-11 Thread stas
Author: stas Date: Sat Dec 11 11:15:10 2004 New Revision: 111614 URL: http://svn.apache.org/viewcvs?view=revrev=111614 Log: 1.17 release Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes Url: http://svn.apache.org

svn commit: r111619 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm

2004-12-11 Thread stas
Author: stas Date: Sat Dec 11 11:38:04 2004 New Revision: 111619 URL: http://svn.apache.org/viewcvs?view=revrev=111619 Log: move $VERSION to the top, so don't have to search it on update Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm Modified: httpd/test/trunk/perl

svn commit: r111215 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm

2004-12-08 Thread stas
Author: stas Date: Tue Dec 7 21:26:12 2004 New Revision: 111215 URL: http://svn.apache.org/viewcvs?view=revrev=111215 Log: document URL Manipulation Functions Contributed by: Christopher H. Laco [EMAIL PROTECTED] Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm

svn commit: r111218 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

2004-12-08 Thread stas
Author: stas Date: Tue Dec 7 21:52:19 2004 New Revision: 111218 URL: http://svn.apache.org/viewcvs?view=revrev=111218 Log: properly untaint path on win32 (different separator: ';') move the untaint code into its own wrapper: untaint_path() contributed by: Randy Kobes Modified: httpd/test

svn commit: r111221 - /httpd/test/trunk/perl-framework/Apache-Test/Changes

2004-12-08 Thread stas
Author: stas Date: Tue Dec 7 21:59:24 2004 New Revision: 111221 URL: http://svn.apache.org/viewcvs?view=revrev=111221 Log: log the last change Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes Url: http

svn commit: r111310 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm

2004-12-08 Thread stas
Author: stas Date: Wed Dec 8 12:41:15 2004 New Revision: 111310 URL: http://svn.apache.org/viewcvs?view=revrev=111310 Log: a few docs fixes Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache

svn commit: r110080 - /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm

2004-12-07 Thread stas
Author: stas Date: Mon Dec 6 21:19:39 2004 New Revision: 110080 URL: http://svn.apache.org/viewcvs?view=revrev=110080 Log: new wrapper Apache::TestRequest::module2url to simplify handling of vhosts in the client. Contributed by: Christopher H. Laco apache-test chrislaco.com Modified: httpd

svn commit: r110083 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm

2004-12-07 Thread stas
Author: stas Date: Mon Dec 6 21:32:43 2004 New Revision: 110083 URL: http://svn.apache.org/viewcvs?view=revrev=110083 Log: simplify Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm

svn commit: r109806 - /httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL

2004-12-04 Thread stas
Author: stas Date: Sat Dec 4 07:41:15 2004 New Revision: 109806 URL: http://svn.apache.org/viewcvs?view=revrev=109806 Log: tidy up Modified: httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL Modified: httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL Url: http://svn.apache.org

svn commit: r109816 - /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

2004-12-04 Thread stas
Author: stas Date: Sat Dec 4 09:39:25 2004 New Revision: 109816 URL: http://svn.apache.org/viewcvs?view=revrev=109816 Log: fix Apache::TestConfig::open_cmd to run properly under -T Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes httpd/test/trunk/perl-framework/Apache-Test

svn commit: r109725 - /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestTrace.pm

2004-12-03 Thread stas
Author: stas Date: Fri Dec 3 12:05:34 2004 New Revision: 109725 URL: http://svn.apache.org/viewcvs?view=revrev=109725 Log: Apache::TestTrace: don't export by default the 'todo' utility's symbol since it collides with Test::More Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes

svn commit: r109735 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestTrace.pm

2004-12-03 Thread stas
Author: stas Date: Fri Dec 3 15:33:17 2004 New Revision: 109735 URL: http://svn.apache.org/viewcvs?view=revrev=109735 Log: fix the breakage caused by the last commit Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestTrace.pm Modified: httpd/test/trunk/perl-framework

svn commit: r109451 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/Test.pm

2004-12-02 Thread stas
Author: stas Date: Wed Dec 1 21:17:21 2004 New Revision: 109451 URL: http://svn.apache.org/viewcvs?view=revrev=109451 Log: docs: be consistent at how need_* is invoked Contributed by: Christopher H. Laco [EMAIL PROTECTED] Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache

svn commit: r109452 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm

2004-12-02 Thread stas
Author: stas Date: Wed Dec 1 21:18:18 2004 New Revision: 109452 URL: http://svn.apache.org/viewcvs?view=revrev=109452 Log: document how to get cookies persist between requests Contributed by: Christopher H. Laco [EMAIL PROTECTED] Modified: httpd/test/trunk/perl-framework/Apache-Test/lib

svn commit: r109277 - in httpd/test/trunk/perl-framework/Apache-Test: . t/cgi-bin t/conf

2004-12-01 Thread stas
Author: stas Date: Tue Nov 30 20:23:14 2004 New Revision: 109277 URL: http://svn.apache.org/viewcvs?view=revrev=109277 Log: Add cookie jar tests Contributed by: Christopher H. Laco [EMAIL PROTECTED] Added: httpd/test/trunk/perl-framework/Apache-Test/t/cgi-bin/ httpd/test/trunk/perl

svn commit: r109387 - /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

2004-12-01 Thread stas
Author: stas Date: Wed Dec 1 14:28:00 2004 New Revision: 109387 URL: http://svn.apache.org/viewcvs?view=revrev=109387 Log: Tweak the handling of mp2 source build case in Apache::TestConfig::httpd_config(), apparently mp2 source build doesn't always know where httpd/apxs are, so we need to give

svn commit: r109235 - /httpd/test/trunk/perl-framework/Apache-Test/t/redirect.t

2004-11-30 Thread stas
Author: stas Date: Tue Nov 30 11:50:03 2004 New Revision: 109235 URL: http://svn.apache.org/viewcvs?view=revrev=109235 Log: correct the plan's need rules Modified: httpd/test/trunk/perl-framework/Apache-Test/t/redirect.t Modified: httpd/test/trunk/perl-framework/Apache-Test/t/redirect.t Url

svn commit: r106961 - /httpd/test/trunk/perl-framework/Apache-Test

2004-11-29 Thread stas
Author: stas Date: Mon Nov 29 14:23:12 2004 New Revision: 106961 URL: http://svn.apache.org/viewcvs?view=revrev=106961 Log: ignore Makefile.old Modified: httpd/test/trunk/perl-framework/Apache-Test/ (props changed)

svn commit: r106733 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

2004-11-27 Thread stas
Author: stas Date: Sat Nov 27 08:52:42 2004 New Revision: 106733 URL: http://svn.apache.org/viewcvs?view=revrev=106733 Log: LockFile is not available to all mpms Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Modified: httpd/test/trunk/perl-framework/Apache

svn commit: r106576 - /httpd/test/trunk/perl-framework/Apache-Test/Changes /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRun.pm

2004-11-25 Thread stas
Author: stas Date: Thu Nov 25 06:57:40 2004 New Revision: 106576 URL: http://svn.apache.org/viewcvs?view=revrev=106576 Log: Don't run interactive prompts when STDIN is closed Modified: httpd/test/trunk/perl-framework/Apache-Test/Changes httpd/test/trunk/perl-framework/Apache-Test/lib

svn commit: r106362 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestReport.pm

2004-11-24 Thread stas
Author: stas Date: Tue Nov 23 16:20:51 2004 New Revision: 106362 Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestReport.pm Log: clean whitespace Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestReport.pm Url: http://svn.apache.org/viewcvs/httpd/test

svn commit: r106315 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm

2004-11-23 Thread stas
Author: stas Date: Tue Nov 23 09:05:01 2004 New Revision: 106315 Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm Log: cleanup the noise Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestMM.pm Url: http://svn.apache.org/viewcvs/httpd/test/trunk

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

2004-11-04 Thread stas
stas2004/11/03 21:05:00 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: bug fix: core file incremental scan was broken Revision ChangesPath 1.184 +6 -6 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

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

2004-10-29 Thread stas
stas2004/10/28 16:03:29 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: no, it takes four :( get rid of the tab Revision ChangesPath 1.254 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Index: TestConfig.pm

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

2004-10-28 Thread stas
stas2004/10/28 15:43:22 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: launder the right variable: $custom_config_path, thanks geoff! Revision ChangesPath 1.191 +3 -0 httpd-test/perl

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

2004-10-28 Thread stas
stas2004/10/28 15:59:09 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: it takes three attempts to commit 1 line patch Revision ChangesPath 1.253 +2 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Index

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

2004-10-18 Thread stas
stas2004/10/18 15:13:35 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: doc fix Submitted by: Boris Zentner [EMAIL PROTECTED] Revision ChangesPath 1.100 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRequest.pm Index

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

2004-09-30 Thread stas
stas2004/09/29 20:32:13 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestHandler.pm TestRequest.pm Log: improve the same_interpreter framework to handle response failures while trying to init and later

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

2004-09-29 Thread stas
stas2004/09/28 16:25:21 Modified:perl-framework/Apache-Test/lib/Apache Test.pm Log: explain why one needs to use need c1, c2, c3 and not c1 c2 c3 in the skip rule Revision ChangesPath 1.102 +21 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm

cvs commit: httpd-test/perl-framework/Apache-Test Makefile.PL

2004-09-27 Thread stas
stas2004/09/26 21:16:22 Modified:perl-framework/Apache-Test Makefile.PL Log: a sub-dir Makefile.PL can't have the same function name as the top-level Makefile.PL :( Revision ChangesPath 1.24 +8 -11 httpd-test/perl-framework/Apache-Test/Makefile.PL

cvs commit: httpd-test/perl-framework/Apache-Test Makefile.PL Changes

2004-09-25 Thread stas
stas2004/09/24 18:16:49 Modified:perl-framework/Apache-Test Makefile.PL Changes Log: make sure that 'make distclean' cleans all the autogenerated files Revision ChangesPath 1.22 +12 -0 httpd-test/perl-framework/Apache-Test/Makefile.PL Index: Makefile.PL

cvs commit: httpd-test/perl-framework/Apache-Test Makefile.PL

2004-09-25 Thread stas
stas2004/09/24 18:51:03 Modified:perl-framework/Apache-Test Makefile.PL Log: Makefile.old doesn't get cleaned up by MakeMaker when A-T is a sub-dir of mp2 checkout Revision ChangesPath 1.23 +1 -0 httpd-test/perl-framework/Apache-Test/Makefile.PL

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

2004-09-23 Thread stas
stas2004/09/22 17:34:57 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: make sure that if -maxclients option is passed on the command line, minclients will never be bigger than that value Revision

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

2004-09-22 Thread stas
stas2004/09/21 16:47:13 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: -T disallows any relative directories in the PATH, not only .. besides the previous cleanup pattern was not so good, which was my fault :) Revision ChangesPath 1.247 +3 -3

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-09-17 Thread stas
stas2004/09/17 11:24:14 Modified:perl-framework/Apache-Test/lib/Apache TestHarness.pm perl-framework/Apache-Test Changes Log: Allow / \ and \\ path delimiters in SKIP file Submitted by: Markus Wichitill [EMAIL PROTECTED] Revision ChangesPath 1.20

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

2004-09-05 Thread stas
stas2004/09/05 09:30:30 Modified:perl-framework/Apache-Test Changes Makefile.PL perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: don't allow running an explicit 'perl Makefile.PL', when Apache-Test is checked out into the modperl-2.0 tree, since

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

2004-08-28 Thread stas
stas2004/08/28 08:05:32 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: use 'or die' to avoid warnings due to possible overrides of die (better than calling CORE::die) Revision ChangesPath 1.181 +4 -6 httpd-test/perl-framework/Apache-Test

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-08-27 Thread stas
stas2004/08/26 17:51:55 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm perl-framework/Apache-Test Changes Log: Make sure that when Apache-Test is a part of modperl-2.0 checkout, the interactive configuration is properly run (it must not be run when

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

2004-08-27 Thread stas
stas2004/08/26 18:03:55 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: a bug to fix Revision ChangesPath 1.243 +1 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Index: TestConfig.pm

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-08-20 Thread stas
stas2004/08/20 11:18:41 Modified:perl-framework/Apache-Test Changes Log: 1.13 release Revision ChangesPath 1.157 +1 -1 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

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

2004-08-20 Thread stas
stas2004/08/20 11:25:53 Modified:perl-framework/Apache-Test Changes RELEASE perl-framework/Apache-Test/lib/Apache Test.pm Log: start the 1.14 dev cycle Revision ChangesPath 1.158 +6 -0 httpd-test/perl-framework/Apache-Test/Changes Index

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

2004-08-16 Thread stas
stas2004/08/15 16:19:57 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: something to be done Revision ChangesPath 1.239 +2 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Index: TestConfig.pm

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

2004-08-11 Thread stas
stas2004/08/11 01:20:54 Modified:perl-framework/Apache-Test/lib/Apache Test.pm Log: document the newly added wrapper Revision ChangesPath 1.98 +9 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm Index: Test.pm

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

2004-08-11 Thread stas
stas2004/08/11 11:42:56 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: skip ssl cleanup if there is httpd config Revision ChangesPath 1.237 +4 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Index: TestConfig.pm

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

2004-08-09 Thread stas
stas2004/08/08 23:22:06 Modified:perl-framework/Apache-Test/lib/Apache Test.pm Log: fix the basic_config cache Revision ChangesPath 1.97 +4 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm Index: Test.pm

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

2004-08-09 Thread stas
stas2004/08/09 13:50:14 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: split exit_opts into those that need to know about httpd and those that don't. run those at the appropriate timing. so now -debug and -ping should work again Revision ChangesPath

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

2004-08-07 Thread stas
stas2004/08/06 19:21:47 Modified:perl-framework/Apache-Test/lib/Apache Test.pm Log: explain the reason for no warnings qw(numeric); Revision ChangesPath 1.94 +2 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm Index: Test.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test.pm TestBuild.pm TestConfig.pm TestMB.pm TestMM.pm TestReport.pm TestRun.pm TestSmoke.pm

2004-08-07 Thread stas
stas2004/08/06 19:56:27 Modified:perl-framework/Apache-Test/lib/Apache Test.pm TestBuild.pm TestConfig.pm TestMB.pm TestMM.pm TestReport.pm TestRun.pm TestSmoke.pm Log: add basic_config wrapper, which gets the config object w/o

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

2004-08-06 Thread stas
stas2004/08/06 11:20:42 Modified:perl-framework/Apache-Test Changes Makefile.PL perl-framework/Apache-Test/lib/Apache TestConfig.pm TestConfigPerl.pm TestRun.pm TestServer.pm Log: move the custom config code into Apache::TestConfig, split

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

2004-08-06 Thread stas
stas2004/08/06 14:43:23 Modified:perl-framework/Apache-Test/lib/Apache Test.pm TestConfig.pm TestRun.pm Log: better split of the Apache::TestConfig-new in two parts Revision ChangesPath 1.92 +1 -1 httpd-test/perl-framework/Apache

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

2004-08-05 Thread stas
stas2004/08/05 12:08:26 Modified:perl-framework/Apache-Test/lib/Apache TestRunPerl.pm Log: version string already contains 'Apache/' prefix Revision ChangesPath 1.19 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRunPerl.pm Index

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

2004-07-12 Thread stas
stas2004/07/12 12:03:57 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: restore the order the debug tracing is done, expected followed by actual Revision ChangesPath 1.41 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm

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

2004-07-06 Thread stas
stas2004/07/06 00:56:12 Modified:perl-framework/Apache-Test/lib/Apache TestMB.pm Log: use generate_script sub name Submitted by: David Wheeler Revision ChangesPath 1.3 +2 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/TestMB.pm Index

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-06-27 Thread stas
stas2004/06/27 11:46:03 Modified:perl-framework/Apache-Test/lib/Apache TestReportPerl.pm perl-framework/Apache-Test Changes Log: Force projects that use Apache::TestReportPerl to implement report_to() if they use t/REPORT in their projects. Revision

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-06-23 Thread stas
stas2004/06/23 08:51:16 Modified:perl-framework/Apache-Test Changes Added: perl-framework/Apache-Test/lib/Apache TestMB.pm Log: Add support for Module::Build, with a new module: Apache::TestMB (a clone of Apache::TestMM for ExtUtils::MakeMaker). Submitted by: David

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-05-28 Thread stas
stas2004/05/27 19:07:35 Modified:perl-framework/Apache-Test Changes Log: whitespace separator Revision ChangesPath 1.137 +2 -0 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-05-26 Thread stas
stas2004/05/25 19:14:36 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm perl-framework/Apache-Test Changes Log: Tweak Apache::TestRun to support test filenames starting with /(.\\)?t\\/ prefixes, windows style (needed for t/SMOKE) Revision

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

2004-05-20 Thread stas
stas2004/05/20 11:56:32 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: add a dummy config for the tmp rev 0 before we get a change to get the real server and its revision Revision ChangesPath 1.224 +4 -0 httpd-test/perl-framework/Apache

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

2004-04-19 Thread stas
stas2004/04/18 19:38:58 Modified:perl-framework/Apache-Test Changes RELEASE perl-framework/Apache-Test/lib/Apache Test.pm Log: start a new dev track: 1.11-dev Revision ChangesPath 1.126 +6 -0 httpd-test/perl-framework/Apache-Test/Changes

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

2004-04-16 Thread stas
stas2004/04/16 12:47:42 Modified:perl-framework/Apache-Test/lib/Apache TestMM.pm TestRun.pm Log: @Apache::TestMM::Argv has to be reusable, so don't empty it Revision ChangesPath 1.34 +2 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestMM.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm TestConfigParse.pm TestRun.pm

2004-04-16 Thread stas
stas2004/04/16 13:29:23 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestConfig.pm TestConfigParse.pm TestRun.pm Log: Quote and escape the executables in the shell calls Revision ChangesPath

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

2004-04-12 Thread stas
stas2004/04/12 11:09:14 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: actually in this case () aren't needed Revision ChangesPath 1.36 +1 -3 httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm Index: TestUtil.pm

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-04-07 Thread stas
stas2004/04/07 15:11:58 Modified:perl-framework/Apache-Test/lib/Apache TestConfigParse.pm perl-framework/Apache-Test Changes Log: Support continuous configuration line when parsing the inherited configuration file Revision ChangesPath 1.45 +9 -0

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-04-05 Thread stas
stas2004/04/04 21:35:21 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm TestConfig.pm perl-framework/Apache-Test Changes Log: Don't try to set ulimit unlimited for coredumps on Solaris, unless run as root Submitted by: Rob

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm TestConfigParse.pm

2004-04-02 Thread Stas Bekman
). __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http

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

2004-03-31 Thread stas
stas2004/03/31 00:35:48 Modified:perl-framework/Apache-Test/lib/Apache TestRunPerl.pm Log: make CPAN.pm's r() version scanner happy Revision ChangesPath 1.18 +3 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRunPerl.pm Index: TestRunPerl.pm

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-03-26 Thread stas
stas2004/03/25 17:17:08 Modified:perl-framework/Apache-Test/lib/Apache TestMM.pm perl-framework/Apache-Test Changes Log: explain where to get the list of config options suitable for passing to Makefile.PL, and their usage Submitted by: David Wheeler [EMAIL

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-03-25 Thread stas
stas2004/03/24 17:31:29 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm perl-framework/Apache-Test Changes Log: Add a virtual method Apache::TestRun::pre_configure, and fix the documentation to say that subclasses must not forget to run

cvs commit: httpd-test/perl-framework/Apache-Test ToDo

2004-03-16 Thread stas
stas2004/03/16 10:10:14 Modified:perl-framework/Apache-Test ToDo Log: todo Revision ChangesPath 1.9 +7 -0 httpd-test/perl-framework/Apache-Test/ToDo Index: ToDo === RCS file: /home

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-03-10 Thread stas
stas2004/03/09 23:03:31 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm perl-framework/Apache-Test Changes Log: make the project's test suite relocatable, handling the case where after Apache-Test configuration was created and not cleaned up before

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

2004-03-10 Thread stas
stas2004/03/09 23:09:24 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: restore %INC before returning Revision ChangesPath 1.159 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-03-09 Thread stas
stas2004/03/08 22:31:05 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm perl-framework/Apache-Test Changes Log: t_server_log_error_is_expected t_server_log_warn_is_expected t_client_log_error_is_expected t_client_log_warn_is_expected now support

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-03-09 Thread stas
stas2004/03/09 12:43:54 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm perl-framework/Apache-Test Changes Log: When running as 'root' make the client side drop the root permissions and run with the same permissions as the server side (e.g. nobody

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-03-09 Thread stas
stas2004/03/09 12:45:01 Modified:perl-framework/Apache-Test Changes Log: add some white space between releases Revision ChangesPath 1.109 +20 -0 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-03-08 Thread stas
stas2004/03/08 15:44:28 Modified:perl-framework/Apache-Test/lib/Apache TestHandler.pm perl-framework/Apache-Test Changes Log: remove the dependency on APR::UUID (i.e. mod_perl 2.0) in the same_interpreter framework (use plain time/rand/$$ concatenation

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-03-08 Thread stas
stas2004/03/08 15:46:18 Modified:perl-framework/Apache-Test Changes Log: 1.09 release Revision ChangesPath 1.105 +1 -1 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

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 httpd-test/perl-framework/Apache-Test/lib

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-03-02 Thread stas
stas2004/03/02 09:49:37 Modified:perl-framework/Apache-Test/lib/Apache TestConfigC.pm perl-framework/Apache-Test Changes Log: c-modules build errors are no longer ignored Revision ChangesPath 1.25 +5 -2 httpd-test/perl-framework/Apache-Test

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-02-25 Thread stas
stas2004/02/24 18:27:33 Modified:perl-framework/Apache-Test Changes Log: APACHE_TEST_1_08 release Revision ChangesPath 1.95 +1 -1 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

  1   2   3   >