Closed
Bug 700928
Opened 13 years ago
Closed 13 years ago
all mozilla-aurora tests are failing after the m-c merge tonight.
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: mfinkle)
Details
Attachments
(1 file)
1.50 KB,
patch
|
mozilla
:
review+
|
Details | Diff | Splinter Review |
Probably related to:
11-08 18:52:46.416 W/System.err( 1414): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=http://mochi.test:8888/tests/content/xslt/tests/mochitest?autorun=1&closeWhenDone=1&logFile=%2Fmnt%2Fsdcard%2Ftests%2Flogs%2Fmochitest.log&fileLevel=INFO&consoleLevel=INFO flg=0x10000000 pkg=org.mozilla.fennec_aurora (has extras) }
11-08 18:52:46.416 W/System.err( 1414): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1408)
11-08 18:52:46.416 W/System.err( 1414): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1378)
11-08 18:52:46.416 W/System.err( 1414): at android.app.ContextImpl.startActivity(ContextImpl.java:622)
11-08 18:52:46.416 W/System.err( 1414): at android.content.ContextWrapper.startActivity(ContextWrapper.java:258)
11-08 18:52:46.416 W/System.err( 1414): at com.mozilla.SUTAgentAndroid.service.DoCommand.StartJavaPrg(DoCommand.java:3303)
11-08 18:52:46.416 W/System.err( 1414): at com.mozilla.SUTAgentAndroid.service.DoCommand.StartPrg2(DoCommand.java:3445)
11-08 18:52:46.416 W/System.err( 1414): at com.mozilla.SUTAgentAndroid.service.DoCommand.processCommand(DoCommand.java:678)
11-08 18:52:46.416 W/System.err( 1414): at com.mozilla.SUTAgentAndroid.service.CmdWorkerThread.run(CmdWorkerThread.java:164)
Updated•13 years ago
|
Severity: normal → blocker
OS: Mac OS X → Android
Hardware: x86 → ARM
Updated•13 years ago
|
Summary: most mozilla-aurora tests are failing after the m-c merge tonight. → all mozilla-aurora tests are failing after the m-c merge tonight.
Comment 1•13 years ago
|
||
The other bustage holding aurora closed is fixed, so this is the only thing stopping it from opening.
Comment 2•13 years ago
|
||
> pkg=org.mozilla.fennec_aurora
It looks like this intent is failing because tinderbox builds on Aurora are using the Nightly branding and package name (org.mozilla.fennec) while the test scripts expect the Aurora package name (org.mozilla.fennec_aurora).
Assignee | ||
Comment 3•13 years ago
|
||
Should there be mozconfigs for mobile in mozilla-aurora? I can't find them.
Comment 4•13 years ago
|
||
http://hg.mozilla.org/releases/mozilla-aurora/file/3557fb5c8f9f/mobile/config/mozconfigs/android/nightly needs to change its branding to aurora.
Assignee | ||
Comment 5•13 years ago
|
||
Switches to use aurora branding
Assignee: nobody → mark.finkle
Attachment #573304 -
Flags: review?(aki)
Comment 6•13 years ago
|
||
Comment on attachment 573304 [details] [diff] [review]
patch
This will fix it for now.
I think we can get it to where a new merge won't break it again, later.
Attachment #573304 -
Flags: review?(aki) → review+
Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 573304 [details] [diff] [review]
patch
Not happy with this. It will break on the next merge. In both aurora and beta. Looks like we need something based on the update channel?
Comment 8•13 years ago
|
||
Comment 9•13 years ago
|
||
Looks like that fixed it for now.
We need to either figure something programmatic to make this merge-proof, or we need to add this to the merge checklist.
Severity: blocker → major
Comment 10•13 years ago
|
||
I updated https://wiki.mozilla.org/Releases/Merge_Checklist#mozilla-beta_.E2.86.92_mozilla-release and sent a pull request for https://github.com/mozilla/process-releases/blob/gh-pages/draft/development_specifics/index.html#L566 .
Resolving.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•