Closed
Bug 769484
Opened 13 years ago
Closed 13 years ago
datazilla serialization should be better
Categories
(Testing :: Talos, defect)
Testing
Talos
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 744405
People
(Reporter: k0scist, Unassigned)
References
Details
Currently, for (example) ts, the results are nice floats, but the
results_aux are strings:
"results_aux": {
"shutdown": [
"657",
"605",
"689",
...
tpcyles and tppagecycles in test are clearly integers. However, they
are also reported as strings:
"testrun": {
"date": "1340920379",
"options": {
"responsiveness": false,
"rss": false,
"shutdown": true,
"tpchrome": true,
"tpcycles": "10",
"tpmozafterpaint": false,
"tppagecycles": "1",
"tprender": false
},
Comment 1•13 years ago
|
||
This is from the server results, or when we are posting results to the serer? Where should someone look to start fixing this one?
| Reporter | ||
Comment 2•13 years ago
|
||
This should be fixed along with https://bugzilla.mozilla.org/show_bug.cgi?id=744405 . The patch is already up, just needs review
See Also: → 744405
| Reporter | ||
Comment 3•13 years ago
|
||
...and this should probably be duplicated against that on landing
| Reporter | ||
Comment 4•13 years ago
|
||
should be fixed: http://hg.mozilla.org/build/talos/rev/195293d7404c
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•