Selenium tests failing in every patch

Bug #1567965 reported by Rob Cresswell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Critical
Unassigned

Bug Description

======================================================================
2016-04-08 13:37:18.611 | ERROR: test_jasmine_legacy (horizon.test.tests.selenium_tests.BrowserTests)
2016-04-08 13:37:18.611 | ----------------------------------------------------------------------
2016-04-08 13:37:18.611 | Traceback (most recent call last):
2016-04-08 13:37:18.611 | File "/home/jenkins/workspace/gate-horizon-selenium-headless/horizon/test/tests/selenium_tests.py", line 30, in test_jasmine_legacy
2016-04-08 13:37:18.611 | self.assertTrue('0 failures' in wait.until(jasmine_legacy_done))
2016-04-08 13:37:18.611 | File "/home/jenkins/workspace/gate-horizon-selenium-headless/.tox/venv/local/lib/python2.7/site-packages/selenium/webdriver/support/wait.py", line 80, in until
2016-04-08 13:37:18.611 | raise TimeoutException(message, screen, stacktrace)
2016-04-08 13:37:18.611 | TimeoutException: Message:
2016-04-08 13:37:18.611 | Stacktrace:
2016-04-08 13:37:18.611 | at FirefoxDriver.prototype.findElementInternal_ (file:///<email address hidden>/components/driver-component.js:10770)
2016-04-08 13:37:18.612 | at fxdriver.Timer.prototype.setTimeout/<.notify (file:///<email address hidden>/components/driver-component.js:625)
2016-04-08 13:37:18.612 |
2016-04-08 13:37:18.612 | Slowest 5 tests took 46.35 secs:
2016-04-08 13:37:18.612 |  31.09 BrowserTests.test_jasmine_legacy
2016-04-08 13:37:18.612 |  6.58 LazyLoadedTabsTests.test_any_unchecked_row_checkbox_unsets_select_all
2016-04-08 13:37:18.612 |  6.22 LazyLoadedTabsTests.test_select_all_checkbox_sets_on_row_checkboxes
2016-04-08 13:37:18.612 |  1.34 LazyLoadedTabsTests.test_every_checked_row_checkbox_set_select_all
2016-04-08 13:37:18.612 |  1.10 LazyLoadedTabsTests.test_delete_button_is_enabled_on_selection
2016-04-08 13:37:18.612 | ----------------------------------------------------------------------

Changed in horizon:
assignee: nobody → Rob Cresswell (robcresswell)
importance: Undecided → Critical
milestone: none → newton-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (master)

Fix proposed to branch: master
Review: https://review.openstack.org/303458

Changed in horizon:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/303458
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=7661db1ba438a13cf77d64913bfc88767b6bcdae
Submitter: Jenkins
Branch: master

commit 7661db1ba438a13cf77d64913bfc88767b6bcdae
Author: Rob Cresswell <email address hidden>
Date: Fri Apr 8 15:30:34 2016 +0100

    Fix Selenium Tests

    A recent update to XStatic-Jasmine appears to have altered the class
    name that a selenium test was looking for. This patch amends the class
    so that the test correctly finds the class.

    Change-Id: I8d6844cdb14a84bd5498429b8545cdca8ba173b6
    Closes-Bug: 1567965

Changed in horizon:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (stable/mitaka)

Fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/304204

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (stable/liberty)

Fix proposed to branch: stable/liberty
Review: https://review.openstack.org/304583

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (stable/liberty)

Reviewed: https://review.openstack.org/304583
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=fa00d7beb7226b9aba541af1fc72a0838f95c24c
Submitter: Jenkins
Branch: stable/liberty

commit fa00d7beb7226b9aba541af1fc72a0838f95c24c
Author: Rob Cresswell <email address hidden>
Date: Fri Apr 8 10:43:16 2016 +0100

    Fix Nova test data and selenium tests

    This patch squashes two commits, as the commit issues (broken tests)
    were blocking each other.

    Fix time in Nova test data

    A recent update to python-novaclient seems to have highlighted some
    incorrect test data, causing our tests to fail. This patch fixes the
    time format.

    Change-Id: I32a1e54205dd31176c0b7798597b63df544f8d38
    Closes-Bug: 1567634
    (cherry picked from commit d6afbac57f8982b981ad5afbcbf1a6434d4e4d01)

    Fix Selenium Tests

    A recent update to XStatic-Jasmine appears to have altered the class
    name that a selenium test was looking for. This patch amends the class
    so that the test correctly finds the class.

    Change-Id: I8d6844cdb14a84bd5498429b8545cdca8ba173b6
    Closes-Bug: 1567965
    (cherry picked from commit 7661db1ba438a13cf77d64913bfc88767b6bcdae)

tags: added: in-stable-liberty
tags: added: in-stable-mitaka
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (stable/mitaka)

Reviewed: https://review.openstack.org/304204
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=6ee33401198333c191c7eec0d9709420311a192e
Submitter: Jenkins
Branch: stable/mitaka

commit 6ee33401198333c191c7eec0d9709420311a192e
Author: Rob Cresswell <email address hidden>
Date: Fri Apr 8 10:43:16 2016 +0100

    Fix Nova test data and selenium tests

    This patch squashes two commits, as the commit issues (broken tests)
    were blocking each other.

    Fix time in Nova test data

    A recent update to python-novaclient seems to have highlighted some
    incorrect test data, causing our tests to fail. This patch fixes the
    time format.

    Change-Id: I32a1e54205dd31176c0b7798597b63df544f8d38
    Closes-Bug: 1567634
    (cherry picked from commit d6afbac57f8982b981ad5afbcbf1a6434d4e4d01)

    Fix Selenium Tests

    A recent update to XStatic-Jasmine appears to have altered the class
    name that a selenium test was looking for. This patch amends the class
    so that the test correctly finds the class.

    Change-Id: I8d6844cdb14a84bd5498429b8545cdca8ba173b6
    Closes-Bug: 1567965
    (cherry picked from commit 7661db1ba438a13cf77d64913bfc88767b6bcdae)

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/horizon 10.0.0.0b1

This issue was fixed in the openstack/horizon 10.0.0.0b1 development milestone.

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/horizon 9.0.1

This issue was fixed in the openstack/horizon 9.0.1 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/horizon 8.0.2

This issue was fixed in the openstack/horizon 8.0.2 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.