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 TestRun.pm TestServer.pm

2004-09-23 Thread geoff
geoff 2004/09/22 16:14:30 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestRun.pm TestServer.pm Log: add -one-process runtime argument, which will start the server in single-server mode (httpd -X in

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

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 TestRun.pm

2004-05-06 Thread geoff
geoff 2004/05/05 18:10:22 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: make sure that die() messages from Test::Harness::_show_results() make it back to the user, particularly the summary printed when some tests fail Revision ChangesPath 1.167

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

2004-05-06 Thread geoff
geoff 2004/05/05 18:19:17 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: fix comment gibberish Revision ChangesPath 1.168 +3 -3 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

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

2004-03-11 Thread randyk
randyk 2004/03/10 22:12:09 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: Reviewed by: stas Win32 can't do in-place file edits without a backup. Revision ChangesPath 1.160 +2 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm

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/lib/Apache TestRun.pm

2004-02-19 Thread stas
stas2004/02/18 22:41:36 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: be safe Revision ChangesPath 1.151 +1 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

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

2004-02-19 Thread stas
stas2004/02/19 11:52:52 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: if we are already reconfigure, don't run extra checks whether we need to reconfigure Revision ChangesPath 1.152 +6 -3

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

2004-02-03 Thread stas
stas2004/02/02 16:23:34 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: can't load FindBin at compile time as it affects programs, whose $0 is not necessarily executable (registry scripts loading Apache::Test), when FindBin croaks. So move it to 'require

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

2004-01-18 Thread stas
stas2004/01/18 00:08:39 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestRun.pm Log: if $self-{reconfigure} is true, make sure to perform a complete reconfiguration, to solve the bug where conf.in files weren't reparsed and

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

2004-01-14 Thread randyk
randyk 2004/01/13 20:21:46 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: On Win32, search for Apache/Apache2 as the name of the httpd binary, rather than apache/apache2. Revision ChangesPath 1.139 +5 -2

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

2004-01-11 Thread randyk
randyk 2004/01/11 07:22:11 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: Revert change to search for Apache/Apache2 for the benefit of Win32, rather than apache/apache2, as the latter is required for Unix. Revision ChangesPath 1.137 +2 -2

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

2004-01-11 Thread randyk
randyk 2004/01/11 07:25:12 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: Run t/TEST as $^X t/TEST, for the benefit of Win32. Revision ChangesPath 1.138 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

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

2004-01-08 Thread stas
stas2004/01/07 20:53:00 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: custom config overriding can't be part of new_test_config since it gets overriden in t/TEST, so move it into a separate sub custom_config_add_conf_opts, called from run() Revision

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

2004-01-08 Thread stas
stas2004/01/07 20:53:22 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: simplify Revision ChangesPath 1.134 +2 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

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

2004-01-08 Thread stas
stas2004/01/07 20:54:06 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: new_test_config doesn't need $self-{conf_opts} passed as an argument, it can get it by itself Revision ChangesPath 1.135 +1 -1

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

2003-12-19 Thread stas
stas2003/12/19 01:12:12 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: if the test suite was aborted because of a user-error we don't want to call the bugreport and invite users to submit a bug report - after all it's a user error. but we still want the

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

2003-12-19 Thread stas
stas2003/12/19 01:12:28 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: fix comment Revision ChangesPath 1.130 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

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

2003-12-16 Thread stas
stas2003/12/16 12:24:15 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: to get the process fully drop privs, ensure that the call to setgroups() with an empty list is done Revision ChangesPath 1.125 +3 -2

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

2003-12-16 Thread stas
stas2003/12/16 12:48:12 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: verify the EUID as well Revision ChangesPath 1.127 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

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

2003-11-16 Thread geoff
geoff 2003/11/16 11:16:19 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestRun.pm Log: added bugreport and file argument options to Apache::TestRun::generate_script() Revision ChangesPath 1.65 +3 -0

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

2003-10-21 Thread stas
stas2003/10/20 17:45:00 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: speedup the core scan function, by telling File::Find not to chdir into sub-dirs Revision ChangesPath 1.117 +11 -6

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

2003-10-21 Thread stas
stas2003/10/20 18:18:53 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm TestSmoke.pm Log: an optional core scanning of only t/ dir (used by TestSmoke) Revision ChangesPath 1.118 +24 -7

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

2003-09-12 Thread stas
stas2003/09/11 19:21:32 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: scan_core_incremental is currently used by TestSmoke.pm, but put it here where all the scanners are (the cache lives in this package file's scope as well) Revision ChangesPath

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

2003-07-22 Thread stas
stas2003/07/22 04:06:18 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: now it's possible to move the whole distro to a new dir and there is no need to run t/TEST -conf to make it update the new top-dir Revision ChangesPath 1.112 +3 -0

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

2003-07-22 Thread stas
stas2003/07/22 04:21:37 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: document the pre_configure() method Revision ChangesPath 1.113 +47 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

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

2003-01-31 Thread stas
stas2003/01/30 16:53:45 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: # handle the cases when the test suite is run under 'root': # # 1. When user 'bar' is chosen to run Apache with, files and dirs #created by 'root' might be not writable/readable by

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

2002-12-11 Thread stas
stas2002/12/11 09:26:07 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: ensure that a core file is a file, before complaining Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: stas Revision ChangesPath 1.97 +2 -0

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

2002-05-30 Thread dougm
dougm 02/05/29 22:41:58 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: better adjustment of $^X Revision ChangesPath 1.92 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

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

2002-03-07 Thread stas
stas02/03/06 21:20:18 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: - add a command line interface for changing tracing level Revision ChangesPath 1.86 +14 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index:

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

2002-01-16 Thread stas
stas02/01/16 09:05:20 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: - preserve word word1-like tokens in ARGV when restarting the test suite for setting ulimit Revision ChangesPath 1.85 +3 -1

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

2002-01-10 Thread dougm
dougm 02/01/09 21:34:09 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: make t/TEST -d lwp work again Revision ChangesPath 1.84 +3 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

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

2002-01-06 Thread stas
stas02/01/05 22:55:57 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: - use exec() to call itself for setting ulimit (this solves the lost status problem). - direct all exit() calls in PerlRun.pm into one place, for two reasons: + Enable easier debug

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

2002-01-06 Thread stas
stas02/01/05 23:08:05 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: - run the END block only in the parent. (so we won't get the core_scan happening both in the parent and the forked child processes) Revision ChangesPath 1.82 +3 -1

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

2001-12-31 Thread stas
stas01/12/30 22:16:07 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: - s/scan/scan_core/ for consistency with warn_core - don't complain aloud when a core file from an earlier tests run is found Revision ChangesPath 1.77 +18 -6

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

2001-12-31 Thread stas
stas01/12/30 22:18:52 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: s/error/info/ warnings level when an old core file is found at the startup (because it's *not* an error for the current test) Revision ChangesPath 1.78 +1 -1

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

2001-12-22 Thread dougm
dougm 01/12/21 18:28:27 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: update remote_addr var in the config cache if it has changed Revision ChangesPath 1.76 +8 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index:

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

2001-12-14 Thread dougm
dougm 01/12/14 01:20:00 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: dont configure() during -clean Revision ChangesPath 1.74 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

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

2001-12-14 Thread dougm
dougm 01/12/14 10:12:25 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: unless $self-{opts}-{clean} condition should apply to the whole 'eval {$self-configure} if [EMAIL PROTECTED]' otherwise it is possible that $@ will be set from the previous eval.

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

2001-11-13 Thread dougm
dougm 01/11/13 13:05:44 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: treat 't/TEST ./t/foo.t' same as 't/TEST t/foo.t' Submitted by:Tatsuhiko Miyagawa [EMAIL PROTECTED] Reviewed by: dougm Revision ChangesPath 1.68 +1 -1