Closed
Bug 637371
Opened 15 years ago
Closed 15 years ago
Add tpaint and ts_paint graphs into graph server
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jimm, Unassigned)
References
Details
Add tpaint and ts_paint graphs to graphs servers on stage and production. (per bhearsum's comments in bug 635898, patch is also posted there.)
Comment 1•15 years ago
|
||
did this bug get lost or put on the backburner?
Updated•15 years ago
|
Comment 2•15 years ago
|
||
I fixed the dependency. IT may have thought there was still work to happen in the other bug the way it was setup before.
IT: gentle ping - when do you think you can get these inserts run?
Comment 3•15 years ago
|
||
Can we have the SQL on this bug please? The patch on the mentioned bug isn't clear, please make sure what needs to be added is here on this bug and is approved.
Comment 4•15 years ago
|
||
the patch in bug 635898 needs to be applied. ere is a direct link to the diff:
https://bugzilla.mozilla.org/attachment.cgi?id=515144&action=diff&context=patch&collapsed=&headers=1&format=raw
Is there something else with this diff that is missing?
Comment 5•15 years ago
|
||
done
mysql> insert into tests values (NULL,"tpaint","Paint",1,1,NULL);
Query OK, 1 row affected (0.00 sec)
mysql> insert into tests values (NULL,"ts_paint","Ts, Paint",1,1,NULL);
Query OK, 1 row affected (0.00 sec)
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 6•15 years ago
|
||
(done in staging as well)
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•