Re: CSV arm check failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CSV arm check failure
Дата
Msg-id 18725.1105038317@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: CSV arm check failure  (Marko Kreen <marko@l-t.ee>)
Ответы Re: CSV arm check failure  (Andrew Dunstan <andrew@dunslane.net>)
Re: CSV arm check failure  (Marko Kreen <marko@l-t.ee>)
Список pgsql-hackers
Marko Kreen <marko@l-t.ee> writes:
> I have not looked at pg_regress much and had not noticed the
> 'unconditional alternative' feature.  I only thought of the
> resultmap alternative.  Unconditionally adding FastFPE results
> may even be good, so that FastFPE can pass on any platform.

No, it would be bad, because on most other platforms this behavior
is probably a bug, and altering the tests like that would mask the bug.

The unconditional-acceptance thing has to be used with great caution;
preferably only for issues that we expect on many platforms (such as
locale dependencies).

I have noticed an increasing tendency among the buildfarm crew to think
that the regression tests should show zero diffs on all platforms no
matter what.  That is not the design goal.  The intent is to tell you
about possible problems.  If you decide that a particular diff isn't
really a problem, fine, but that doesn't mean we should mask the same
symptom everywhere.
        regards, tom lane


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

Предыдущее
От: Marko Kreen
Дата:
Сообщение: Re: CSV arm check failure
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: CSV arm check failure