#30 Can't get list of closed package review tickets from bugzilla
Closed: Fixed None Opened 16 years ago by c4chris.

In order to update the PackageStatus page, I need to retrieve the list of CLOSED "Package Review" tickets from Bugzilla.

Trying through XMLRPC keeps returning 500 Internal Server Error

Trying through a simple search from the web interface just gets me the "Bugzilla is pondering your query" and sits there (for over an hour now).

How can I grab those tickets ?


Replying to [comment:2 mmcgrath]:
Unfortunately not: it misses the history of closed, accepted tickets that block FE-ACCEPT
(and maybe other things, I didn't make a thorough investigation).

The things that puzzles me is: why does the script that generates the files in http://fedoraproject.org/PackageReviewStatus/ work (apparently) and mine gets stuck so often.
They basically do the same thing wrt the BZ server...

Replying to [comment:4 c4chris]:

Replying to [comment:2 mmcgrath]:
Unfortunately not: it misses the history of closed, accepted tickets that block FE-ACCEPT
(and maybe other things, I didn't make a thorough investigation).

The things that puzzles me is: why does the script that generates the files in http://fedoraproject.org/PackageReviewStatus/ work (apparently) and mine gets stuck so often.
They basically do the same thing wrt the BZ server...

Ours actually fails quite regularly too, but enough succeed that we can keep that page going.

Replying to [comment:5 mmcgrath]:

Ours actually fails quite regularly too, but enough succeed that we can keep that page going.

Oh, ok. I put the query in a loop. It seems to get the job done after some number of failures...
I guess this will be good enough until the BZ server can be improved...

Feel free to close this ticket, unless something else can be attempted.

We're kind of stuck with BZ for the time being, I'll close the ticket.

Login to comment on this ticket.

Metadata