Re: Regression test failure.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Regression test failure.
Дата
Msg-id 23948.1035307977@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Regression test failure.  (Robert Hentosh <hentosh@io.com>)
Ответы Re: Regression test failure.  (Peter Eisentraut <peter_e@gmx.net>)
Re: Regression test failure.  (Robert Hentosh <hentosh@io.com>)
Список pgsql-bugs
Robert Hentosh <hentosh@io.com> writes:
> I am receiving a regression test failure in about 1 out of 12 test runs.

I am amazed no one has reported this before :-(

Upon looking, I see that the parallel test schedule tries to run
create_misc and create_index in parallel, but the latter uses tables
that are created by the former.  AFAICT the diffs you show can all
be explained by create_misc not having executed completely when
create_index looks at those tables.

By rights this failure should have been noticed long ago.  Perhaps there
is some scheduler peculiarity on your machine that makes it more prone
than others to execute the different jobs with just the right timing to
manifest the error.

We really gotta do some work to validate the parallel test schedule
a little better... this sort of thing has popped up before.

            regards, tom lane

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

Предыдущее
От: Robert Hentosh
Дата:
Сообщение: Regression test failure.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Regression test failure.