Author: stas Date: Mon Dec 13 13:19:50 2004 New Revision: 111748 URL: http://svn.apache.org/viewcvs?view=rev&rev=111748 Log: mp2 test suite opens many files: ulimit and stuff solutions
Modified: perl/modperl/trunk/todo/features_missing Modified: perl/modperl/trunk/todo/features_missing Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/todo/features_missing?view=diff&rev=111748&p1=perl/modperl/trunk/todo/features_missing&r1=111747&p2=perl/modperl/trunk/todo/features_missing&r2=111748 ============================================================================== --- perl/modperl/trunk/todo/features_missing (original) +++ perl/modperl/trunk/todo/features_missing Mon Dec 13 13:19:50 2004 @@ -4,6 +4,19 @@ ### try to get this first post 2.0 release ### +* mp2 test suite opens many files - quite a few failure reports were + due to the low shell file limit. But at the moment we can't tell + users why this have the problem. Gisle Aas has suggested that we + check whether the shell has a big enough setting for this limit and + either die explaining the situation or try to manually raise the + limit. + + http://thread.gmane.org/gmane.comp.apache.mod-perl/16154 + + once implemented this should be ideally abstracted to be usable by + Apache-Test, and have a hook so each project can specify its own + min files limit, so other projects can benefit too. + * directive handlers are supported but need some work for 1.x compat - Apache::CmdParms::{GETC,getline} needs compat mapping, similar to what Apache::Directive->as_string does, but one char or line at a time