Closed
Bug 631345
Opened 14 years ago
Closed 12 years ago
Run weekly performance tests of top new add-on versions
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: clouserw, Assigned: harth)
References
Details
Last time I talked with Alice our next step was going to be running weekly performance tests of the top 100 (by usage, I assume) add-on's latest versions.
Now that the testing infra can talk to AMO's db we should do this. Let me know how I can help.
Comment 1•14 years ago
|
||
I've thought about this recently and while we should definitely run tests on the top 100 add-ons at least once, we don't need to do it every week because most of the tests will just be re-testing what we tested the previous week.
Instead, we should test new versions of add-ons submitted in the last week, ordered by add-on popularity. So new versions of top add-ons will be tested first but we'll also get the mildly popular, and we won't be duplicating any effort.
Summary: Run weekly performance tests of top 100 add-ons → Run weekly performance tests of top new add-on versions
Reporter | ||
Comment 2•14 years ago
|
||
The infrastructure is in place (save bug 639573) and results are flowing. bhearsum is going to trigger the top 100 job to get us some initial results.
Heather: are there any updates on the weekly script? Blockers? ETA?
Comment 3•14 years ago
|
||
Is it worth pursing building a custom script to generate different lists of addons once a week, or continue the effort to set up a separate addon testing pool that we can submit tests requests to on an as-needed basis (ie, so that a given user can just press a 'get perf results' button and a test request is pushed into the queue)?
Reporter | ||
Comment 4•14 years ago
|
||
(In reply to comment #3)
> Is it worth pursing building a custom script to generate different lists of
> addons once a week, or continue the effort to set up a separate addon testing
> pool that we can submit tests requests to on an as-needed basis (ie, so that a
> given user can just press a 'get perf results' button and a test request is
> pushed into the queue)?
The script is just changing the current one from sorting by usage to sorting by date. I don't think that is the blocker here. Last I heard the blocker was running untrusted code on your clusters. If that is fixed, changing the sort should take a couple minutes, so yes, I think it would be worth it.
Comment 5•14 years ago
|
||
Currently, we use a text file that contains a list of the top 100 addons. To
get this going we'll have to switch to generating a list - is that list posted
somewhere easily web scrapable?
It would be simple enough to add another cron job to update the list before
spawning the weeks tests.
Reporter | ||
Comment 6•14 years ago
|
||
Here is an rss feed you could use to build a list: https://addons.mozilla.org/en-US/firefox/extensions/format:rss?sort=updated
Comment 7•12 years ago
|
||
I don't think we want this anymore.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•