Re: CSV arm check failure - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CSV arm check failure
Date
Msg-id 18725.1105038317@sss.pgh.pa.us
Whole thread Raw
In response to Re: CSV arm check failure  (Marko Kreen <marko@l-t.ee>)
Responses Re: CSV arm check failure
Re: CSV arm check failure
List 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 by date:

Previous
From: Marko Kreen
Date:
Subject: Re: CSV arm check failure
Next
From: Andrew Dunstan
Date:
Subject: Re: CSV arm check failure