ZF-8353: Unit tests for Zend_Http_Client appear to hang on Curl tests
Description
After fixing ZF-8076 which related to a long standing fatal error in the test suite - it turns out that bug concealed a possible second problem with the tests. After setting up a local virtual domain hosting the dynamic HTTP files (needed for tests and configured in TestConfiguration.php), the test suite now hangs on some tests where CURL options are being tested. e.g. Zend_Http_Client_CurlTest::testSettingInvalidCurlOption(). I have been unable to figure out why this happens - so maybe someone more intimately familiar with CURL can figure it out.
Comments
Posted by Pádraic Brady (padraic) on 2009-11-20T07:40:32.000+0000
Reassigning to correct CURL guru ;)
Posted by Benjamin Eberlei (beberlei) on 2009-11-20T08:09:25.000+0000
Introduced by this issue.
Posted by Benjamin Eberlei (beberlei) on 2009-11-20T08:12:01.000+0000
Fixed in trunk, will be merged into 1.9 release branch immediately
Posted by Satoru Yoshida (satoruyoshida) on 2009-11-20T08:35:02.000+0000
Sorry for I could not sense this error , and thank You for correcting Unit test code :D