-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Integration tests fail in travis although they pass in dev. environment #494
Comments
I can reporduce the same situation; tests succeed in local but tests fail in travis. And I checked screencast in saucelabs. It seems when 'deploy' button is hidden partially, clicking deploy button will fail. I found same issues in some web pages. http://stackoverflow.com/questions/11676790/click-command-in-selenium-webdriver-does-not-work But when I set window size(1000x750) which is smaller than screen size(1024x768), tests succeeded fortunattly. https://saucelabs.com/jobs/d164baa478da4107a26e690514bf0d8c It is not fundamental solution.
|
Sorry. |
Unfortunately problem still occurs. I've even configured selenium server + IE web driver on my notebook in order to run tests on IE locally but this doesn't help as they always pass. This has to be a problem with slow machine/freezing of browser on sauce labs machines. Watching the video it looks like browser just freezes and after it unfreezes tests are couple of steps ahead. It doesn't happen everytime. Sometimes tests pass but this is very random. http://saucelabs.com/jobs/f6603a1edb7e4d259da0dcdfa22a7af3 Local tests: There are also issues reported regarding timeouts and random fails on IE: |
From my point of view we have few options:
|
@bryk any thoughts on that topic? |
@floreks Can we contact saucelab support? Even if we use the free service, they should be interested in feedback about the quality of their service. We should give it a try |
Saucelabs is pretty stable recently. I say either close this bug or contact sauce that it is flaky. What do you think? |
It's stable because we've pretty much disabled all integration tests due to IE issues. :) You can take a look at above saucelab screencast from IE tests before they were disabled. It looks like either browser freeze or cluster freeze when deploy was clicked. |
With that tests on sauce will not run on devs' forks, which will hopefully make them less flaky. I've added the key to travis config variable and made publicly availible. Partially addresses: kubernetes#494
With that tests on sauce will not run on devs' forks, which will hopefully make them less flaky. I've added the key to travis config variable and made publicly availible. Partially addresses: kubernetes#494
Closing as stale. |
Fixed configure metrics link appearing twice in operations menu in list storages
Issue details
Deploy from file integration tests pass in development environment but not in travis.
Environment
gulp integration-test or
gulp integration-test:prod
both pass in development environment.
Steps to reproduce
Run travis build of master branch
Run integration tests locally in your development environment.
Observed result
Tests fail in travis but not locally.
Expected result
In both environment the tests should pass
Comments
The text was updated successfully, but these errors were encountered: