yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #52160
[Bug 1588307] Re: It is possible that the volume size in integration test is fetched before volume finishes to extend
Reviewed: https://review.openstack.org/324370
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=873a761511f84b71d5496b1182f10f1a249fe8f8
Submitter: Jenkins
Branch: master
commit 873a761511f84b71d5496b1182f10f1a249fe8f8
Author: Timur Sufiev <tsufiev@xxxxxxxxxxxx>
Date: Thu Jun 2 14:10:52 2016 +0300
In integration tests prevent getting volume size too early
In the test_volume_extend it was possible for a new volume size to be
fetched while the volume itself was still being extended, giving an
old size and failing a test as a result. Fix this intermittent failure
by waiting till the volume becomes 'Available' (and no longer
'Extending') before fetching its new size.
Closes-Bug: #1588307
Change-Id: I7197904dccd842eb4ef8931208b50ba2144c1a8c
** 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/1588307
Title:
It is possible that the volume size in integration test is fetched
before volume finishes to extend
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
As a result, if volume takes a bit longer to extend and Selenium is
fast enough, Selenium fetches old volume size while the volume is
extending. This results in a test failure.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1588307/+subscriptions
References