Investigate and fix sporadic JSONDecodeError in the functional tests
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Barbican |
Fix Released
|
High
|
Steve Heyman |
Bug Description
We keep having a number of these errors kick up on various CR's which ends up failing our devstack gate jobs.
Traceback (most recent call last):
File "/opt/stack/
File "/opt/stack/
resp, secret_ref = self.secret_
File "/opt/stack/
File "/usr/lib/
return json.loads(
File "/usr/lib/
return _default_
File "/usr/lib/
obj, end = self.raw_decode(s)
File "/usr/lib/
return self.scan_once(s, idx=_w(s, idx).end())
JSONDecode
More Example errors:
http://
Two recent CR's that have exhibited this problem:
https:/
https:/
Changed in barbican: | |
importance: | Undecided → High |
Changed in barbican: | |
assignee: | nobody → Steve Heyman (sheyman) |
status: | New → In Progress |
Changed in barbican: | |
milestone: | none → kilo-2 |
Changed in barbican: | |
status: | Fix Committed → Fix Released |
Changed in barbican: | |
milestone: | kilo-2 → 2015.1.0 |
Related fix proposed to branch: master /review. openstack. org/145591
Review: https:/