Closed
Bug 800110
Opened 13 years ago
Closed 13 years ago
Mirror mozbase -> m-c for bug 800097
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(firefox18 fixed, firefox19 fixed)
RESOLVED
FIXED
mozilla19
People
(Reporter: ahal, Assigned: k0scist)
References
Details
Attachments
(3 files)
90.01 KB,
patch
|
ahal
:
review+
|
Details | Diff | Splinter Review |
1.70 KB,
patch
|
wlach
:
review+
|
Details | Diff | Splinter Review |
90.55 KB,
patch
|
Details | Diff | Splinter Review |
Sync time!
Assignee | ||
Comment 1•13 years ago
|
||
bug 799605, the previous mirroring is still in the works, so i don't think we should land on inbound until that makes it to m-c (presumedly tonight), but we can go ahead and generate the diff and test
Depends on: 799605
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #670423 -
Flags: review?(ahalberstadt)
Reporter | ||
Comment 3•13 years ago
|
||
Comment on attachment 670423 [details] [diff] [review]
da60c88b8c7eace5d24b250395268b7af040127a
Review of attachment 670423 [details] [diff] [review]:
-----------------------------------------------------------------
r+, assuming those process handler changes aren't the ones that were supposed to be reverted.
Attachment #670423 -
Flags: review?(ahalberstadt) → review+
Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Andrew Halberstadt [:ahal] from comment #3)
> Comment on attachment 670423 [details] [diff] [review]
> da60c88b8c7eace5d24b250395268b7af040127a
>
> Review of attachment 670423 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> r+, assuming those process handler changes aren't the ones that were
> supposed to be reverted.
No, this time I *actually* finished (and tested) my patch before pushing ;) [I actually have no idea how i screwed up before; probably forgot a `git checkout <branch>` at some point in time]
Assignee | ||
Comment 5•13 years ago
|
||
pushed to try: https://tbpl.mozilla.org/?tree=Try&rev=e3b8c1b61504
If we're lucky, we'll hit this night's inbound
Assignee | ||
Comment 6•13 years ago
|
||
Traceback (most recent call last):
File "mochitest/runtestsremote.py", line 14, in <module>
from remoteautomation import RemoteAutomation
File "/builds/tegra-357/test/build/tests/mochitest/remoteautomation.py", line 13, in <module>
from devicemanager import NetworkTools, DMError
File "/builds/tegra-357/test/build/tests/mochitest/devicemanager.py", line 13, in <module>
from Zeroconf import Zeroconf, ServiceBrowser
ImportError: No module named Zeroconf
program finished with exit code 1
Assignee | ||
Comment 7•13 years ago
|
||
Long story short, this is because we don't run on the slaves using the full python packages; we just shove all the things in test.zip and run from there. So we need to change the definition of what all the things is:
http://mxr.mozilla.org/mozilla-central/search?string=mozdevice&find=&findi=&filter=^[^\0]*%24&hitlimit=&tree=mozilla-central
Reporter | ||
Comment 8•13 years ago
|
||
See also: https://bugzilla.mozilla.org/show_bug.cgi?id=800116
Unfortunately fixing this means moving all fennec automation to mozharness (or doing something hacky).
Assignee | ||
Comment 9•13 years ago
|
||
to be landed concurrently/merged with attachment 670423 [details] [diff] [review]
Assignee | ||
Updated•13 years ago
|
Attachment #670481 -
Flags: review?(wlachance)
Comment 10•13 years ago
|
||
Comment on attachment 670481 [details] [diff] [review]
fixes to Makefiles
Yup, this is what we need
Attachment #670481 -
Flags: review?(wlachance) → review+
Assignee | ||
Comment 11•13 years ago
|
||
Assignee | ||
Comment 12•13 years ago
|
||
pushed combined diff to try: https://tbpl.mozilla.org/?tree=Try&rev=05a63389adfc
Assignee | ||
Comment 13•13 years ago
|
||
This looks green, pushed to inbound: https://hg.mozilla.org/integration/mozilla-inbound/rev/64b6e5be0426
Comment 14•13 years ago
|
||
Assignee: nobody → jhammel
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
![]() |
||
Updated•13 years ago
|
tracking-firefox18:
--- → ?
Assignee | ||
Comment 15•13 years ago
|
||
![]() |
||
Updated•13 years ago
|
tracking-firefox18:
? → ---
Whiteboard: [automation-needed-in-aurora]
![]() |
||
Comment 16•13 years ago
|
||
Pushed to ash as aurora-try: https://tbpl.mozilla.org/?tree=Ash&rev=18b5195e134c
![]() |
||
Comment 17•13 years ago
|
||
Ash run looks ok, landed on aurora: https://hg.mozilla.org/releases/mozilla-aurora/rev/d48279987712
status-firefox18:
--- → fixed
status-firefox19:
--- → fixed
Whiteboard: [automation-needed-in-aurora]
You need to log in
before you can comment on or make changes to this bug.
Description
•