TestEngineering/UI/AMO/Tips and Pointers
Testing Add-on Uploading
- Add-ons need to have:
- At least 1 category
- A description...
before they can be complete; click on the "Complete Add-on" button to make them so
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