Re: ssl tests aren't concurrency safe due to get_free_port()

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: ssl tests aren't concurrency safe due to get_free_port()
Дата
Msg-id 41ba523e-c867-2c04-3c34-d283a6ba9f7b@dunslane.net
обсуждение исходный текст
Ответ на Re: ssl tests aren't concurrency safe due to get_free_port()  (Andres Freund <andres@anarazel.de>)
Ответы Re: ssl tests aren't concurrency safe due to get_free_port()
Re: ssl tests aren't concurrency safe due to get_free_port()
Список pgsql-hackers
On 2022-11-19 Sa 15:16, Andres Freund wrote:
> Hi,
>
> On 2022-11-19 10:56:33 -0500, Andrew Dunstan wrote:
>>> Perhaps we should just export a directory in configure instead of this
>>> guessing game?
>> I think the obvious candidate would be to export top_builddir from
>> src/Makefile.global. That would remove the need to infer it from
>> TESTDATADIR.
> I think that'd be good. I'd perhaps rename it in the process so it's
> exported uppercase, but whatever...
>

OK, pushed with a little more tweaking. I didn't upcase top_builddir
because the existing prove_installcheck recipes already export it and I
wanted to stay consistent with those.

If it works ok I will backpatch in couple of days.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Reducing power consumption on idle servers
Следующее
От: Ted Yu
Дата:
Сообщение: Re: Getting rid of SQLValueFunction