src/test/ssl broken on HEAD

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема src/test/ssl broken on HEAD
Дата
Msg-id CAB7nPqRhY+SFKSzB5XYyBAmpdLf5qVpNHDyMDQv0whLnVYngpw@mail.gmail.com
обсуждение исходный текст
Ответы Re: src/test/ssl broken on HEAD  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
Hi all,

The following commit has broken the SSL test suite (embarrassing and
lonely moment):
commit 13d856e177e69083f543d6383eeda9e12ce3c55c
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date:   Wed Jul 29 19:17:02 2015 +0300

Make TAP tests work on Windows.
[...]
*Michael Paquier*, reviewed by Noah Misch, some additional tweaking by me.

What actually happens is that the SSL suite needs to use a host IP for
the tests, but listen_addresses has been reshuffled in the commit
above. Only HEAD is impacted, and attached is a patch to fix the
problem. I have refactored as well the code so as 127.0.0.1 is not
hardcoded around anymore, and the IP used for the tests is
centralized. The tests also used a log file, but this does not make
sense anymore as all the output from stderr and stdout is captured in
a log file.
Regards,
--
Michael

Вложения

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

Предыдущее
От: Kouhei Kaigai
Дата:
Сообщение: Re: Foreign join pushdown vs EvalPlanQual
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: src/test/ssl broken on HEAD