TestEngineering/UI/AMO/Tips and Pointers

From MozillaWiki
< TestEngineering‎ | UI
Revision as of 22:24, 10 April 2009 by Stephend (talk | contribs)
Jump to navigation Jump to search

Caching

AMO uses Zeus, which heavily caches content

If you see some_string_define on AMO, it's either 1) a raw string define, or (more likely) 2) Apache needs to restart to pick up the gettext() changes

Staging

To view the revision of AMO you're currently seeing, view-source of any page; in the bottom, you'll see something like

<!-- r24322 -->

This means you're at SVN revision number 24322 -- you can cross-link this to whatever revision number was posted in the checkin comment in the bug.

Staging doesn't automatically sync its database to production -- for some features (reviews, ratings, new add-ons, etc.), we'll need to get a fresh DB import from production; development usually files an IT bug requesting this