Re: ecpg test suite

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ecpg test suite
Дата
Msg-id 19148.1154619382@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ecpg test suite  (Joachim Wieland <joe@mcknight.de>)
Ответы Re: ecpg test suite
Re: ecpg test suite
Список pgsql-hackers
Joachim Wieland <joe@mcknight.de> writes:
>>> diff: `-3' option is obsolete; omit it
>>> diff: Try `diff --help' for more information.

> This got introduced by Rocco's Makefile patch, it worked for me, so I
> thought it's fine. Rocco, your AIX box will work with only diff -c as well,
> won't it?

The spelling we've used for many years isdiff -w -C3
Is there a reason to change from that?

> Yes, it's hardcoded but in just one file. Only one of the connect-Tests does
> tcp/ip connects. This can't be changed by a simple #define nor exec sql
> define, so I added a template file and replaced the port number with sed.

At least from my perspective, it would be good if there were a way to
run the regression tests without any use of TCP ports.  The problem is
that Red Hat's build system tends to try to build 32-bit and 64-bit
variants of the same architecture concurrently in different chroots
on the same machine.  Tests using unix sockets work fine in this
environment, tests using TCP sockets conflict and fail.  If there's
no way to run an ecpg test without TCP then I'll never be able to enable
ecpg regression tests in Red Hat RPMs.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] GIN vs. statistics collector
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_terminate_backend