Re: pgsql: Provide for testing on python3 modules when under MSVC

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Provide for testing on python3 modules when under MSVC
Дата
Msg-id CAA8=A7_6H_G-4zR1DMm1uJ-VcQR4v=fwh6JrwdiGfxj4KV3vsg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Provide for testing on python3 modules when under MSVC  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы RE: pgsql: Provide for testing on python3 modules when under MSVC  (Christian Ullrich <chris@chrullrich.net>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Provide for testing on python3 modules when under MSVC
Следующее
От: Christian Ullrich
Дата:
Сообщение: RE: pgsql: Provide for testing on python3 modules when under MSVC