Are you testing trunk?
Are you using the standard TestConfiguration.php.dist file?
Are you enabling any exotic components that are disabled by default?
Where is it dying? I would try commenting out the test run for the
larger components first (Zend_Pdf, Zend_Memory, Zend_Search) to see if
that affects the runtime. To do this, comment out the top level
component in Zend_AllTests.
Once you find the root cause, we'll have to see if its a system specific
issue. I don't currently have any issues with running the default tests
in under 384 megs. And I am using PHP 5.2.10.
-ralph
Ryan Chan wrote:
Hello,
On Mon, Aug 3, 2009 at 10:08 PM, Tim Fountain<[email protected]> wrote:
When you increased the memory limit, did the error above change to "Allowed
memory size of 1073741824 bytes exhausted..."? If not, remember that the
command line version of PHP has its own php.ini file, so make sure you're
editing the correct one.
--
Yes, when memory is increased to 1GB, then it will die at another place.
I have verified my memory setting using php -i | grep memory
Anyone can run the unit test successfully?