View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001080 | Xdebug | Uncategorized | public | 2014-10-26 22:31 | 2017-01-03 18:43 |
| Reporter | boen_robot | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | unable to reproduce | ||
| Platform | Travis-CI | OS | Linux | ||
| Product Version | 2.2.5 | ||||
| Summary | 0001080: Code coverage causes timeout for stream_socket_accept | ||||
| Description | I have a project that wraps around stream_socket_server() and stream_socket_client(), and I run tests on Travis-CI for it. Its PHPUnit tests run fine, until I turn on code coverage, at which point the server can't accept a connection from the client with stream_socket_accept(), and just times out. This does NOT happen on Windows, and I don't have access to any Linux machine other than Travis-CI to confirm whether it happens there too (and for some reason, I can't install Ubuntu on a VirtualBox VM either...). You can see the failed build here: (notice the missing "--coverage-clover=coverage.clover"; There aren't any changes within the code under test between those two) | ||||
| Tags | pear, SERVER | ||||
| Operating System | |||||
| PHP Version | 5.5.5-5.5.9 | ||||
|
|
If you can still reproduce this yourself, could you provide me with the exact steps to run this locally to reproduce the problem? Without that, it is unlikely that I can find and fix the bug. cheers, |
|
|
I could not reproduce this, as there was no reproducible case, and no additional information was presented. I am therefore closing this report. |