Closed Bug 507126 Opened 15 years ago Closed 15 years ago

Push SUMO 1.2.1 to prod Thursday July 30

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: laura, Assigned: fox2mike)

Details

(Whiteboard: 07/30)

Assignee: server-ops → shyam
Whiteboard: 07/30
Flags: needs-downtime+
I ran the SUMO testsuite in Litmus (19 testcases) and all but one (testcase needs fixing/removal) passed:

https://litmus.mozilla.org/test_run_report.cgi?test_run_id=41
Also need to run the SQL from https://bugzilla.mozilla.org/show_bug.cgi?id=506935
svn switch complete and pushed out.

SQL changes were run :

mysql> DELETE FROM `tiki_languages` WHERE ( `lang` = 'es-AR' ) OR ( `lang` = 'nn-NO' );
Query OK, 2 rows affected (0.02 sec)

mysql> 
mysql> DELETE FROM `tiki_objects` WHERE ( `name` LIKE '%es-AR' ) OR ( `name` LIKE '%nn-NO' );
Query OK, 24 rows affected (0.39 sec)

mysql> 
mysql> DELETE FROM `tiki_language` WHERE ( `lang` = 'es-AR' ) OR ( `lang` = 'nn-NO' );
Query OK, 5495 rows affected (0.77 sec)

mysql> 
mysql> DELETE FROM `tiki_freetags` WHERE ( `lang` = 'es-AR' ) OR ( `lang` = 'nn-NO' );
Query OK, 268 rows affected (0.05 sec)

mysql> 
mysql> DELETE FROM `tiki_translated_objects` WHERE ( `lang` = 'es-AR' ) OR ( `lang` = 'nn-NO' );
Query OK, 149 rows affected (0.27 sec)

mysql> 
mysql> DELETE FROM `tiki_pages` WHERE ( `lang` = 'es-AR' ) OR ( `lang` = 'nn-NO' );
Query OK, 26 rows affected (0.83 sec)

And Netscaler caches cleared. Should be good :)
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
I still don't see the message from bug 487176 on https://support.mozilla.com/tiki-register.php; can you check Smarty cache/memcache?
Yeah, I just cleared out memcached and the others, that got left out during the first run.
(In reply to comment #5)
> I still don't see the message from bug 487176 on
> https://support.mozilla.com/tiki-register.php; can you check Smarty
> cache/memcache?

As noted in that bug, it uses RegNotif, which is part of dynamic content.  I've verified 7 or so bugs and run our working Selenium testcases on this -- calling it good!

Verified FIXED.
Status: RESOLVED → VERIFIED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.