Modify ↓
Opened 11 years ago
Last modified 11 years ago
#11389 new defect
Custom test outcomes are not handled properly in Current test status
Reported by: | Brian Sipos | Owned by: | Roberto Longobardi |
---|---|---|---|
Priority: | normal | Component: | TestManagerForTracPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
The Current test status pie chart does not properly accumulate custom outcomes into the colored pie sections. All the custom outcomes seem to be grouped into the yellow "to be tested" section.
Specifically, in my case I have a couple of alternate red "failed" outcomes, but they seem to be shown in the yellow section of the pie chart.
Attachments (0)
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Just out of curiosity, how pessimistic is it to have failure as the default status? :D
OK, I guess I'll take a look at this asap.
Note: See
TracTickets for help on using
tickets.
After looking into the pie chart SQL logic, it appears that the issue is not due to custom outcomes, but due to the default outcome. Right now, my default outcome is a red status, not a yellow. The charts assume that the default status is yellow.