On Wed, Jul 11, 2012 at 6:41 PM, Michal Čihař michal@cihar.com wrote:
Hi
Dne Wed, 11 Jul 2012 18:04:21 +0530 yasitha pandithawatta yasitha4@gmail.com napsal(a):
I am working on test failures you pointed out. I have fixed some of them. Most of the failures due to PHP_Invoker_TimeoutException.
If some tests can take longer, they should be tagged @group medium or @group large (this is already true for some tests).
Is Jenkins test suit run in strict mode?
Yes it is using phpunit.xml.dist
Those test cases are passing when the test case run lonely. What will be the problem for those failures. I couldn't run
the
whole test.
Why you can not run it? Running same tests as on ci.phpmyadmin.net can be done simply by phpunit --configuration phpunit.xml.dist in top level directory.
Hi Michal,
That is the way I am using too. But after 10 tests it keep waiting for long time. Nothing happens. So I used to run files by files. That may the case I missed those failures.
[image: Inline image 1]