Closed Bug 907876 Opened 11 years ago Closed 11 years ago

add tscrollr to graph server

Categories

(mozilla.org Graveyard :: Webdev, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jmaher, Assigned: jmaher)

Details

Attachments

(1 file)

we recently switched tscrollr with tscrollx and now tscrollr is run without mozafterpaint.  it is running fine, just not reporting to graphs.mozilla.org :(
Assignee: nobody → jmaher
Status: NEW → ASSIGNED
Attachment #793618 - Flags: review?(armenzg)
Attachment #793618 - Flags: review?(armenzg) → review+
Please update these two databases ("graphs_mozilla_org_new" and "graphs_stage2_prod") with this sql: 
insert into tests values (NULL,"tscrollr","tscroll Row Major",1,1,11);
mysql> show tables;
+----------------------------------+
| Tables_in_graphs_mozilla_org_new |
+----------------------------------+
| branches                         |
| machines                         |
| os_list                          |
| tests                            |
+----------------------------------+
4 rows in set (0.00 sec)

mysql> insert into tests values (NULL,"tscrollr","tscroll Row Major",1,1,11);
Query OK, 1 row affected (0.01 sec)

mysql> select * from tests where name="tscrollr";
+-----+----------+-------------------+-----------+-----------+------------+
| id  | name     | pretty_name       | is_chrome | is_active | pageset_id |
+-----+----------+-------------------+-----------+-----------+------------+
| 305 | tscrollr | tscroll Row Major |         1 |         1 |         11 |
+-----+----------+-------------------+-----------+-----------+------------+
1 row in set (0.01 sec)

#############
mysql> show tables;
+------------------------------+
| Tables_in_graphs_stage2_prod |
+------------------------------+
| branches                     |
| machines                     |
| os_list                      |
| tests                        |
+------------------------------+
4 rows in set (0.01 sec)

mysql> insert into tests values (NULL,"tscrollr","tscroll Row Major",1,1,11);
Query OK, 1 row affected (0.02 sec)

mysql> select * from tests where name="tscrollr";
+-----+----------+-------------------+-----------+-----------+------------+
| id  | name     | pretty_name       | is_chrome | is_active | pageset_id |
+-----+----------+-------------------+-----------+-----------+------------+
| 291 | tscrollr | tscroll Row Major |         1 |         1 |         11 |
+-----+----------+-------------------+-----------+-----------+------------+
1 row in set (0.00 sec)
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
(In reply to Joel Maher (:jmaher) from comment #0)
> we recently switched tscrollr with tscrollx and now tscrollr is run without
> mozafterpaint.  it is running fine, just not reporting to graphs.mozilla.org
> :(

Just clarifying, tscrollr was at the 'other' suite (which runs with mozafterpaint), and tscrollx was in the staging 'rafx' suite (which didn't run with mozafterpaint - "<jmaher> because rafx isn't running with mozafterpaint, it can't due to tsvg").

Now that tscrollx moved into 'other' and tscrollr moved into 'rafx', tscrollr no longer runs with mozafterpaint, which changed its reported name, which needs this graphserver update with the new, non mozafterpaint, name.
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: