Hi
Dne Wed, 23 Apr 2014 09:51:48 -0400 Marc Delisle marc@infomarc.info napsal(a):
Michal Čihař a écrit :
Hi
Dne Tue, 22 Apr 2014 08:17:07 -0400 Marc Delisle marc@infomarc.info napsal(a):
For me, it's difficult to see when these failures are real or not. For example, after your patch revert
https://ci.phpmyadmin.net/job/phpMyAdmin-continuous/6120/
there were a few Selenium failures. Are these real?
How you define real bugs? If you mean bugs in our code, then almost all bugs are real (basically all with exception of timeouts when talking with Selenium server), however some of these are bugs in our Selenium tests. Most of these are some timing issues like the Selenium driver is clicking on elements too early (eg. before Javascript initialization is completed).
Well, all of the Jenkins runs on phpMyAdmin-continuous have failed since almost 5 complete days. Are these all timing issues?
As the list of failing tests always differs it is a timing issue. Actually it looks like the navigation tree got slower and clicking on the table name immediately after expanding database no longer works. I've tried to workaround it in 8a0ab39, let's see if that helps.