Bug 1264851
| Summary: | XMLRPC search for bug_status=['NEW'] returns HTTP error 502 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Ilya Etingof <ietingof> | ||||
| Component: | Internal Tools | Assignee: | PnT DevOps Devs <hss-ied-bugs> | ||||
| Internal Tools sub component: | Other | QA Contact: | tools-bugs <tools-bugs> | ||||
| Status: | CLOSED DUPLICATE | Docs Contact: | |||||
| Severity: | unspecified | ||||||
| Priority: | unspecified | CC: | gmollett, jmcdonal, mtahir, mtyson, vdanen, xiawu | ||||
| Version: | 4.5 | ||||||
| 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: | 2015-09-25 04:49:30 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: | |||||||
| Attachments: |
|
||||||
This looks like a proxy timeout. Can you attach your script so that I can see your exact search terms? This has been narrowed down to a specific issue with searching on the short_desc field, reported in Bug 1266261. *** This bug has been marked as a duplicate of bug 1266261 *** |
Created attachment 1075473 [details] Bugzilla XMLRPC request data We have a script that watches relevant bugs in Bugzilla. For that it periodically runs specific XMLRPC query against production Bugzilla. It worked till last week when Bugzilla has been upgraded. Now it still works unless 'NEW' is present in input 'bug_status' array. With 'NEW' there it always fails with 502 error code. Please, see reproducer request in attachment. It fails unless you remove 'NEW' from it.