relation-get blowing up badly during install hook
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyjuju |
Fix Released
|
Medium
|
Benjamin Saller |
Bug Description
We know relation-get doesn't work during the install hook because there are no relations at this point, but it
should not error out like this:
Traceback (most recent call last):
File "/usr/lib/
result = g.send(result)
File "/usr/lib/
setting_
File "/usr/lib/
return co._doCommand(self)
File "/usr/lib/
self.
File "/usr/lib/
box.
File "/usr/lib/
proto.
File "/usr/lib/
self.
File "/usr/lib/
if len(v) > MAX_VALUE_LENGTH:
exceptions.
2011-06-02 21:05:16,860 ERROR: Traceback (most recent call last):
File "/usr/lib/
result = g.send(result)
File "/usr/lib/
setting_
File "/usr/lib/
return co._doCommand(self)
File "/usr/lib/
self.
File "/usr/lib/
box.
File "/usr/lib/
proto.
File "/usr/lib/
self.
File "/usr/lib/
if len(v) > MAX_VALUE_LENGTH:
exceptions.
Related branches
- Jim Baker (community): Approve
- Gustavo Niemeyer: Approve
-
Diff: 143 lines (+49/-2)2 files modifiedensemble/hooks/protocol.py (+20/-0)
ensemble/hooks/tests/test_communications.py (+29/-2)
Changed in ensemble: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
assignee: | nobody → Benjamin Saller (bcsaller) |
milestone: | none → dublin |
Changed in ensemble: | |
status: | Confirmed → In Progress |
Changed in ensemble: | |
status: | In Progress → Fix Released |