Re: TAP test breakage on MacOS X

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: TAP test breakage on MacOS X
Дата
Msg-id 5457F743.5050602@gmx.net
обсуждение исходный текст
Ответ на Re: TAP test breakage on MacOS X  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: TAP test breakage on MacOS X  (Andrew Dunstan <andrew@dunslane.net>)
Re: TAP test breakage on MacOS X  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 10/29/14 8:42 AM, Robert Haas wrote:
> I'm sympathetic to that line of reasoning, but I really think that if
> you want to keep this infrastructure, it needs to be made portable.

Let me clarify that this was my intention.  I have looked at many test
frameworks, many of which are much nicer than what we have, but the
portability and dependency implications for this project would have been
between shocking and outrageous.  I settled for what I felt was the
absolute minimum: Perl + IPC::Run.  It was only later on that I learned
that 1) subtests don't work in Perl 5.10, and 2) subtests are broken in
Perl 5.12.  So we removed the use of subtests and now we are back at the
baseline I started with.

The irony in this whole story is that if we had thrown this onto the
build farm right away, we might have found and fixed these problems
within a week instead of five months later.




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: TAP test breakage on MacOS X
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: TAP test breakage on MacOS X