Bug 1327852

Summary: /usr/bin/check_consecutive_build_fails.py errors
Product: [Community] Copr Reporter: Kevin Fenzi <kevin>
Component: backendAssignee: clime
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: clime
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: 2016-05-05 13:06:40 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:

Description Kevin Fenzi 2016-04-16 22:03:31 UTC
/usr/bin/check_consecutive_build_fails.py
UNKNOWN: get_redis_connection() takes exactly 1 argument (0 given)

looks like the get_redis_connection call is:

    conn = get_redis_connection()

and needs to be:

    conn = get_redis_connection('default')

Comment 1 clime 2016-04-18 07:08:17 UTC
Fixed by: https://github.com/fedora-copr/copr/commit/4d9a0fd2

Thank you!

Comment 2 Miroslav Suchý 2016-05-05 13:06:40 UTC
Package including this fix has been deployed on production instance of Copr.