Reviewed: https://review.openstack.org/309332 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=79fcc65491052adf50ffe141997c28b658a0461b Submitter: Jenkins Branch: master
commit 79fcc65491052adf50ffe141997c28b658a0461b Author: Sergei Chipiga <[email protected]> Date: Fri Apr 22 13:00:16 2016 +0300 Fix pre_test_hook fail and sidebar menu fail It fixes two small but important bugs: - remove apache restart, because it fails pre_test_hook, which fails test build (the latter implication was introduced recently in a devstack-gate scripts); - fix sidebar menu item click before prev item was collapsed, because in this case menu item won't be expanded (supposedly a result of recent update of one of XStatic dependencies). Change-Id: If463c4c8b16b54f033e2a2ee33ba995ca7844f2b Closes-Bug: #1573726 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1573726 Title: pre_hook_test fail and sidebar menu fail in integration tests Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Right now exception in pre_hook_test in integration tests breaks build. So we need to remove code to restart apache, because it fails pre_test_hook. Also we need fix bug in sidebar menu click, because right now in tests, after sidebar menu click test doesn't wait until menu collapse will be finished and click next item. But due to collapse isn't finished, next item can't be expanded, and our test waits over 5 mins expanded menu, that is absent, and then test breaks. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1573726/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

