]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
vmware: intermittent failure in test_vmware_vmdk
authorSubramanian Neelakantan <subramanian.neelakantan@gmail.com>
Thu, 6 Feb 2014 06:07:27 +0000 (11:37 +0530)
committerSubramanian Neelakantan <subramanian.neelakantan@gmail.com>
Thu, 6 Feb 2014 10:47:52 +0000 (16:17 +0530)
commit50a126735f1f695722fce505aa3b497fd8509c12
tree5c499eee49761777680620cc8cd9c5431fb2dc30
parentb4493aa0049136e9837f9b527b57737e5c492191
vmware: intermittent failure in test_vmware_vmdk

There was a race condition between the two Event() objects being
created within loopingcall and Retry in api module. Did away with
the Event object in Retry and used loopingcall the right way.

Change-Id: I2534bad9294747fcd618ba3634abb01ceef92213
cinder/tests/test_vmware_vmdk.py
cinder/volume/drivers/vmware/api.py