Bug 624611 - When job has four tasks and the second fails, second quarter of the color stripe is not red, but the third one is
Summary: When job has four tasks and the second fails, second quarter of the color str...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Beaker
Classification: Retired
Component: web UI
Version: 0.7
Hardware: All
OS: Linux
low
medium
Target Milestone: future_maint
Assignee: Raymond Mancy
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-17 08:46 UTC by Jan Pazdziora
Modified: 2014-12-08 01:04 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-09 16:05:06 UTC
Embargoed:


Attachments (Terms of Use)

Description Jan Pazdziora 2010-08-17 08:46:29 UTC
Description of problem:

I have a job which has four tasks. The results of the tasks were

PASS
FAIL
PASS
still running (it's a reservesys)

The progress color stripe has first half green, then a red quarter, and then the last quarter white (it's still running). So it provides confusing information about which test failed -- looking at the jobs overview, I'm lead to believe it was the third one while in fact the second one failed.

Version-Release number of selected component (if applicable):

Beaker WebUI as of today.

How reproducible:

Seen once, I believe it's deterministic.

Steps to Reproduce:
1. Schedule a job with multiple tasks where the second fails and the third does not.
2. Let the job run and then look at /jobs/mine
  
Actual results:

The second part (quarter if there were four tasks, third if there were three) is green.

Expected results:

It should be red, to clearly show that it was the second task which failed.

Additional info:

Comment 2 Bill Peck 2011-02-09 16:05:06 UTC
We only keep track of the number of passes, failures, and warns...  So they will always be grouped together.


Note You need to log in before you can comment on or make changes to this bug.