Re: pgsql: Provide for testing on python3 modules when under MSVC - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Provide for testing on python3 modules when under MSVC
Date
Msg-id CAA8=A7_6H_G-4zR1DMm1uJ-VcQR4v=fwh6JrwdiGfxj4KV3vsg@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Provide for testing on python3 modules when under MSVC  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses RE: pgsql: Provide for testing on python3 modules when under MSVC
List pgsql-committers
On Fri, May 4, 2018 at 7:03 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> Provide for testing on python3 modules when under MSVC
>
> The MSVC critters in the buildfarm seem not to like this.
>

It appears that the three failing critters (whelk, thrips and
woodlouse) are misconfigured, in that they don't have the Python
directory in their PATH setting, so of course plpython3u won't load,
as it won't be able to locate the Python DLL. This hasn't mattered up
to now as they haven't been doing any testing, but it's exposed by our
enabling testing.

On its latest run dory, which also builds with Python3, has passed all
the python tests, so it doesn't (yet) appear that there is anything
wrong with the patch.

cheers

andrew


-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Provide for testing on python3 modules when under MSVC
Next
From: Christian Ullrich
Date:
Subject: RE: pgsql: Provide for testing on python3 modules when under MSVC