Re: Regression tests for OBSD scrammed.. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Regression tests for OBSD scrammed..
Date
Msg-id 11266.989549485@sss.pgh.pa.us
Whole thread Raw
In response to Re: Regression tests for OBSD scrammed..  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Regression tests for OBSD scrammed..  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.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


pgsql-hackers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: AW: Coping with huge deferred-trigger lists
Next
From: Bruce Momjian
Date:
Subject: Re: Regression tests for OBSD scrammed..