yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #49499
[Bug 1570803] [NEW] complicated wrong logic inside selenium wrapper _execute method
Public bug reported:
I found that method _execute inside horizon/tests/webdriver.py has
complicated and wrong logic, that in race condition leads to long tests,
for example we have tests with 10 min duration.
The core problem is in usage while True to wait element, but implicit_wait delegates its to browser already.
Just we need to catch StaleElement exception, reload chain of element parents and then to execute command again.
** Affects: horizon
Importance: Undecided
Assignee: Sergei Chipiga (schipiga)
Status: In Progress
--
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/1570803
Title:
complicated wrong logic inside selenium wrapper _execute method
Status in OpenStack Dashboard (Horizon):
In Progress
Bug description:
I found that method _execute inside horizon/tests/webdriver.py has
complicated and wrong logic, that in race condition leads to long
tests, for example we have tests with 10 min duration.
The core problem is in usage while True to wait element, but implicit_wait delegates its to browser already.
Just we need to catch StaleElement exception, reload chain of element parents and then to execute command again.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570803/+subscriptions
Follow ups