Closed
Bug 799277
Opened 13 years ago
Closed 13 years ago
merge day robocheck*, roboprovider, robopan reds issues on m-a
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hwine, Assigned: jmaher)
References
Details
(Whiteboard: [merge day])
Attachments
(1 file)
|
762 bytes,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
Post uplift m-c -> aurora, various robocop tests running red.
Comment 1•13 years ago
|
||
Because confusing in naming is everything, robocop is a sort of browser-chromeish kind of mochitest, which may or may not be permanently orange from timing out after a few tests, too few to tell yet, while robocheck(and 2 and 3), robopan and roboprovider are talos tests, which are permanently red from the infamous and opaque "browser non-zero return code (1) [browser_output.txt]"
Summary: merge day robocop reds issues on m-a → merge day robocheck*, roboprovider, robopan reds (and maybe robocop timeouts) issues on m-a
Comment 2•13 years ago
|
||
Oh, and since it's keeping a tree closed, BLOCKER by definition.
Severity: normal → blocker
Comment 3•13 years ago
|
||
And robocop did get better, so it's just the robotium talos suites that are permabusted.
Updated•13 years ago
|
Summary: merge day robocheck*, roboprovider, robopan reds (and maybe robocop timeouts) issues on m-a → merge day robocheck*, roboprovider, robopan reds issues on m-a
| Assignee | ||
Comment 4•13 years ago
|
||
this resolve our problem, but we need to backout a mozdevice patch first.
Comment 5•13 years ago
|
||
Comment on attachment 669357 [details] [diff] [review]
remove all instances of hardcoded org.mozilla.fennec from config file (1.0)
># HG changeset patch
># Parent bf0f2b04ab86a6659020e67a6c98f9b980a6e88c
>Bug 799277 - merge day robocheck*, roboprovider, robopan reds issues on m-a. r=philor
>
>diff -r bf0f2b04ab86 talos/remotePerfConfigurator.py
>--- a/talos/remotePerfConfigurator.py Mon Oct 08 15:59:06 2012 -0400
>+++ b/talos/remotePerfConfigurator.py Mon Oct 08 20:57:07 2012 -0400
>@@ -179,7 +179,7 @@
> 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'])
>+ url = url.replace('org.mozilla.fennec', self.config['browser_path'])
> return url
>
> def buildRemoteManifest(self, manifestName):
Attachment #669357 -
Flags: review?(philringnalda)
| Assignee | ||
Updated•13 years ago
|
Attachment #669357 -
Flags: review?(bugspam.Callek)
Comment 6•13 years ago
|
||
Comment on attachment 669357 [details] [diff] [review]
remove all instances of hardcoded org.mozilla.fennec from config file (1.0)
As per IRC, I'm not certain this will fix it, since I'm not up on the specifics of this talos code -- but I can assert the code is syntactically correct, and won't make things any worse than they are now.
Attachment #669357 -
Flags: review?(bugspam.Callek) → review+
| Assignee | ||
Comment 7•13 years ago
|
||
landed in talos:
http://hg.mozilla.org/build/talos/rev/5f421eb0d1ed
Comment 8•13 years ago
|
||
a=akeybl for pushing an empty cset to test this landing. Please make this a very high priority today - b2g landings and other fixes are blocked on getting this fixed.
Comment 9•13 years ago
|
||
we still need to create a talos.zip and update testing/talos/talos.json to get this deployed
Comment 10•13 years ago
|
||
(In reply to Jeff Hammel [:jhammel] from comment #9)
> we still need to create a talos.zip and update testing/talos/talos.json to
> get this deployed
Anything left to do here? This bug is marked as blocker, but has no activity in a while...
Comment 11•13 years ago
|
||
Joel, did we ever deploy said updated talos.zip? If so, lets resolve!
Flags: needinfo?(jmaher)
| Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 12•13 years ago
|
||
I forgot to comment which would clear this flag.
Flags: needinfo?(jmaher)
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
•