mysql charm unit tests failing
Bug #1398918 reported by
Ryan Beisner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mysql (Juju Charms Collection) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
The mysql charm has unit tests, but there are issues with venv and dependencies.
Related branches
lp://qastaging/~1chb1n/charms/trusty/mysql/fix-amulet-deps
- Matt Bruzek (community): Approve
-
Diff: 2049 lines (+1097/-195)20 files modifiedMakefile (+3/-3)
hooks/charmhelpers/contrib/database/mysql.py (+48/-21)
hooks/charmhelpers/contrib/peerstorage/__init__.py (+124/-3)
hooks/charmhelpers/core/decorators.py (+16/-0)
hooks/charmhelpers/core/files.py (+45/-0)
hooks/charmhelpers/core/hookenv.py (+371/-43)
hooks/charmhelpers/core/host.py (+150/-26)
hooks/charmhelpers/core/hugepage.py (+62/-0)
hooks/charmhelpers/core/services/base.py (+43/-19)
hooks/charmhelpers/core/services/helpers.py (+20/-4)
hooks/charmhelpers/core/strutils.py (+2/-2)
hooks/charmhelpers/core/templating.py (+0/-1)
hooks/charmhelpers/core/unitdata.py (+62/-18)
hooks/charmhelpers/fetch/__init__.py (+32/-15)
hooks/charmhelpers/fetch/archiveurl.py (+7/-1)
hooks/charmhelpers/fetch/giturl.py (+8/-6)
tests/00-setup (+17/-9)
tests/021-basic-wily-liberty (+1/-1)
tests/charmhelpers/contrib/amulet/utils.py (+84/-21)
tests/charmhelpers/contrib/openstack/amulet/deployment.py (+2/-2)
Changed in mysql (Juju Charms Collection): | |
importance: | Undecided → Medium |
status: | New → Triaged |
milestone: | none → 15.04 |
Changed in mysql (Juju Charms Collection): | |
milestone: | 15.04 → 15.07 |
description: | updated |
Changed in mysql (Juju Charms Collection): | |
milestone: | 15.07 → 15.10 |
Changed in mysql (Juju Charms Collection): | |
status: | Triaged → Fix Committed |
Changed in mysql (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Existing unit tests made workable and passing via dependency and venv wrangling. Coverage is ~24%, could still use additional unit test coverage, but passing is good! paste.ubuntu. com/12124048/
http://