Re: Regression tests for OBSD scrammed..

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: bpalmer <bpalmer(at)crimelabs(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Regression tests for OBSD scrammed..
Date: 2001-05-11 02:51:25
Message-ID: 11266.989549485@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> I was doing serial.

Try the parallels a few times, and you *will* see it fail.

Reason: Stephan added a bunch of tests to alter_table.sql that
create/modify/delete tables named pktable and fktable.

Unfortunately, foreign_key.sql uses those same names for its
test tables ... and the parallel tests run these two tests
in parallel. Ooops.

Possible solutions: (a) rename tables in one test or the other,
or (b) use TEMPORARY tables in one test or the other. I kinda
like (b), just to exercise temp tables in some interesting new
ways. Whaddya think?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-05-11 03:10:17 Re: Regression tests for OBSD scrammed..
Previous Message Hiroshi Inoue 2001-05-11 02:44:32 Re: AW: Coping with huge deferred-trigger lists