Re: Regression tests for OBSD scrammed..

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Regression tests for OBSD scrammed..
Дата
Msg-id 11266.989549485@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Regression tests for OBSD scrammed..  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Regression tests for OBSD scrammed..  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: AW: Coping with huge deferred-trigger lists
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Regression tests for OBSD scrammed..