Closed Bug 650879 Opened 13 years ago Closed 13 years ago

update graph server to include mobile tp4 'shutdown' pageset

Categories

(mozilla.org Graveyard :: Server Operations, task)

x86
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jmaher, Assigned: fox2mike)

References

Details

Attachments

(1 file)

we forgot to add the sql for the shutdown option on the tests.  attached is a .sql file that will add the shutdown parts of the test to the graph server.
Blocks: 648307
Assignee: server-ops → shyam
Attachment #526781 - Attachment mime type: text/x-sql → text/plain
mysql> insert into tests values (NULL,"tp4m_shutdown_nochrome", "Tp4 Shutdown Mobile NoChrome",0,1,14);
Query OK, 1 row affected (0.03 sec)

mysql> insert into tests values (NULL,"tp4m_shutdown", "Tp4 Shutdown Mobile",1,1,14);
Query OK, 1 row affected (0.00 sec)

Done on stage, is this needed for prod too? That'll need an ack from Lukas
Status: NEW → ASSIGNED
Yes, it's needed for prod.
Done on prod as well.

mysql> insert into tests values (NULL,"tp4m_shutdown_nochrome", "Tp4 Shutdown Mobile NoChrome",0,1,14);
Query OK, 1 row affected (0.01 sec)

mysql> insert into tests values (NULL,"tp4m_shutdown", "Tp4 Shutdown Mobile",1,1,14);
Query OK, 1 row affected (0.00 sec)
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.