Closed
Bug 1000792
Opened 11 years ago
Closed 11 years ago
add graph server sql definitions for new additional talos test 'media' to graphs.mozilla.org and graphs.allizom.org
Categories
(Data & BI Services Team :: DB: MySQL, task)
Data & BI Services Team
DB: MySQL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Unassigned)
References
(Blocks 1 open bug)
Details
can you please update these two databases ("graphs_mozilla_org_new" and "graphs_stage2_prod") with this sql:
insert into tests values (NULL,"media_tests","WebRTC Media Performance Tests",1,1,19);
Comment 1•11 years ago
|
||
Done on both....
mysql> insert into tests values (NULL,"media_tests","WebRTC Media Performance Tests",1,1,19);
Query OK, 1 row affected (0.00 sec)
Also, check with Armen - I'm pretty sure he knows the credentials so you can self-service these kinds of things (I know he's moved on to ateam, but that should have been passed along).
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•11 years ago
|
||
Sorry to do this, I had made a mistake and forgot to update the pages table.
Can we get these additional sql statements executed for these two databases ("graphs_mozilla_org_new" and "graphs_stage2_prod"):
insert into pages values (NULL, 21, "audio_playback_quality_snr_in_db");
insert into pages values (NULL, 21, "audio_playback_quality_delay_in_ms");
insert into pages values (NULL, 21, "audio_peer_connection_quality_snr_in_db");
insert into pages values (NULL, 21, "audio_peer_connection_quality_delay_in_ms");
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 3•11 years ago
|
||
Done!
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•11 years ago
|
||
Sheeri, thanks so much for doing this so fast!
Updated•11 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
•