Not able to map float value to measurement field
Bug #1163661 reported by
HariGopal
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LAVA Dispatcher |
Fix Released
|
High
|
Senthil Kumaran S |
Bug Description
After parsing, while mapping the fields to values lava_test_shell, It was throwing error
root@master [rc=0]# <LAVA_DISPATCHE
Changed in lava-dispatcher: | |
assignee: | nobody → Senthil Kumaran S (stylesen) |
importance: | Undecided → Medium |
Changed in lava-dispatcher: | |
status: | Fix Committed → Fix Released |
status: | Fix Released → Fix Committed |
Changed in lava-dispatcher: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
After more analysis, I could see this is a problem with how measurement values are handled within lava-test-shell. They are pushed as decimal.Decimal which is not understood by JSON. Am in the process of converting everything to a float before handing over to JSON.