Closed
Bug 883150
Opened 13 years ago
Closed 13 years ago
add tsvgx and tscrollx to talos
Categories
(Testing :: Talos, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
(Keywords: dev-doc-needed)
Attachments
(1 file, 1 obsolete file)
|
29.00 KB,
patch
|
avih
:
review+
k0scist
:
feedback+
|
Details | Diff | Splinter Review |
these tests need definitions and tsvgx needs code.
| Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → jmaher
Status: NEW → ASSIGNED
Attachment #762672 -
Flags: review?(avihpit)
Attachment #762672 -
Flags: feedback?(jhammel)
| Assignee | ||
Comment 2•13 years ago
|
||
after landing this and adding the graph server definitions in bug 883137, we will need to:
* deploy graph server changes to production and staging
* add support for this in buildbot-configs
* deploy new page set to bm-remote (android)
* run staging tests
* profit
Comment 3•13 years ago
|
||
I think I'd have preferred a different implementation - one which doesn't duplicate all the files of a test, and calls it testx.
The only technical difference between the x version and the normal version is that we set a specific preference before running the test - while all the source files are identicsal. That's true for tscroll, and for tsvg it depends if the patch bug 854746 landed or not. tsvgx is identical to the patched tsvg from bug 854746, with a specific pref set before the run.
For tsvgx I might not mind so much (other than losing the repo history) since we'll deprecate the old tsvg anyway. But with tscroll/x, we'll be using them both, and any change made to one of them would have to be duplicated to the other. So I think it'd be much better to somehow run the same files twice, under different names, where the x version also sets the pref.
| Assignee | ||
Comment 4•13 years ago
|
||
tscroll files are identical, I just modified the preference. For tsvg since the files themselves are modified, I created a new test called tsvgx. We cannot run files side by side that change things without duplicating the files !
Comment 5•13 years ago
|
||
Comment on attachment 762672 [details] [diff] [review]
add tsvgx and tscrollx to talos (1.0)
Review of attachment 762672 [details] [diff] [review]:
-----------------------------------------------------------------
Just use |hg cp tsvg tsvgx| to keep repo history of tsvg at tsvgx, and then apply the patch. Sorry for not noticing that tscrollx didn't involve any copied files.
Attachment #762672 -
Flags: review?(avihpit) → review+
| Assignee | ||
Comment 6•13 years ago
|
||
updated patch using 'hg cp' to seed the svgx/ folder.
Attachment #762672 -
Attachment is obsolete: true
Attachment #762672 -
Flags: feedback?(jhammel)
Attachment #762753 -
Flags: review?(avihpit)
Attachment #762753 -
Flags: feedback?(jhammel)
Updated•13 years ago
|
Attachment #762753 -
Flags: review?(avihpit) → review+
Comment 7•13 years ago
|
||
Comment on attachment 762753 [details] [diff] [review]
add tsvgx and tscrollx to talos (2.0)
lgtm
Attachment #762753 -
Flags: feedback?(jhammel) → feedback+
| Assignee | ||
Comment 8•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 9•12 years ago
|
||
I added some basic info and links to the developer docs here:
https://wiki.mozilla.org/Buildbot/Talos/Tests
They still need a real description from someone who understands these benchmarks well.
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•