Closed
Bug 800421
Opened 12 years ago
Closed 12 years ago
remove deprecated tests from talos
Categories
(Testing :: Talos, defect)
Testing
Talos
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Unassigned)
Details
(Whiteboard: [good first bug][mentor=BYK][lang=py])
See https://bugzilla.mozilla.org/show_bug.cgi?id=754073#c49
- we do not have support for ts_places*. This should be removed from
PerfConfigurator
- we don't run tsspider anymore, we could remove this additional
config override in PerfConfigurator
(and maybe the test as well?)
> @@ +645,5 @@
> > + url = url.replace('webServer=', 'webServer=%s' %
> self.config['webserver'])
> > +
> > + # Take care of the robocop based tests
> > + url = url.replace('class org.mozilla.fennec.tests',
> 'class %s.tests' % self.config['browser_path'])
> > + return url
>
> please remove this entire block as we do not support this anymore.
Updated•12 years ago
|
Whiteboard: [good first bug][mentor=BYK][lang=py]
Reporter | ||
Comment 1•12 years ago
|
||
It looks like tsspider is gone
Reporter | ||
Comment 2•12 years ago
|
||
According to http://k0s.org:8080/#dirtypaint , we still run
--resultsServer graphs.mozilla.org --resultsLink /server/collect.cgi --activeTests tspaint_places_generated_med:tspaint_places_generated_max --setPref hangmonitor.timeout=0 --mozAfterPaint
Is this true?
Comment 3•12 years ago
|
||
correct we still run these. There are ts_places are not run though, it is just a couple tspaint_places tests left.
Reporter | ||
Comment 4•12 years ago
|
||
ts_places are no longer in test.py so I think our work here is done, unless i'm missing something
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•