[pkg-php-pear] Bug#775625: symfony: FTBFS in jessie: Tests failures

Lucas Nussbaum lucas at lucas-nussbaum.net
Sun Jan 18 16:33:40 UTC 2015


On 18/01/15 at 23:12 +1100, Stuart Prescott wrote:
> Control: tag -1 unreproducible
> 
> A timeout issue like this is often sensitive to the machine used and I cannot 
> reproduce this FTBFS here -- the test suite also took less than half the time 
> to run on this old laptop cf the EC2 instance. The three timeout values could 
> be increased if necessary but that hardly seems worth it.

Hi,

Which timeout values are you talking about?

You seem to think that the problem is that the test is taking too long.
That doesn't seem to be the case to me: the test's purpose is to test
stuff related to timeouts in Symfony's Process component.

What seems to happen here is that the call to start() causes a call to
checkTimeout(), that detects that the process should be timeouted.
So it's either a matter of start() taking too long to start the process,
or of insufficient timer accuracy. Assuming that Process can start a
process in 0.1s might be a bit optimistic.

Lucas



More information about the pkg-php-pear mailing list