Bug 737933

Summary: bkr task-details ignore invalid tasks
Product: [Retired] Beaker Reporter: Petr Sklenar <psklenar>
Component: command lineAssignee: Yang Ren <ryang>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 0.7CC: azelinka, bpeck, dcallagh, mcsontos, rmancy, stl
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-06 03:26:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Comment 1 Bill Peck 2011-09-15 17:32:12 UTC
ryang:  Can you take this one?  Target is 0.7.03

Comment 2 Yang Ren 2011-09-16 01:56:54 UTC
@bpeck, no problem.

Comment 3 Yang Ren 2011-09-20 05:55:59 UTC
(In reply to comment #1)
> ryang:  Can you take this one?  Target is 0.7.03

hi bpeck,

    I just want to confirm, that can I fix this bug by add a query condition Task.valid != 0 in Server/bkr/tasks.py 

    I find the test case disabled but still left in database with valid = 0;
    If I add that query condition all vaild = 0 test cases can not be list detail info using  #bkr task-details command. Will it effect other people's work flow?

Thanks,
Yang