Обсуждение: regression failures

Поиск
Список
Период
Сортировка

regression failures

От
Bruce Momjian
Дата:
Would someone post the current regression.diff for Win32 against current
CVS?  I would like to see what additional changes are required.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Re: regression failures

От
Claudio Natoli
Дата:

> Would someone post the current regression.diff for Win32 against current
> CVS?  I would like to see what additional changes are required.

Not from HEAD, but the only change relevant to the tests is Andrew Dunstan's
fix for src/bin/psql/print.c. (I'm working on the possibly incorrect
assumption that you don't want a bunch of spurious errors related to this).

The failure to join is a long standing one; previously reported that rules +
join failed due to presumably unimportant reordering (rules was
inadvertently fixed by Tom some time ago). Patch available if desired.

Cheers,
Claudio


---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>



Вложения

Re: regression failures

От
Andrew Dunstan
Дата:
Andrew Dunstan wrote:

> Bruce Momjian wrote:
>
>> Would someone post the current regression.diff for Win32 against current
>> CVS?  I would like to see what additional changes are required.
>>
>>
>>
>
> Summary and diff from my latest tests, with the extra line patch
> applied. I couldn't get the latest pg_regress.sh to work, so reverted
> to using the patch I posted earlier.
>
> I haven't had time to analyse this yet.
>
> Platform is W2K + current MINGW/MSys.
>
>
>

... and when I run it serially via make installcheck, I only get the
failure on the join test (rows out of order). It looks like maybe we
still have some timing/syncing issues to sort out.

cheers

andrew