#21 blocker proposal not working for f21 alpha
Closed: Fixed None Opened 9 years ago by tflink.

I recieved a report that blocker proposal is not working for f21 alpha. After looking through the logs on production, I didn't find anything useful, so will need to attempt reproducing against partner-bugzilla.

Triage the issue and determine what fixes, if any, need to be made


This ticket had assigned some Differential requests:
D187

After a failure to reproduce locally in my dev env, I was able to get more info out of stg.

IOError: [Errno 13] Permission denied: '/var/www/.bugzillatoken'

I think this is due to a change in python-bugzilla where cookiefile=None isn't enough, tokenfile=None is also required (see [[https://lists.fedorahosted.org/pipermail/python-bugzilla/2014-June/000268.html|python-bugzilla 1.1.0 release announcement]]).

When I hotfix stg to include tokenfile=None, the proposal goes through without problems. Will be posting a patch shortly

Closed by commit rBLKR15a283d17432.

blockerbugs-0.4.3.3 deployed to stg and production

Login to comment on this ticket.

Metadata