cinder/next amulet test sometimes fails with "volume create failed"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cinder (Juju Charms Collection) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
cinder/next amulet test sometimes fails with "volume create failed"
Sometimes fails on Precise tests, sometimes on Trusty tests. Appears to be a race condition in a check/wait loop, which occurs when the undercloud is busier/slower than normal.
09:44:13 juju-test.
09:44:13 juju-test.
09:44:13 juju-test.
09:44:13 juju-test.conductor INFO : Breaking here as requested by --set-e
09:44:13 juju-test INFO : Results: 1 passed, 1 failed, 0 errored
09:44:13 ERROR subprocess encountered error code 1
09:44:13 make: *** [test] Error 1
09:44:13 Returned: 1
09:44:13 ! Amulet test failed.
Related branches
- Corey Bryant: Approve
- Ryan Beisner (community): Approve
-
Diff: 257 lines (+143/-54)3 files modifiedtests/basic_deployment.py (+16/-50)
tests/charmhelpers/contrib/amulet/utils.py (+122/-2)
tests/charmhelpers/contrib/openstack/amulet/deployment.py (+5/-2)
Changed in cinder (Juju Charms Collection): | |
status: | New → Fix Committed |
Changed in cinder (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
Enabled amulet debug output; debugging in UOSCI; will propose merge when resolved.