Closed
Bug 704325
Opened 14 years ago
Closed 14 years ago
Submit update tests after each test, rather than all at the end
Categories
(Mozilla QA Graveyard :: Mozmill Automation, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: nthomas, Unassigned)
Details
The motivation is that we can monitor the results during release testing rather than discovering any issues at the end.
What do you mean? Results are getting pushed after each update test. Means after a partial/full update path and after a possible (if selected) fallback update path.
| Reporter | ||
Comment 2•14 years ago
|
||
ashughes had told me the results were not available until the end.
(In reply to Nick Thomas [:nthomas] from comment #2)
> ashughes had told me the results were not available until the end.
No, results are visible / queryable immediately from our dashboard. You don't have to wait until the end of the whole test-run.
| Reporter | ||
Comment 4•14 years ago
|
||
Awesome!
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
A query to retrieve the results as JSON blob will be:
http://mozmill-release.brasstacks.mozilla.com/_view/update_reports?startkey=[%22All%22,%22All%22,%222011-11-22T23:59:59%22]&endkey=[%22All%22,%22All%22,%222011-11-21T00:00:00%22]&descending=true
More details about the query parameter can be found in the repository on Github:
https://github.com/whimboo/mozmill-dashboard/blob/master/_attachments/js/dashboard.js#L751
| Assignee | ||
Updated•12 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•