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.