Skip to content
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

Travis CI failing consistently in functional app-tests #1874

Closed
conorsch opened this issue Jun 23, 2017 · 0 comments
Closed

Travis CI failing consistently in functional app-tests #1874

conorsch opened this issue Jun 23, 2017 · 0 comments
Milestone

Comments

@conorsch
Copy link
Contributor

Bug

Description

The Travis CI tests have recently started failing consistently, related to the setUp def in the functional tests suite. Here's an example of a failing run. Notably, Travis just updated their Ubuntu Trusty base images two days ago, so it's quite possible that's related to the sudden and consistent failures.

Steps to Reproduce

  1. Push changes to a feature branch.
  2. Watch Travis run for that branch (https://travis-ci.org/freedomofpress/securedrop/branches, or swap out freedomofpress with your username if testing on a fork).
  3. See Travis run bomb out on the functional_test.FunctionalTest.setUp(self) call.

Expected Behavior

Travis CI run passes.

Actual Behavior

Travis CI run fails.

Comments

There's a temporary workaround listed in the Travis announcement blog post that indicates we can fall back to the old Trusty image if we encounter problems. As a short-term solution, that sounds great, but the old image will be removed on 2017-09-01, so we'll need to solve the problem for real soon. #1655 may help with long-term solutions.

@conorsch conorsch added this to the 0.4 milestone Jun 23, 2017
conorsch pushed a commit that referenced this issue Jun 23, 2017
We've recently started seeing failures in the Travis run, related to the
functional Selenium application tests. Since the underlying Ubuntu
Trusty image used by Travis was just updated [0], let's fall back to the
deprecated image that was working well, and reassess in the near future.

Fixes #1874.

[0] https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant