Closed
Bug 806100
Opened 12 years ago
Closed 12 years ago
datazilla ts results have more data than they should
Categories
(Testing :: Talos, defect)
Testing
Talos
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Assigned: jmaher)
References
Details
Attachments
(2 files)
(deleted),
patch
|
k0scist
:
review-
|
Details | Diff | Splinter Review |
(deleted),
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
From:
talos -n -d -a ts --develop -e `which firefox` --datazilla-url
foo.json --cycles 5
I get
"""
"results": {
"ts": [
494.0,
494.0,
420.0,
494.0,
420.0,
438.0,
494.0,
420.0,
438.0,
422.0,
494.0,
420.0,
438.0,
422.0,
441.0
]
"""
This should be just 494.0, 420.0, 438.0, 422.0, 441.0 . We are
wrongly extending vs appending somewhere.
Assignee | ||
Comment 1•12 years ago
|
||
fix datazilla ts test output. We might want to extend this to more stuff as well.
Also found a bug in terminate process and I needed to fix this in order to test this.
Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 675858 [details] [diff] [review]
fix datazilla ts tests (1.0)
ABICT, this is a misindentation in the original file. I'll post a possible fix
Attachment #675858 -
Flags: review?(jhammel) → review-
Reporter | ||
Comment 3•12 years ago
|
||
Attachment #675866 -
Flags: review?(jmaher)
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 675866 [details] [diff] [review]
fix indentation level
Review of attachment 675866 [details] [diff] [review]:
-----------------------------------------------------------------
ahh!
Attachment #675866 -
Flags: review?(jmaher) → review+
Comment 5•12 years ago
|
||
There was an Android ts improvement of about 8% around Oct 18, which seemed to correspond to a talos.zip update -- might this bug account for that?
Assignee | ||
Comment 6•12 years ago
|
||
yeah, there is a good chance.
Reporter | ||
Comment 7•12 years ago
|
||
ABICT, this comes from this changeset: http://hg.mozilla.org/build/talos/rev/e3ab367914e6 . Of course this doesn't tell when a talos.zip was deployed, but Oct 18 seems a bit out.
Assignee | ||
Comment 8•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•