Log of /perl/Apache-Test/trunk/Changes
Parent Directory
|
Revision Log
Revision
728811 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 22 22:20:57 2008 UTC
(11 months ago)
by
pgollucci
File length: 38346 byte(s)
Diff to
previous 677266
(
colored)
Fix broken tests due to a bug in libwww-perl 5.820.
t/hooks/authz....
1..4
# Running under perl version 5.010000 for linux
# Current time local: Mon Dec 22 10:34:54 2008
# Current time GMT: Mon Dec 22 16:34:54 2008
# Using Test.pm version 1.25
# Using Apache/Test.pm version 1.31
ok 1
ok 2
ok 3
not ok 4
# Failed test 4 in t/hooks/authz.t at line 19
Reported by: Gunnar Wolf <gwolf@gwolf.org>
Submited by: Niko Tyni <ntyni@debian.org>
Reviewed by: pgollucci
Message Id: <20081222211400.GA3956@rebekka>
Revision
655659 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon May 12 21:46:50 2008 UTC
(18 months, 2 weeks ago)
by
pgollucci
File length: 37985 byte(s)
Diff to
previous 598393
(
colored)
PR: 32994
Submitted by: MAHEX <MAHEX@cpan.org>
Reviewed by: pgollucci
Tweaked by: pgollucci
Don't over write php.ini if it already exists
Revision
590575 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 31 07:15:30 2007 UTC
(2 years ago)
by
gozer
File length: 37781 byte(s)
Diff to
previous 551925
(
colored)
Teach Apache::TestConfig to generate valid PHP comments
<?php /* */ ?> when generating PHP files from t/conf/*.php.in
Revision
439226 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 1 08:06:43 2006 UTC
(3 years, 2 months ago)
by
pgollucci
File length: 37323 byte(s)
Diff to
previous 439224
(
colored)
Teach Apache::TestClient to encode spaces(' ') in query string of URLs
as %20. This is not a full mapping of ASCII to URL encoding.
If you need this, install LWP -- then Apache-Test will use
LWP -- which does this for you.
Revision
439224 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 1 07:54:05 2006 UTC
(3 years, 2 months ago)
by
pgollucci
File length: 37077 byte(s)
Diff to
previous 429216
(
colored)
Allow Apache::TestClient which is used when LWP is not installed
to accept mutiple headers of the same name.
Revision
429216 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 7 00:15:05 2006 UTC
(3 years, 3 months ago)
by
pgollucci
File length: 36946 byte(s)
Diff to
previous 421115
(
colored)
Add functions:
o t_start_error_log_watch()
o t_finish_error_log_watch()
Submitted by: Torsten Foertsch <torsten.foertsch@gmx.net>
Message ID: <200608032151.06354.torsten.foertsch@gmx.net>
Reviewed by: pgollucci
Revision
384389 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 9 00:35:31 2006 UTC
(3 years, 8 months ago)
by
geoff
File length: 36334 byte(s)
Diff to
previous 379804
(
colored)
the -t_pid_file code resulted in confusing and fatal error message
for people using stale 1.27 configurations. so take steps to make
sure things continue to work
Revision
371931 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 24 14:36:29 2006 UTC
(3 years, 10 months ago)
by
geoff
File length: 36016 byte(s)
Diff to
previous 358859
(
colored)
this one has been bugging me for as long as I can remember...
previously, if you had something like
plan tests => 4, need need_cgi,
need_min_module_version CGI => 3.16);
and calls _other_ than need_cgi() failed you would get
a misleading skip message like
all skipped: cannot find module 'cgi',
CGI version 3.16 or higher is required
due to the way the need_cgi() (and other) aliases
simply iterated over the stuff they checked.
this fixes that so that the message becomes
all skipped: CGI version 3.16 or higher is required
if either mod_cgi or mod_cgid were found, and
all skipped: cannot find one of 'cgi' or 'cgid',
CGI version 3.16 or higher is required
if neither mod_cgi nor mod_cgid were found.
similarly for need_php(), need_php4(), need_access(),
and need_auth()
Revision
357762 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 19 19:29:58 2005 UTC
(3 years, 11 months ago)
by
stas
File length: 35816 byte(s)
Diff to
previous 357760
(
colored)
If perlpath is longer than 62 chars, some shells on certain platforms
won't be able to run the shebang line, so when seeing a long perlpath
use the eval workaround
Submitted by: Mike Smith <mike@mailchannels.com>
Revision
330816 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 4 14:57:45 2005 UTC
(4 years ago)
by
geoff
File length: 35516 byte(s)
Diff to
previous 330319
(
colored)
remove the mod_perl.pm entry from %INC after Apache::Test finishes
initializing itself. because both mp1 and mp2 share the entry,
leaving it around means that Apache::Test might prevent later modules
from loading the real mod_perl module they're interested in, leading
to bad things
Revision
330055 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 1 13:48:36 2005 UTC
(4 years ago)
by
geoff
File length: 35116 byte(s)
Diff to
previous 329349
(
colored)
Devel::Cover magic is now fully integrated. no more modperl_extra.pl
or extra.conf.in fiddling - 'make testcover' should be all you need
to do now
Revision
327760 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 23 07:36:59 2005 UTC
(4 years, 1 month ago)
by
stas
File length: 34825 byte(s)
Diff to
previous 327074
(
colored)
Adjust Apache::TestConfig::add_inc to add lib/ in separate call to
lib::->import at the very end of @INC manipulation to ensure it'll be
on top of @INC. For some reason lib has changed to add directories in
a different order than it did before.
Revision
314992 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 12 18:42:09 2005 UTC
(4 years, 1 month ago)
by
geoff
File length: 34539 byte(s)
Diff to
previous 293485
(
colored)
localize ScriptSock directive to always point to t/logs/cgisock
regardless of inherited and custom mod_cgid settings
Revision
233258 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 17 20:24:24 2005 UTC
(4 years, 3 months ago)
by
stas
File length: 33931 byte(s)
Diff to
previous 225139
(
colored)
some people have their Apache user/group names include spaces, so fix
the autogenerated httpd.conf to quote the two.
Revision
220325 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 22 14:17:48 2005 UTC
(4 years, 4 months ago)
by
geoff
File length: 33776 byte(s)
Diff to
previous 220144
(
colored)
more remnants of Apache2.pm-type logic...
make sure that simply a require of mp2 things doesn't
mean that we're running in a mp2 environment
similar to matt's trouble, I couldn't even configure
a mp1 static build without mod_so since when -apxs
wasn't specified it was resorting to Apache2::Build
to find it, which pulled apxs from my mp2 build.
Revision
179269 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 31 20:17:43 2005 UTC
(4 years, 5 months ago)
by
geoff
File length: 33426 byte(s)
Diff to
previous 178233
(
colored)
provide $Apache::TestUtil::DEBUG_OUTPUT as target for t_debug()
statements, defaulting to STDOUT. this allows for changing
t_debug() to STDERR when using functions like t_write_file()
from within handler() server-side tests
Revision
178233 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 24 18:35:48 2005 UTC
(4 years, 6 months ago)
by
stas
File length: 33181 byte(s)
Diff to
previous 171055
(
colored)
adjust need_module()/have_module() to not try to require a module if
it was explicitly passed with a .c extension. in certain cases this
prevents a fatal error (e.g. trying to call
Apache::Test::have_module('mod_alias.c') from the <Perl>
sections.
Revision
170626 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 17 17:57:48 2005 UTC
(4 years, 6 months ago)
by
stas
File length: 32896 byte(s)
Diff to
previous 168087
(
colored)
When adding TypesConfig directives (either inherited from the global
httpd.conf or from the locally generated mime.types) make sure to
enclose it in <IfModule mod_mime.c>..</IfModule>, since mod_mime might
be unavailable.
Revision
164920 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 27 00:00:11 2005 UTC
(4 years, 7 months ago)
by
stas
File length: 32621 byte(s)
Diff to
previous 164908
(
colored)
Fix Apache::TestRequest::hostport to return the default host:port
string if $Apache::TestRequest::Module is 'default' or undef
Revision
153572 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 12 22:51:45 2005 UTC
(4 years, 9 months ago)
by
stas
File length: 31743 byte(s)
Diff to
previous 153442
(
colored)
fix Apache::TestConfig (was missing 'use lib' before using
lib::import) [William McKee <william@knowmad.com>]
Revision
153133 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 9 23:45:39 2005 UTC
(4 years, 9 months ago)
by
geoff
Original Path:
perl/Apache-Test/Changes
File length: 31632 byte(s)
Diff to
previous 152911
(
colored)
TestConfigPerl will now configure mod_perl last, giving mod_perl
highest priority throughout the httpd lifecycle.
additionally skip over loading Embperl.so, which seems to be the
historical reason for loading mod_perl before all other modules.
users wanting to test Embperl functionality can write their own
Apache::TestConfig subclass to handle Embperl and mod_perl ordering
issues.
Revision
122906 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 20 23:42:20 2004 UTC
(4 years, 11 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 30260 byte(s)
Diff to
previous 122855
(
colored)
- 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 collision, since extra.conf
wasn't reparsed and the same port was getting assigned to more than
one vhost entry, preventing server startup:
default_ VirtualHost overlap on port 8530, the first has precedence
(98)Address already in use: make_sock: could not bind to address
0.0.0.0:8530 no listening sockets available, shutting down
could be reproduced with t/TEST -conf followed by t/TEST -maxclients 1
in the mp2 test suite (or the new Apache-TestMe test suite, which now
includes a special setup for this bug).
- added a test reproducing this problem in Apache-TestItSelf
- added the setup required to reproduce this problem in Apache-TestMe
Revision
105611 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 27 18:00:37 2004 UTC
(5 years, 1 month ago)
by
theory
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 27380 byte(s)
Diff to
previous 105566
(
colored)
Separated the $RedirectOK package variable from the setting of
the same information by passing the "requests_redirectable"
parameter to the user_agent() method. This allows us to keep
finer control over when the module sets the value and when the
user sets the value. Done by adding a separate $REDIR lexical
variable to handle when it is set internally. I hope I've added
enough comments to make it clear to future hackers of this
crazy module how it's supposed to work.
Revision
105121 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 14 19:42:20 2004 UTC
(5 years, 2 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 24839 byte(s)
Diff to
previous 105014
(
colored)
Apache::TestSmoke imrovements:
o the command line option -iterations=N should always be respected
(previously it was internally overriden for order!='random').
o since IPC::Run3 broke the Ctrl-C handler, we started to loose any
intermediate results, should the run be aborted. So for now, try to
always store those results in the temp
smoke-report...$iter.temp
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
105014 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 5 16:30:30 2004 UTC
(5 years, 2 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 24450 byte(s)
Diff to
previous 104979
(
colored)
don't allow running an explicit 'perl Makefile.PL', when Apache-Test
is checked out into the modperl-2.0 tree, since it then decides that
it's a part of the modperl-2.0 build and will try to use modperl
httpd/apxs arguments which could be unset or wrong
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
104519 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 6 18:20:42 2004 UTC
(5 years, 3 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 23813 byte(s)
Diff to
previous 104496
(
colored)
move the custom config code into Apache::TestConfig, split the config
object creation in 2 parts - first not requiring the knowledge of
httpd location, the second requiring one, refactor the custom config
interactive prompting into the second phase, if failed to find
httpd. Reshuffle the code to run first bits not requiring the
knowledge of httpd location.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
104454 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 2 19:00:05 2004 UTC
(5 years, 3 months ago)
by
geoff
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 23153 byte(s)
Diff to
previous 104434
(
colored)
add need() and need_* variant functions (need_module(), need_apache(),
etc) for use specifically with plan() to decide whether or not a test
should run. have_* variants (have_module(), have_apache(), etc) are
now specifically for use outside of plan(), although they can continue
to be used within plan() without fear of current tests breaking.
Revision
104091 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 30 02:15:02 2004 UTC
(5 years, 4 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 21272 byte(s)
Diff to
previous 104057
(
colored)
make a special case for threaded mpm configuration, to ensure that
unless maxclients was specified, MaxClients will be exactly twice
bigger than ThreadsPerChild (minclients), since if we don't do that,
Apache will reduce MaxClients to the same value as
ThreadsPerChild.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
103886 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 10 13:14:36 2004 UTC
(5 years, 5 months ago)
by
geoff
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 20366 byte(s)
Diff to
previous 103797
(
colored)
switch the order of arguments in t_cmp() and t_is_equal() so that
the order matches Test::More::is() and other Test::More functions.
the new call is: t_cmp($received, $expected, $comment); support
for $expected as the first argument marked as deprecated and will
be removed in the course of the next few release cycles.
Revision
103674 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu May 13 07:21:26 2004 UTC
(5 years, 6 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 19753 byte(s)
Diff to
previous 103672
(
colored)
- revert the dieing part as it breaks things. if we fail to match the
Apache revision (which is OK at the early stages, like 'perl Makefile.PL',
default to a non-existing revision 0. But provide no more misleading
defaults (used to default to revision 2 and then looking for mod_perl2).
- add the sample strings we are trying to match against when extracting
the revision number
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
103368 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 12 19:34:13 2004 UTC
(5 years, 7 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 18871 byte(s)
Diff to
previous 103322
(
colored)
Use function prototypes in Apache::TestUtil functions t_cmp() and
t_is_equal() to handle the case when an argument to the function, is a
function call itself which may return undef (previously had to
explicitly force a scalar context to get the undef value). The idea
was borrowed from Test::More.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
102920 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 10 07:03:31 2004 UTC
(5 years, 8 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 17171 byte(s)
Diff to
previous 102914
(
colored)
make the project's test suite relocatable, handling the case where
after Apache-Test configuration was created and not cleaned up before
the directory was moved. This is especially important for those cases
where users try to run 'make test' as root from /root, A-T tells them
that they can't do that (because of the perms) and suggests to try
again, afer moving the whole project under /tmp or similar.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
102913 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 9 20:43:53 2004 UTC
(5 years, 8 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 16739 byte(s)
Diff to
previous 102902
(
colored)
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). This is needed in case the client side creates any
files after the initial check (during server side startup and beyond),
so that the server side could read/write them.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
102485 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 2 18:41:04 2004 UTC
(5 years, 9 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 14591 byte(s)
Diff to
previous 102477
(
colored)
Instrument A-T with an optional successful (shell-wise) abort of the
test suite, by asking the user whether they want to continue w/o
completing the test suite. Use it in places where we know that the
test suite will certaionly fail (e.g. running from /root as 'root', or
not providing httpd/apxs locations).
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
102474 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 31 01:12:17 2004 UTC
(5 years, 9 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 14210 byte(s)
Diff to
previous 102422
(
colored)
In order to make Apache-Test compatible with the rest of Perl testing
frameworks, we no longer chdir into t/, but run from the root of the
project (where t/ resides). A test needing to know where it's running
from (e.g. to read/write files/dirs on the filesystem), should do that
relative to the serverroot, documentroot and other server
configuration variables, available via
Apache::Test::vars('serverroot'), Apache::Test::vars('documentroot'),
etc.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
102368 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 18 08:34:29 2004 UTC
(5 years, 10 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 13627 byte(s)
Diff to
previous 102367
(
colored)
Special to Apache-Test environment variables:
APXS APACHE APACHE_GROUP APACHE_USER APACHE_PORT
are now moved to:
APACHE_TEST_APXS APACHE_TEST_HTTPD APACHE_TEST_GROUP
APACHE_TEST_USER APACHE_TEST_PORT
respectively, for consistency with other APACHE_TEST_ env vars and in
order not to interfere with other projects that may use the same env
vars.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
102367 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 18 08:08:39 2004 UTC
(5 years, 10 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 13273 byte(s)
Diff to
previous 102364
(
colored)
if $self->{reconfigure} is true, make sure to perform a complete
reconfiguration, to solve the bug where conf.in files weren't reparsed
and vhost hostport info was getting lost on subsequent runs when
APACHE env var was set (one of the cases when $self->{reconfigure} is
true).
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
102053 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 14 02:09:04 2003 UTC
(5 years, 11 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 12053 byte(s)
Diff to
previous 102004
(
colored)
Another attempt at providing a test function that verifies whether
Apache when switching from 'root' to 'nobody' or another user will be
able to access and create files under the t/ directory. This time
using perl's vars $(, $< since POSIX equivalents seem to be broken on
some systems. Also using a better test that actually tries to
write/read/execute in the path under test.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
101569 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 26 20:35:01 2003 UTC
(6 years, 1 month ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 10269 byte(s)
Diff to
previous 101543
(
colored)
sudo and su -u aren't portable, therefore use a simple setuid/setguid
perl program instead, to check whether the root directory of the test
suite is rwx by the user/group apache is going to run under (when
running 'make test' as root).
also update the explanations of what to do in case the current dir is not
suitable for 'make test' as root.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
101497 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 20 20:22:56 2003 UTC
(6 years, 1 month ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 9816 byte(s)
Diff to
previous 101496
(
colored)
in the autogenerated t/conf/modperl_inc.pl don't add the project/lib
directory, unless a special env var APACHE_TEST_LIVE_DEV is true. This
is because some projects change things in project/blib and pushing
project/lib on top of @INC, breaks the test suite for them
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
101496 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 20 20:09:05 2003 UTC
(6 years, 1 month ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 9542 byte(s)
Diff to
previous 101395
(
colored)
TestRun was using httpd.pid file to ensure that the server is killed
before starting it, if the file existed. This was a problem on win32
platforms, where a process scheduler tries to re-use the pids that
were just freed, which may have killed a valid process which is not
even Apache.exe. So we try not to rely on that file, and if the server
wasn't properly stopped and still running, users will learn about
that, since the port will be busy, and Apache will fail to
start. Users have to kill it manually. TestSmoke is no longer using an
explicit kill `cat httpd.pid` to stop Apache, but delegates the
stopping procedure to TestRun
PR:
Obtained from:
Submitted by: Steve Hay, Randy Kobes
Reviewed by:
Revision
101395 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 10 04:05:56 2003 UTC
(6 years, 1 month ago)
by
randyk
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 8882 byte(s)
Diff to
previous 101387
(
colored)
Reviewed by: stas
- use IPC::Run3 in Apache::TestSmoke to run t/TEST commands, so
t/SMOKE can be used on Win32
- change way server is started in Apache::TestServer on Win32 so as to inherit
the calling processes handles, so Apache::TestSmoke can dup STDOUT/STDERR
- add message about server shudown in Apache::TestServer on Win32, as
Apache::TestSmoke expects it
Revision
99816 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 14 02:03:40 2003 UTC
(6 years, 6 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 4325 byte(s)
Diff to
previous 99700
(
colored)
add two more variants of each of the tracing functions. If the '_mark'
suffix is appended (e.g., 'error_mark') the trace will start with the
filename and the line number the function was called from. If the
'_sub' suffix is appended (e.g., 'error_info') the trace will start
with the name of the subroutine the function was called from.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
99658 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 30 05:03:36 2003 UTC
(6 years, 6 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/Changes
File length: 3378 byte(s)
Diff to
previous 99655
(
colored)
new configuration option: -libmodperl [path/to/]mod_perl.so (so one
can build several DSO objects, rename them, so several builds can
co-exist under the same LIBEXECDIR and test them all. Mainly useful
for testing 3rd party modules, with different mod_perl DSO builds.
PR:
Obtained from:
Submitted by:
Reviewed by:
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.