Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLOC-2543] Continue on volume errors #1768

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wallrj
Copy link
Contributor

@wallrj wallrj commented Jul 14, 2015

Design for https://clusterhq.atlassian.net/browse/FLOC-2643

I wrote a test that attempts to attach two loopback block devices but raises an exception during the first attachment.
Unfortunately, this test passes.
I need to look harder at the code and think about a better way to simulate the 'openstack volume in "error" state situation.'

Review on Reviewable

return original_attach_volume(blockdevice_id, attach_to)

self.patch(api, 'attach_volume', fake_attach_volume)
changes = in_parallel([change1, change2])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that "in_parallel" does a sort internally, so maybe disable the sorting and see if that causes breakage?

@itamarst
Copy link
Contributor

Unless that change manages to reproduce it, as discussed I suggest closing this and the issue and seeing if it ever happens again, since we can't figure it out.

@ci-jenkins-clusterhq
Copy link

Can someone verify this PR?

@jml
Copy link
Contributor

jml commented Feb 9, 2016

This PR has been around for a while. Maybe we should close it for now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants