ZF-4913: testBasicLogging(Zend_Log_Writer_FirebugTest) takes too much time.
Description
testBasicLogging(Zend_Log_Writer_FirebugTest) takes more than 15 minutes if it's started using whole ZF tests suite.
testBasicLogging(Zend_Log_Writer_FirebugTest) takes more than 15 minutes if it's started using whole ZF tests suite.
Comments
Posted by Alexander Veremyev (alexander) on 2008-11-12T10:56:30.000+0000
It seems this problem is resolved with some other commits.
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:24.000+0000
Changing issues in preparation for the 1.7.0 release.
Posted by Wil Sinclair (wil) on 2009-01-05T13:40:20.000+0000
Alex, has this really been resolved? I still got delays last time I ran these tests before 1.7.1.
Posted by Christoph Dorn (cadorn) on 2009-01-06T12:02:03.000+0000
I am planning on fixing this as soon as I get a chance. I want to port a feature from the FirePHPCore [1] library that allows excluding of specific object members from being logged. I think that will solve the problem without needing to resort to a helper script.
I hope to have time to do that in the next few weeks.
[1] http://www.firephp.org/HQ/Install.htm
Posted by Christoph Dorn (cadorn) on 2009-01-13T17:12:13.000+0000
Duplicate of ZF-4934