Closed
Bug 837812
Opened 13 years ago
Closed 13 years ago
Creating key_value in inventory returns HTTP 500 error
Categories
(Infrastructure & Operations :: Infrastructure: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: relud, Assigned: rtucker)
References
Details
Attachments
(2 files)
url used: https://inventory.mozilla.org/en-US/tasty/v3/key_value/
method: POST
data: {"key":"relud","value":"relud"}
test.py as attached is what I ran to verify the problem.
| Reporter | ||
Comment 1•13 years ago
|
||
alternate data that still shows the error:
{"key":"relud", "value":"relud", "system":"relud1.testing"}
| Reporter | ||
Comment 2•13 years ago
|
||
alternate data that still shows the error:
{"key":"relud", "value":"relud", "system_id":"9460"}
and:
{"key":"relud", "value":"relud", "system":{"id":"9460"}}
| Assignee | ||
Updated•13 years ago
|
Assignee: server-ops-infra → rtucker
| Assignee | ||
Comment 3•13 years ago
|
||
This is going to require an update to the inventory code itself.
I'm going to attach a script that will work once inventory code is patched.
| Assignee | ||
Comment 4•13 years ago
|
||
| Assignee | ||
Comment 5•13 years ago
|
||
I created a pull request and merged the code:
https://github.com/mozilla/inventory/pull/4
We have recently switched to a once per week code push cycle for inventory. We did this code push this morning, however it's still Monday and I'm seeing if we can get another push.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Infrastructure → Infrastructure: Other
Product: mozilla.org → Infrastructure & Operations
You need to log in
before you can comment on or make changes to this bug.
Description
•