stas 2004/05/09 20:00:44
Modified: todo tests_wanted
Log:
Apache::Scoreboard could be useful in the test suite
Revision Changes Path
1.2 +5 -0 modperl-2.0/todo/tests_wanted
Index: tests_wanted
===================================================================
RCS file: /home/cvs/modperl-2.0/todo/tests_wanted,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- tests_wanted 2 May 2004 21:06:49 -0000 1.1
+++ tests_wanted 10 May 2004 03:00:44 -0000 1.2
@@ -10,3 +10,8 @@
mp1 has some sort of related test in t/net/perl/server_error.pl:
my $note = $r->prev->notes('error-notes')
+
+- We can put Apache::Scoreboard to a good use for Apache::Test. For
+ example we can test with it Apache::SizeLimit or
+ Apache::Watchdog::RunAway, since both kill processes, and we need to
+ make sure that the process went away.