Closed
Bug 563048
Opened 15 years ago
Closed 14 years ago
Graph server posts for 10.6 are failing for some project branches
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: bear)
References
Details
(Whiteboard: [10.6][graphserver])
Attachments
(2 files, 1 obsolete file)
(deleted),
patch
|
armenzg
:
review+
|
Details | Diff | Splinter Review |
(deleted),
text/plain
|
armenzg
:
review+
bear
:
checked-in+
|
Details |
With messages like this:
"No machine_name called 'OS_X_10.6.2_tracemonkey' can be found"
For these branches:
- tracemonkey
- electrolysis
- addonsmgr
- places
http://production-master02.build.mozilla.org:8010/builders/OS%20X%2010.6.2%20tracemonkey%20build
http://production-master02.build.mozilla.org:8010/builders/OS%20X%2010.6.2%20electrolysis%20build
http://production-master02.build.mozilla.org:8010/builders/OS%20X%2010.6.2%20addonsmgr%20build
http://production-master.build.mozilla.org:8010/builders/OS%20X%2010.6.2%20places%20build?numbuilds=100
Updated•15 years ago
|
Whiteboard: [10.6][graphserver]
Assignee | ||
Comment 1•15 years ago
|
||
I'll work on the sql changes and then file a bug with IT to get them added to the graph server.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → bear
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•15 years ago
|
||
I did not see addons manager listed for any of the other OS's so left it off of the 10.6.2 set
Attachment #449038 -
Flags: review?(armenzg)
Reporter | ||
Comment 3•15 years ago
|
||
Comment on attachment 449038 [details] [diff] [review]
Add new tests for macosx64 to graph server sql
addonsmgr is in the new master01:
http://production-master01.build.mozilla.org:8010/builders/OS%20X%2010.6.2%20addonsmgr%20build/builds/0
Can you please add it? r=me with that
Can you also attach an SQL paste to be run by catlee (for staging graph DB) and by IT (stage graph DB)?
I have noticed (thanks to 0.8.0's new view) that this step consumes around 20 minutes for each build since it is waiting to time out. So this bug is a little more important than I thought at first.
Attachment #449038 -
Flags: review?(armenzg) → review+
Assignee | ||
Comment 4•15 years ago
|
||
adjusted patch to add the other OS items for AddOnsMgr
Attachment #449038 -
Attachment is obsolete: true
Attachment #449064 -
Flags: review?(armenzg)
Reporter | ||
Comment 5•15 years ago
|
||
Comment on attachment 449064 [details] [diff] [review]
Add AddOnsMgr items to sql statements
perfect. I can land this for you once we have the sql statement landed on staging graph DB and the stage graph DB.
NOTE, the sql statement should only be the 10.6 missing changes:
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_tracemonkey",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_tracemonkey_leak_test",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_places",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_places_leak_test",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_electrolysis",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_electrolysis_leak_test",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_addonsmgr",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_addonsmgr_leak_test",1,unix_timestamp());
Thanks bear.
Attachment #449064 -
Flags: review?(armenzg) → review+
Assignee | ||
Comment 6•15 years ago
|
||
macosx64 inserts only as text
Attachment #449072 -
Flags: review?(armenzg)
Reporter | ||
Comment 7•15 years ago
|
||
Comment on attachment 449072 [details]
10.6.2 sql inserts only
Looks good. Go ahead and ask catlee/alice to land this for you.
After you see that the graph posts on staging work as expected you can file the IT bug for them to land it.
Good job!
Attachment #449072 -
Flags: review?(armenzg) → review+
Assignee | ||
Updated•15 years ago
|
Attachment #449072 -
Flags: checked-in?
Comment 8•15 years ago
|
||
(In reply to comment #7)
> (From update of attachment 449072 [details])
> Looks good. Go ahead and ask catlee/alice to land this for you.
> After you see that the graph posts on staging work as expected you can file the
> IT bug for them to land it.
>
> Good job!
Ok, these inserts have been applied to graphs-stage
Assignee | ||
Updated•14 years ago
|
Attachment #449072 -
Flags: checked-in? → checked-in+
Assignee | ||
Comment 9•14 years ago
|
||
evidently this has already been applied to production - closing this bug
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 10•14 years ago
|
||
I've unhidden the build, debug, and nightly builders on TraceMonkey and Electrolysis. They are green except for debug which has the same hangs in trace-malloc as m-c has.
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•