Closed
Bug 672954
Opened 14 years ago
Closed 14 years ago
Add support for handling the new soft assertions (expect)
Categories
(Mozilla QA Graveyard :: Mozmill Result Dashboard, defect)
Mozilla QA Graveyard
Mozmill Result Dashboard
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Attachments
(2 files, 1 obsolete file)
16.31 KB,
patch
|
davehunt
:
review+
|
Details | Diff | Splinter Review |
7.66 KB,
patch
|
davehunt
:
review+
|
Details | Diff | Splinter Review |
With the new assertions backported to the current shared modules on bug 668810, we have to update the dashboard code to handle those soft assertions (expect). Failures are getting listed as fail and not exception. We have to support both types.
A Pivotal Tracker story has been created for this Bug: https://www.pivotaltracker.com/story/show/16049031
Assignee | ||
Comment 2•14 years ago
|
||
I will attach two patches on this bug. The first one will be for the Sammy application, while the second one will take care of the CouchDB views.
Assignee | ||
Comment 3•14 years ago
|
||
Patches the report views of all test-runs to show messages of the new assertion types. Also it now supports multiple failure messages per test function.
Attachment #547447 -
Flags: review?(dave.hunt)
Updated•14 years ago
|
Attachment #547447 -
Flags: review?(dave.hunt) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Comment on attachment 547447 [details] [diff] [review]
Patch v1 (sammy) [checked-in]
Landed as:
https://github.com/whimboo/mozmill-dashboard/commit/748f8d1c23214eb51877d1a3141491a1343430fc
Also changes are now live on all dashboard instances.
Attachment #547447 -
Attachment description: Patch v1 (sammy) → Patch v1 (sammy) [checked-in]
Assignee | ||
Comment 5•14 years ago
|
||
Changes to the couchdb views.
We don't need the platform branch anymore, so I have removed it from everywhere. Also for soft assertions only the functional failures view have had to be updated.
Attachment #547543 -
Flags: review?(dave.hunt)
Comment 6•14 years ago
|
||
Comment on attachment 547543 [details] [diff] [review]
Patch v1 (couchdb views)
As mentioned on IRC the top failures don't match up. Where there should be two different failures occurring twice, the same failure is reported four times.
Attachment #547543 -
Flags: review?(dave.hunt) → review-
Assignee | ||
Comment 7•14 years ago
|
||
Not sure why but when I create the r object outside of the loop and set the message via r.message it will always be the one from the last iteration. Could be a bug in the spidermonkey version of CouchDB.
For a live view see:
http://mozmill-archive.brasstacks.mozilla.com/#/functional/failure?branch=All&platform=All&from=2011-07-14&to=2011-07-21&test=%2FtestSessionStore%2FtestUndoTabFromContextMenu.js&func=testUndoTabFromContextMenu
Attachment #547543 -
Attachment is obsolete: true
Attachment #547692 -
Flags: review?(dave.hunt)
Updated•14 years ago
|
Attachment #547692 -
Flags: review?(dave.hunt) → review+
Assignee | ||
Comment 8•14 years ago
|
||
Landed as:
https://github.com/whimboo/mozmill-dashboard/commit/84cdab77189740a7d9d5c649d87941a9048e1915
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 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
•