Re: [HACKERS] float8 regression failure (HEAD, cygwin)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org, "Adrian Maier" <adrian(dot)maier(at)gmail(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] float8 regression failure (HEAD, cygwin)
Date: 2006-08-01 12:25:57
Message-ID: 1004.1154435157@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

[ re cassowary buildfarm failure ]

"Adrian Maier" <adrian(dot)maier(at)gmail(dot)com> writes:
> On 20/07/06, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> As for the regression test failure, it's odd because it looks to me that
>> the actual test output is an exact match to the default "float8.out"
>> file. I'm not sure why pg_regress chose to report a diff against
>> float8-small-is-zero.

> Apparently the regression test is comparing the results/float8.out
> with expected/float8-small-is-zero.out because of the following line
> in
> src/test/regress/resultmap :
> float8/i.86-pc-cygwin=float8-small-is-zero

Doh ... the question though is why are you getting different results
from everybody else? There are other cygwin machines in the buildfarm
and they are all passing regression --- I suppose they'd start failing
if we remove that resultmap entry.

The regular float8 result is certainly "more correct" than
float8-small-is-zero, so I'm all for removing the resultmap entry
if we can do it. But we'd need to be able to explain to people how
to get their machines to pass, and right now I don't know what to say.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-08-01 12:28:50 Re: Online index builds
Previous Message Adrian Maier 2006-08-01 12:24:31 Re: [HACKERS] float8 regression failure (HEAD, cygwin)

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-08-01 12:34:26 Re: [HACKERS] float8 regression failure (HEAD, cygwin)
Previous Message Adrian Maier 2006-08-01 12:24:31 Re: [HACKERS] float8 regression failure (HEAD, cygwin)