Re: Regression tests for OBSD scrammed..

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Regression tests for OBSD scrammed..
Дата
Msg-id 3AFB69D1.7198EAE2@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: Regression tests for OBSD scrammed..  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Regression tests for OBSD scrammed..  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Regression tests for OBSD scrammed..  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> > 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?

I have a preference for (a). If we want to test temporary tables, let's
have a test which does that. But having a possible name conflict mixed
in to another test seems to be asking for trouble, or at least does not
decouple things as much as they could be.

There is a benefit to having complex tests (a great benefit) but without
also having decoupled tests the diagnostic benefit is not as clear cut
imho.

Bruce, would you have time to generate a regression test for temporary
tables? If we don't have one now, we should.
                       - Thomas


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Lincoln Yeoh
Дата:
Сообщение: Re: 7.2 items
Следующее
От: andrew@corvus.biomed.brown.edu (Andrew Bosma)
Дата:
Сообщение: Re: Re: PL/Python build