Re: Regression test failures

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Regression test failures
Дата
Msg-id 8944.1093647519@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Regression test failures  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Regression test failures  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I am still seeing random regression test failures on my SMP BSD/OS
> machine.  It basically happens when doing 'gmake check'.

> I have tried running repeated tests and can't get it to reproduce, but
> when checking patches it has happened perhaps once a week for the past
> six weeks.  It happens once and then doesn't happen again.

> I will keep investigating.  I reported this perhaps three weeks ago.

Do these failures look anything like this?

--- 78,86 ----         DROP TABLE foo;         CREATE TABLE bar (a int);     ROLLBACK TO SAVEPOINT one;
! WARNING:  AbortSubTransaction while in ABORT state
! ERROR:  relation 555088 deleted while still in use
! server closed the connection unexpectedly
!     This probably means the server terminated abnormally
!     before or while processing the request.
! connection to server was lost

I got this once this morning and have been unable to reproduce it.
The OID referenced in the message seemed to correspond to the relation
"bar", created just above the point of error.
        regards, tom lane


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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: FYI: 8.0beta2 on Monday
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: psql questions: SQL, progname, copyright dates