Remove times.dbm file for each tox run
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Barbican |
Fix Released
|
Low
|
Unassigned | ||
DragonFlow |
Fix Released
|
Undecided
|
Rajat Sharma | ||
Karbor |
Fix Released
|
Undecided
|
Spencer Yu | ||
OpenStack DBaaS (Trove) |
Fix Released
|
Undecided
|
Peter Stachowski | ||
Sahara |
Invalid
|
Undecided
|
Unassigned | ||
cloudkitty |
Fix Released
|
Undecided
|
Rajat Sharma | ||
python-barbicanclient |
Fix Released
|
Undecided
|
Rajat Sharma | ||
python-karborclient |
Fix Released
|
Undecided
|
Spencer Yu | ||
python-troveclient |
Fix Released
|
Low
|
Peter Stachowski |
Bug Description
If you run the py27 tox tests then attempt to run the py34 tests, the
following error will occur:
running testr
running=
OS_
OS_
${PYTHON:
db type could not be determined
error: testr failed (3)
This happens because the apparently the times.dbm file generated
by py27 is not compatible with py34. The converse is not true though -
if you run py34 first, py27 will work.
Both these bugs have been filed against it, but I see no resolution
https:/
https:/
The work-around is to delete the file, which is what I propose
to do before running every tox test. I know this isn't optimal, but
neither is hitting this bug repeatedly. :)
Changed in python-troveclient: | |
assignee: | nobody → Peter Stachowski (peterstac) |
importance: | Undecided → Low |
Changed in barbican: | |
status: | New → In Progress |
importance: | Undecided → Low |
milestone: | none → pike-2 |
Changed in cloudkitty: | |
assignee: | nobody → Rajat Sharma (tajar29) |
status: | New → In Progress |
Changed in python-barbicanclient: | |
assignee: | nobody → Rajat Sharma (tajar29) |
Changed in dragonflow: | |
assignee: | nobody → Rajat Sharma (tajar29) |
Changed in karbor: | |
assignee: | nobody → Spencer Yu (yushb) |
Changed in python-karborclient: | |
assignee: | nobody → Spencer Yu (yushb) |
Changed in senlin: | |
assignee: | nobody → guoshan (guoshan) |
no longer affects: | senlin |
Changed in sahara: | |
assignee: | nobody → guoshan (guoshan) |
Fix proposed to branch: master /review. openstack. org/301270
Review: https:/