pcp
[Top] [All Lists]

Re: More Python induced QA pain

To: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Subject: Re: More Python induced QA pain
From: fche@xxxxxxxxxx (Frank Ch. Eigler)
Date: Mon, 25 Jul 2016 10:07:44 -0400
Cc: PCP <pcp@xxxxxxxxxxx>
Delivered-to: pcp@xxxxxxxxxxx
In-reply-to: <578E9E23.9090904@xxxxxxxxxxxxxxxx> (Ken McDonell's message of "Wed, 20 Jul 2016 07:39:47 +1000")
References: <578E9E23.9090904@xxxxxxxxxxxxxxxx>
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)
Ken McDonell <kenj@xxxxxxxxxxxxxxxx> writes:

> qa/662 this time (pmwebd testing from python test code) with a variety
> of fatal Python exceptions. [...]
> Traceback (most recent call last):
>   File 
> "/usr/lib64/python3.4/site-packages/requests/packages/urllib3/connectionpool.py",
>  line 376, in _make_request
>     httplib_response = conn.getresponse(buffering=True)
> TypeError: getresponse() got an unexpected keyword argument 'buffering'
> [...]
> During handling of the above exception, another exception occurred:

This is a problem in a system python libraries, which must have
changed version on your VMs.  I guess the 662 test case
(src/test_webapi.py) could do some sort of smoke test to see if 
the requests module is at all alive.  Or just ignore this and
file a bug report with your distro.

- FChE

<Prev in Thread] Current Thread [Next in Thread>