Closed Bug 657347 Opened 13 years ago Closed 13 years ago

Display test failure details in endurance results

Categories

(Mozilla QA Graveyard :: Mozmill Result Dashboard, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: davehunt, Unassigned)

References

Details

Attachments

(1 file)

Currently failures are not displayed in the endurance results dashboard, which means they can easily go unnoticed, and are difficult to investigate.
Comment on attachment 532651 [details] [diff] [review]
Add standard test results to endurance report. v1

>+++ b/_attachments/js/dashboard.js
>         context.render(template).replace('#content').then(function () {
>+          $("#endurance_result").tablesorter();
>+          $("#result").tablesorter();

We don't want to sort the tables by default, because you will not be able to return to the original order of tests. Please remove those two lines.
Attachment #532651 - Flags: review?(hskupin) → review-
(In reply to comment #2)
> Comment on attachment 532651 [details] [diff] [review] [review]
> Add standard test results to endurance report. v1
> 
> >+++ b/_attachments/js/dashboard.js
> >         context.render(template).replace('#content').then(function () {
> >+          $("#endurance_result").tablesorter();
> >+          $("#result").tablesorter();
> 
> We don't want to sort the tables by default, because you will not be able to
> return to the original order of tests. Please remove those two lines.

This doesn't apply a sort, it makes the tables sortable.
Hm, why don't we have those lines for the other pages and sorting works thought? Do I miss something here?
Status: NEW → ASSIGNED
Yeah so the top level reports are sortable and have default sorts applied, but the individual testrun reports are not sortable. I have raised bug 657651 to fix this for other reports.
Comment on attachment 532651 [details] [diff] [review]
Add standard test results to endurance report. v1

Ok, looks fine then. Please go ahead and land it on the master branch. You now have write access to the repository.
Attachment #532651 - Flags: review- → review+
Landed as:
https://github.com/whimboo/mozmill-dashboard/commit/3164ca763fe61112873c66a9351e36313ecc0354
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Needs to be pushed to production once we have landed all the other remaining patches.
Keywords: push-needed
All changes have been pushed to production now.
Keywords: push-needed
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: