Unit not found message is repetitive
Bug #1020322 reported by
Gustavo Niemeyer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
Low
|
Unassigned |
Bug Description
c.Assert(err, ErrorMatches, `can't get unit "wordpress/0": can't get service "wordpress": service with name "wordpress" not found`)
This isn't great. Either of those would be better:
`can't get unit ...: can't get service "wordpress": not found`
`can't get unit ...: service "wordpress" not found`
Changed in juju-core: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in juju-core: | |
status: | Confirmed → Triaged |
tags: | added: papercut trivial ui |
tags: |
added: bitesize removed: trivial |
To post a comment you must log in.
It looks like this has been fixed? service_ test.go: 866: c.Assert(err, ErrorMatches, `cannot get unit "wordpress/0" from service "mysql": .*`)
./state/