It seems that difference in import koji.db versus import db inside can lead to code called twice and resulting in KeyError when deleting these values in some xmlrpc calls. Pasting as PR here to not forget solve it. I'll look more if I'm able to hunt it down as now it doesn't seem to be totally deterministic.
It seems that difference in
import koji.dbversusimport dbinside can lead to code called twice and resulting in KeyError when deleting these values in some xmlrpc calls. Pasting as PR here to not forget solve it. I'll look more if I'm able to hunt it down as now it doesn't seem to be totally deterministic.