/[Apache-SVN]/perl/Apache-Test/trunk/ToDo
ViewVC logotype

Log of /perl/Apache-Test/trunk/ToDo

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 153442 - (view) (annotate) - [select for diffs]
Modified Fri Feb 11 19:15:24 2005 UTC (4 years, 9 months ago) by geoff
File length: 5031 byte(s)
Copied from: perl/Apache-Test/ToDo revision 153430
Diff to previous 152911 (colored)
move to 
  trunk/
  branches/
  tags/
layout

Revision 152911 - (view) (annotate) - [select for diffs]
Modified Tue Feb 8 18:50:43 2005 UTC (4 years, 9 months ago) by jerenkrantz
Original Path: perl/Apache-Test/ToDo
File length: 5031 byte(s)
Diff to previous 122599 (colored)
Per request of pmc@perl and consent of pmc@httpd, move Apache-Test to perl/
land.

Revision 122599 - (view) (annotate) - [select for diffs]
Modified Thu Dec 16 23:55:15 2004 UTC (4 years, 11 months ago) by stas
Original Path: httpd/test/trunk/perl-framework/Apache-Test/ToDo
File length: 5031 byte(s)
Diff to previous 111983 (colored)
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.

Revision 111983 - (view) (annotate) - [select for diffs]
Modified Wed Dec 15 16:08:52 2004 UTC (4 years, 11 months ago) by stas
Original Path: httpd/test/trunk/perl-framework/Apache-Test/ToDo
File length: 4384 byte(s)
Diff to previous 111982 (colored)
- 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.


Revision 111982 - (view) (annotate) - [select for diffs]
Modified Wed Dec 15 15:59:29 2004 UTC (4 years, 11 months ago) by stas
Original Path: httpd/test/trunk/perl-framework/Apache-Test/ToDo
File length: 3729 byte(s)
Diff to previous 106525 (colored)
- 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


Revision 106525 - (view) (annotate) - [select for diffs]
Modified Thu Nov 25 00:36:41 2004 UTC (5 years ago) by nd
Original Path: httpd/test/trunk/perl-framework/Apache-Test/ToDo
File length: 3400 byte(s)
Diff to previous 102991 (colored)
property cleanup

Revision 102991 - (view) (annotate) - [select for diffs]
Modified Tue Mar 16 18:10:14 2004 UTC (5 years, 8 months ago) by stas
Original Path: httpd/test/trunk/perl-framework/Apache-Test/ToDo
File length: 3400 byte(s)
Diff to previous 102665 (colored)
todo
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 102665 - (view) (annotate) - [select for diffs]
Modified Wed Feb 18 00:30:57 2004 UTC (5 years, 9 months ago) by gozer
Original Path: httpd/test/trunk/perl-framework/Apache-Test/ToDo
File length: 3016 byte(s)
Diff to previous 101319 (colored)
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

Revision 101319 - (view) (annotate) - [select for diffs]
Modified Fri Sep 26 16:55:55 2003 UTC (6 years, 2 months ago) by stas
Original Path: httpd/test/trunk/perl-framework/Apache-Test/ToDo
File length: 2667 byte(s)
Diff to previous 99498 (colored)
we need to support IPv6
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 99498 - (view) (annotate) - [select for diffs]
Modified Tue Apr 22 00:45:37 2003 UTC (6 years, 7 months ago) by stas
Original Path: httpd/test/trunk/perl-framework/Apache-Test/ToDo
File length: 2380 byte(s)
Diff to previous 91599 (colored)
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:

Revision 91599 - (view) (annotate) - [select for diffs]
Modified Sat Oct 20 10:32:51 2001 UTC (8 years, 1 month ago) by stas
Original Path: httpd/test/trunk/perl-framework/Apache-Test/ToDo
File length: 2142 byte(s)
Diff to previous 91555 (colored)
- 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:

Revision 91555 - (view) (annotate) - [select for diffs]
Modified Fri Oct 19 01:35:04 2001 UTC (8 years, 1 month ago) by stas
Original Path: httpd/test/trunk/perl-framework/Apache-Test/ToDo
File length: 1409 byte(s)
Diff to previous 91072 (colored)
need to s/__DIE__ sighandlers/eval trapping/
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 91072 - (view) (annotate) - [select for diffs]
Modified Tue Sep 18 16:05:16 2001 UTC (8 years, 2 months ago) by stas
Original Path: httpd/test/trunk/perl-framework/Apache-Test/ToDo
File length: 1290 byte(s)
Diff to previous 91056 (colored)
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:

Revision 91056 - (view) (annotate) - [select for diffs]
Modified Mon Sep 17 16:52:43 2001 UTC (8 years, 2 months ago) by stas
Original Path: httpd/test/trunk/perl-framework/Apache-Test/ToDo
File length: 1289 byte(s)
Diff to previous 89410 (colored)
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:

Revision 89410 - (view) (annotate) - [select for diffs]
Added Sun Jun 24 12:00:06 2001 UTC (8 years, 5 months ago) by sbekman
Original Path: httpd/test/trunk/perl-framework/Apache-Test/ToDo
File length: 315 byte(s)
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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2