Closed Bug 746427 Opened 13 years ago Closed 13 years ago

Please insert the following SeaMonkey graphs changes into the graphserver and staging-graphserver

Categories

(Data & BI Services Team :: DB: MySQL, task)

x86
Windows Vista
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ewong, Assigned: scabral)

References

Details

insert into branches values (NULL,"SeaMonkey-Release-Non-PGO"); insert into machines values (NULL,6,0,NULL,"Linux_comm-release",1,unix_timestamp()); insert into machines values (NULL,6,0,NULL,"Linux_comm-release_leak_test",1,unix_timestamp()); insert into machines values (NULL,7,0,NULL,"OS_X_10.5_comm-release",1,unix_timestamp()); insert into machines values (NULL,7,0,NULL,"OS_X_10.5_comm-release_leak_test",1,unix_timestamp()); insert into machines values (NULL,8,0,NULL,"WINNT_5.2_comm-release",1,unix_timestamp()); insert into machines values (NULL,8,0,NULL,"WINNT_5.2_comm-release_leak_test",1,unix_timestamp()); insert into machines values (NULL,17,0,NULL,"OS_X_10.6_comm-release",1,unix_timestamp()); insert into machines values (NULL,17,0,NULL,"OS_X_10.6_comm-release_leak_test",1,unix_timestamp()); insert into machines values (NULL,18,0,NULL,"Linux_x86-64_comm-release",1,unix_timestamp()); insert into machines values (NULL,18,0,NULL,"Linux_x86-64_comm-release_leak_test",1,unix_timestamp());
Assignee: server-ops-database → server-ops
Component: Server Operations: Database → Server Operations
QA Contact: cshields → phong
Don't you want to do the 3 Linux renames too?
Summary: Please insert please insert the following SeaMonkey graphs changes to into the graphserver and staging-graphserver → Please insert the following SeaMonkey graphs changes into the graphserver and staging-graphserver
(In reply to Serge Gautherie (:sgautherie) from comment #1) > Don't you want to do the 3 Linux renames too? No those are already correct in the live graphserver, and was a mistake [typo] in the commit to the data in hg
Assignee: server-ops → server-ops-database
Component: Server Operations → Server Operations: Database
QA Contact: phong → cshields
Assignee: server-ops-database → scabral
Done on stage and production. There were some values already inserted on both: mysql> insert into branches values (NULL,"SeaMonkey-Release-Non-PGO"); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,6,0,NULL,"Linux_comm-release",1,unix_timestamp()); ERROR 1062 (23000): Duplicate entry 'Linux_comm-release' for key 2 mysql> insert into machines values (NULL,6,0,NULL,"Linux_comm-release_leak_test",1,unix_timestamp()); ERROR 1062 (23000): Duplicate entry 'Linux_comm-release_leak_test' for key 2 mysql> insert into machines values (NULL,7,0,NULL,"OS_X_10.5_comm-release",1,unix_timestamp()); Query OK, 1 row affected (0.01 sec) mysql> insert into machines values (NULL,7,0,NULL,"OS_X_10.5_comm-release_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,8,0,NULL,"WINNT_5.2_comm-release",1,unix_timestamp()); ERROR 1062 (23000): Duplicate entry 'WINNT_5.2_comm-release' for key 2 mysql> insert into machines values (NULL,8,0,NULL,"WINNT_5.2_comm-release_leak_test",1,unix_timestamp()); ERROR 1062 (23000): Duplicate entry 'WINNT_5.2_comm-release_leak_test' for key 2 mysql> insert into machines values (NULL,17,0,NULL,"OS_X_10.6_comm-release",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,17,0,NULL,"OS_X_10.6_comm-release_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,18,0,NULL,"Linux_x86-64_comm-release",1,unix_timestamp()); ERROR 1062 (23000): Duplicate entry 'Linux_x86-64_comm-release' for key 2 mysql> insert into machines values (NULL,18,0,NULL,"Linux_x86-64_comm-release_leak_test",1,unix_timestamp()); ERROR 1062 (23000): Duplicate entry 'Linux_x86-64_comm-release_leak_test' for key 2 mysql> mysql> insert into branches values (NULL,"SeaMonkey-Release-Non-PGO"); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,6,0,NULL,"Linux_comm-release",1,unix_timestamp()); ERROR 1062 (23000): Duplicate entry 'Linux_comm-release' for key 'name' mysql> insert into machines values (NULL,6,0,NULL,"Linux_comm-release_leak_test",1,unix_timestamp()); ERROR 1062 (23000): Duplicate entry 'Linux_comm-release_leak_test' for key 'name' mysql> insert into machines values (NULL,7,0,NULL,"OS_X_10.5_comm-release",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,7,0,NULL,"OS_X_10.5_comm-release_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,8,0,NULL,"WINNT_5.2_comm-release",1,unix_timestamp()); ERROR 1062 (23000): Duplicate entry 'WINNT_5.2_comm-release' for key 'name' mysql> insert into machines values (NULL,8,0,NULL,"WINNT_5.2_comm-release_leak_test",1,unix_timestamp()); ERROR 1062 (23000): Duplicate entry 'WINNT_5.2_comm-release_leak_test' for key 'name' mysql> insert into machines values (NULL,17,0,NULL,"OS_X_10.6_comm-release",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,17,0,NULL,"OS_X_10.6_comm-release_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,18,0,NULL,"Linux_x86-64_comm-release",1,unix_timestamp()); ERROR 1062 (23000): Duplicate entry 'Linux_x86-64_comm-release' for key 'name' mysql> insert into machines values (NULL,18,0,NULL,"Linux_x86-64_comm-release_leak_test",1,unix_timestamp()); ERROR 1062 (23000): Duplicate entry 'Linux_x86-64_comm-release_leak_test' for key 'name'
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Blocks: 752785
Product: mozilla.org → Data & BI Services Team
You need to log in before you can comment on or make changes to this bug.