Bug 1327852 - /usr/bin/check_consecutive_build_fails.py errors
Summary: /usr/bin/check_consecutive_build_fails.py errors
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Copr
Classification: Community
Component: backend
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: clime
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-16 22:03 UTC by Kevin Fenzi
Modified: 2016-05-05 13:06 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-05 13:06:40 UTC


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.