Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
move to trunk/ branches/ tags/ layout
Per request of pmc@perl and consent of pmc@httpd, move Apache-Test to perl/ land.
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 platforms. env var PERL_DL_NONLAZY=1 tries to resolve all symbols at load time.
- 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 it needs to write the config for). Thus reducing the clutter. - winnt case: Apache/TestConfig.pm config for <IfModule mpm_winnt.c> before Apache-2.0.50 ThreadsPerChild had to be at least as big as the number of Vhosts. This was fixed in 2.0.50. Since A-T knows the httpd version, it shouldn't start so many threads for httpd >= 2.0.50, but @MinClients@. Also add BACK_COMPAT_MARKER in the logic so when no longer support httpd < 2.0.50, this logic could be removed.
- 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 part continues to run tests unaware of that problem. what would be nice to be able to detect that the server is gone and somehow abort the test suite
property cleanup
todo PR: Obtained from: Submitted by: Reviewed by:
Hard-code listen directive to 127.0.0.1, solving problems for people with IPv4 & IPv6 address until a better solution is found PR: Obtained from: Submitted by: Reviewed by: stas
we need to support IPv6 PR: Obtained from: Submitted by: Reviewed by:
move the Apache::Test todo things out of mod_perl's todo into Apache::Test's todo list PR: Obtained from: Submitted by: Reviewed by:
- the problem with breaking config integrity is solved, but need to completed it so 'make test' won't continue running if that problem happens. PR: Obtained from: Submitted by: Reviewed by:
need to s/__DIE__ sighandlers/eval trapping/ PR: Obtained from: Submitted by: Reviewed by:
some build utils from ./util have silently moved (without commit) into ./build, therefore adjusting the code/docs: s|util/bugreport.pl|build/bugreport.pl|g PR: Obtained from: Submitted by: Reviewed by:
logging things discussed on the list in the last weeks - making sure that the test env setup never gets rendered unusable - providing automatic backtrace on segfaults PR: Obtained from: Submitted by: Reviewed by:
start a ToDo list for Apache::Test
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.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |