Closed
Bug 807450
Opened 12 years ago
Closed 12 years ago
Please run this on the graphs DB
Categories
(Data & BI Services Team :: DB: MySQL, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: scabral)
References
Details
Reviewed in https://bugzilla.mozilla.org/attachment.cgi?id=677021&action=edit
insert into machines values (NULL,1,0,"2.26","talos-r3-xp-097",1,unix_timestamp());
insert into machines values (NULL,1,0,"2.26","talos-r3-xp-098",1,unix_timestamp());
insert into machines values (NULL,1,0,"2.26","talos-r3-xp-099",1,unix_timestamp());
insert into machines values (NULL,1,0,"2.26","talos-r3-xp-100",1,unix_timestamp());
insert into machines values (NULL,12,0,"2.26","talos-r3-w7-100",1,unix_timestamp());
insert into machines values (NULL,12,0,"2.26","talos-r3-w7-101",1,unix_timestamp());
insert into machines values (NULL,12,0,"2.26","talos-r3-w7-102",1,unix_timestamp());
insert into machines values (NULL,12,0,"2.26","talos-r3-w7-103",1,unix_timestamp());
insert into machines values (NULL,12,0,"2.26","talos-r3-w7-104",1,unix_timestamp());
Assignee | ||
Comment 1•12 years ago
|
||
Inserted on both graphs staging and graphs production, with no errors.
Assignee: server-ops-database → scabral
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•12 years ago
|
||
Thanks sheeri!
Reporter | ||
Comment 3•12 years ago
|
||
Hi!
It seems I forgot to request talos-r3-xp-096 to be added as well!
Could you please run this as well?
insert into machines values (NULL,1,0,"2.26","talos-r3-xp-096",1,unix_timestamp());
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 4•12 years ago
|
||
This row has been inserted into stage and production. Happy Monday!
(In reply to Armen Zambrano G. [:armenzg] from comment #3)
> Hi!
> It seems I forgot to request talos-r3-xp-096 to be added as well!
>
> Could you please run this as well?
> insert into machines values
> (NULL,1,0,"2.26","talos-r3-xp-096",1,unix_timestamp());
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•