-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IE11 webUI test suite hangs #31022
Comments
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
IMO this can stay closed. We need to separately sort out again the whole "running different browsers on Travis" thing, because it seems to have become unreliable again in the last month or so. |
let's evaluate how we can get saucelabs to join the 🤖 force for drone and see how we can move forward |
Yes, in recent times when I tries to run jobs on Travis again, the ownCloud server would intermittently "go away" (stop responding). I very much suspect a PHP dev server segfault (which I get sometimes when I run the PHP dev server locally with both 7.1 and 7.2. I put the PHP dev server output to the Travis log, mixed in with the Behat output, but that did not help identify what went wrong. I probably have to have some script that goes looking for the core dump file... If we get SauceLabs connection going from drone, then we will have the Apache server already in place. We will just need to think about how to control the 5-job SauceLabs limit. |
We could temporarily use our docker container for testing. As long as all tests can be executed "remotely" this would work. We can have a look together |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
IE11 webUI test suites run in the nightly Travis cron job on
core
stable10
. Quite often (30% 40% of the time?) they fail with:or
Both of these seem like something in the chain of communication between behat, selenium, IE11 webdriver and the actual browser "goes wrong" and things "just stop happening".
Restarting the job usually gets a pass 2nd time. If not, then 3rd or 4th time is lucky. The actual tests have run fine when the job passes - so at least we are still knowing that all the scenarios do work on IE11.
It would be nice to find out (and fix!) what is the issue here, but don't hold your breath. The care factor from MS for maintaining IE11 webdriver etc is low to zero.
The text was updated successfully, but these errors were encountered: