phpci/Tests/PHPCI
Tobias Kappé 07c9264884 Read standard output and standard error of child process using stream_select.
If a process filled up the buffer of the standard error pipe before closing the
standard output pipe, it would hang. As a result, the call to
stream_get_contents for the standard output pipe would not return, as the
standard error pipe needs to be read from in order for the process to continue.
This change uses stream_select to read from both pipes whenever data becomes
available.
2016-08-27 14:15:19 +02:00
..
Command Fixing tests on install command 2015-11-07 12:47:39 +00:00
Controller Enforce "en" lang in tests. 2015-04-22 11:49:26 +02:00
Helper Read standard output and standard error of child process using stream_select. 2016-08-27 14:15:19 +02:00
Logging LoggerConfig::getFor always returns the same instance of Logger for the same $name. 2015-04-23 13:25:53 +02:00
Model Enforce "en" lang in tests. 2015-04-22 11:49:26 +02:00
Plugin Merge pull request #1021 from mrobinsonuk/cleanup/spelling-corrections 2015-10-13 15:14:44 +01:00
ProcessControl Reworked the DaemonCommand. 2015-05-28 10:55:59 +02:00
Service Fix 2015-10-09 10:37:50 +01:00