Re: rules regression test fix

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: rules regression test fix
Дата
Msg-id 3D6BF72A.8090509@joeconway.com
обсуждение исходный текст
Ответ на Re: rules regression test fix  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: rules regression test fix  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> This would *not* catch problems created by transient states within a
> test.  For example, if some test running parallel with the rules test
> were to create a temp table and put a rule on the temp table, then the
> rules test's display of all rules might show that rule when run in
> parallel ... but there's no bug in either sequential order.
>
> I think it'd be worth trying the cross-check sketched above, if anyone
> has the patience, but beyond that I'm not sure how we might rule out
> problems.
>
> But in reality, if there were such problems I'd be inclined to think
> we'd have heard about them before now.
>

I've seen this kind of problem before, but not often enough to bother
me. I was actually thinking that each parallel test should use its own
schema.

Joe


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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: warning fix
Следующее
От: Neil Conway
Дата:
Сообщение: fix for palloc() of user-supplied length