Re: Regression tests for OBSD scrammed..

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

But we already have a ton of regress tests that work on nonconflicting
table names.  Seems like we add coverage if we try a few that are doing
parallel uses of plain and temp tables of the same name.

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

There is one.  But as a single test, it proves nothing about whether
temp tables conflict with similarly-named tables from the point of view
of another backend.
        regards, tom lane


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

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