Bug 824109

Summary: BZ: runQuery fails for some bugs
Product: [Community] Bugzilla Reporter: Tomas Hoger <thoger>
Component: WebServiceAssignee: Simon Green <sgreen>
Status: CLOSED DUPLICATE QA Contact:
Severity: urgent Docs Contact:
Priority: urgent    
Version: 4.2CC: ebaak, jorris, kbaker, sgreen
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-22 22:09:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tomas Hoger 2012-05-22 18:17:35 UTC
Description of problem:
runQuery currently fails to return info for some bugs.  This works:

DEBUG: Bugzilla RPC call: bugzilla.runQuery, arguments:
DEBUG: $VAR1 = {
DEBUG:   'bug_id' => '823474'
DEBUG: };

and returns bug info while the same for other bug (that is public, so there should be no permissions issue, this was tried over authenticated connection too):

DEBUG: Bugzilla RPC call: bugzilla.runQuery, arguments:
DEBUG: $VAR1 = {
DEBUG:   'bug_id' => '807252'
DEBUG: };

returns no result:

DEBUG:   ],
DEBUG:   'bugs' => []
DEBUG: };

This was reportedly introduced by BZ update earlier today.

Comment 5 Simon Green 2012-05-22 22:09:23 UTC

*** This bug has been marked as a duplicate of bug 824092 ***