Closed Bug 774674 Opened 12 years ago Closed 12 years ago

add additional test definitions to graphs.mozilla.org and graphs.allizom.org for talos tests (1.0)

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jmaher, Unassigned)

Details

insert into tests values (NULL,"sunspider_paint","SunSpider 0.9.1 MozAfterPaint",1,1,16);
insert into tests values (NULL,"sunspider_nochrome_paint","SunSpider 0.9.1 NoChrome MozAfterPaint",0,1,16);
insert into tests values (NULL,"v8_7_paint","V8 version 7 MozAfterPaint",1,1,17);
insert into tests values (NULL,"v8_7_nochrome_paint","V8 version 7, NoChrome MozAfterPaint",1,1,17);
insert into tests values (NULL,"kraken_paint","Kraken Benchmark MozAfterPaint",1,1,18);
insert into tests values (NULL,"kraken_nochrome_paint","Kraken Benchmark NoChrome MozAfterPaint",1,1,18);
On stage:
mysql> use graphs_stage2_prod
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> insert into tests values (NULL,"sunspider_paint","SunSpider 0.9.1 MozAfterPaint",1,1,16);
Query OK, 1 row affected (0.03 sec)

mysql> insert into tests values (NULL,"sunspider_nochrome_paint","SunSpider 0.9.1 NoChrome MozAfterPaint",0,1,16);
Query OK, 1 row affected (0.01 sec)

mysql> insert into tests values (NULL,"v8_7_paint","V8 version 7 MozAfterPaint",1,1,17);
Query OK, 1 row affected (0.00 sec)

mysql> insert into tests values (NULL,"v8_7_nochrome_paint","V8 version 7, NoChrome MozAfterPaint",1,1,17);
Query OK, 1 row affected (0.00 sec)

mysql> insert into tests values (NULL,"kraken_paint","Kraken Benchmark MozAfterPaint",1,1,18);
Query OK, 1 row affected (0.00 sec)

mysql> insert into tests values (NULL,"kraken_nochrome_paint","Kraken Benchmark NoChrome MozAfterPaint",1,1,18);
Query OK, 1 row affected (0.00 sec)


In production:

mysql> use graphs_mozilla_org_new;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> insert into tests values (NULL,"sunspider_paint","SunSpider 0.9.1 MozAfterPaint",1,1,16);
Query OK, 1 row affected (0.00 sec)

mysql> insert into tests values (NULL,"sunspider_nochrome_paint","SunSpider 0.9.1 NoChrome MozAfterPaint",0,1,16);
Query OK, 1 row affected (0.00 sec)

mysql> insert into tests values (NULL,"v8_7_paint","V8 version 7 MozAfterPaint",1,1,17);
Query OK, 1 row affected (0.00 sec)

mysql> insert into tests values (NULL,"v8_7_nochrome_paint","V8 version 7, NoChrome MozAfterPaint",1,1,17);
Query OK, 1 row affected (0.00 sec)

mysql> insert into tests values (NULL,"kraken_paint","Kraken Benchmark MozAfterPaint",1,1,18);
Query OK, 1 row affected (0.00 sec)

mysql> insert into tests values (NULL,"kraken_nochrome_paint","Kraken Benchmark NoChrome MozAfterPaint",1,1,18);
Query OK, 1 row affected (0.00 sec)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: mozilla.org → Data & BI Services Team
You need to log in before you can comment on or make changes to this bug.