ZF-1989: Unit tests under default configuration require exceptionally long time
Description
The unit tests for Zend_Currency under the default configuration appear to require an exceptionally long time to run, relative to the tests for other framework components. If there is some way to significantly improve the performance of these tests without compromising their effectiveness, we should make an effort to do this.
Comments
Posted by Thomas Weidner (thomas) on 2007-09-24T15:17:43.000+0000
On my testbed it requires 6 to 22 seconds... I added caching tests which increased speed to 3-15 seconds.
But in my opinon even 22 seconds are a normal time for a complete testbed.
Posted by Darby Felton (darby) on 2007-09-24T15:51:54.000+0000
Maybe I just need a faster computer. ;)
I was able to get the tests to run in 16 seconds, so I'll resolve this issue.
When I ran the tests, however, I did encounter many many warnings of the following nature:
I'll create a separate issue for this.
Posted by Thomas Weidner (thomas) on 2007-09-24T15:56:49.000+0000
These error has already been fixed with SVN 6504 when I added caching support.
Posted by Darby Felton (darby) on 2007-09-24T15:56:52.000+0000
Nevermind - you already fixed it. Thanks, Thomas! :)