Closed
Bug 740196
Opened 14 years ago
Closed 14 years ago
ts_paint on Android doesn't actually work
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Unassigned)
Details
Attachments
(1 file)
|
992 bytes,
patch
|
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
On inbound and central, every Android ts run since bug 723667 deployed ts_paint has failed, timeout exceeded; on aurora, every ts run has failed because "for test in tests" says "TypeError: 'NoneType' object is not iterable."
Every tree is closed.
Comment 1•14 years ago
|
||
Talking to Callek, this sounds like a bad talos.zip with droid.py missing? I can't confirm this atm
Comment 2•14 years ago
|
||
[asasaki@dm-wwwbuild01 foo]$ find . -name droid.py
./talos/mozdevice/droid.py
Comment 3•14 years ago
|
||
This is what I'm landing as a bustage fix.
Comment 4•14 years ago
|
||
(In reply to Phil Ringnalda (:philor) from comment #0)
> On inbound and central, every Android ts run since bug 723667 deployed
> ts_paint has failed, timeout exceeded; on aurora, every ts run has failed
> because "for test in tests" says "TypeError: 'NoneType' object is not
> iterable."
For posterity, this is http://hg.mozilla.org/build/talos/file/6fe235fd9bbe/talos/run_tests.py#l383
tests is None for some reason.
Comment 5•14 years ago
|
||
Comment on attachment 610359 [details] [diff] [review]
bustage fix
http://hg.mozilla.org/build/buildbot-configs/rev/99e020c1c88b
and production, reconfiged tegra masters.
Still reconfiging the other masters for consistency, but we should be good.
Attachment #610359 -
Flags: checked-in+
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
I have to give the A-team the ability to tests these changes on the try server (similar model that talos.json by using placeholders for existing suites).
As soon as I have a whole blocked week I will do it.
| Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•