Bug 439947

Summary: Reopen a bug will reset the package check status to be unchecked
Product: [Retired] Red Hat Ready Certification Tests Reporter: QinXie <xiqin>
Component: web siteAssignee: XINSUN <xisun>
Status: CLOSED CURRENTRELEASE QA Contact: Yu Shao <yshao>
Severity: medium Docs Contact:
Priority: high    
Version: 2CC: bxu, rlandry, xiqin, ykun, yshao
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: (2.18rh) 2008/05/23 push Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-23 07:32:58 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:
Attachments:
Description Flags
Bug fix patch none

Description QinXie 2008-04-01 02:34:56 UTC
Description of problem:
Reopen a bug will reset the package check status

Steps to Reproduce:
1. Open one cert and upload some rpm packages there;
2. Check all package and then close this cert as certified;
3. Reopen the certs
  
Actual results:
All packages are reseted to be unchecked. 

Expected results:
Auto generate one reopen comment including operator & time stamp. But packages
status should keep the old value but all unchecked.

Comment 1 XINSUN 2008-04-14 06:04:08 UTC
The bug is caused by the variable of the bug status for judging condition is not
correct (When reopen this bugs, the bug status should be changed from close to
needinfo. and the judging condition: old bug status should eq "close".) The
fixed method pls refer to the attached patch(checkrpm.patch).

After patch it, packages
"check" status can keep the old value but all unchecked when reopen the cert.

"Auto generate one reopen comment including operator & time stamp" is not
recommended. because Bugzilla can reminder people who are related to the cert
via mail.

Best Regards!
Nicho

Comment 2 XINSUN 2008-04-14 06:06:44 UTC
Created attachment 302307 [details]
Bug fix patch

Comment 3 XINSUN 2008-05-14 13:16:03 UTC
Patch has been summited into cvs.