Closed Bug 883227 Opened 11 years ago Closed 11 years ago

add graph server sql definitions for new talos tests to graphs.mozilla.org and graphs.allizom.org

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jmaher, Assigned: scabral)

References

Details

insert into tests values (NULL,"tscrollx_paint","tscroll MozAfterPaint, Frame Rate 10Khz",1,1,11);
insert into tests values (NULL,"tsvgx","SVG, Frame Rate 10Khz",1,1,5);
insert into tests values (NULL,"tsvgx_opacity","SVG, Opacity, Frame Rate 10Khz",1,1,9);
Done on stage and production.
Assignee: server-ops-database → scabral
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
we forgot one test case that our testing on try didn't flush out:
insert into tests values (NULL,"tscrollx","tscroll, Frame Rate 10Khz",1,1,11);
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Two, actually, tsvgx_nochrome.
See Also: → 883137
What's the INSERT for tsvgx_nochrome?
Joel, can you answer sheeri's c#4 when you're back from your PTO.

As well as be sure to update graphs/sql/data.sql with the new inserts!
Flags: needinfo?(jmaher)
here is the insert for tsvgx_nochrome:
insert into tests values (NULL,"tsvgx_nochrome","SVG, NoChrome, Frame Rate 10Khz",1,1,9);
Flags: needinfo?(jmaher)
Done on stage and production:


MariaDB [graphs_mozilla_org_new]> insert into tests values (NULL,"tsvgx_nochrome","SVG, NoChrome, Frame Rate 10Khz",1,1,9);
Query OK, 1 row affected (0.00 sec)
Status: REOPENED → RESOLVED
Closed: 11 years ago11 years ago
Resolution: --- → FIXED
I don't see the insert from comment #2:
insert into tests values (NULL,"tscrollx","tscroll, Frame Rate 10Khz",1,1,11);
oof, you're right! That has been remedied now, thanx for checking.
Product: mozilla.org → Data & BI Services Team
You need to log in before you can comment on or make changes to this bug.