Re: Regression test failures - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Regression test failures
Date
Msg-id 8944.1093647519@sss.pgh.pa.us
Whole thread Raw
In response to Regression test failures  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Regression test failures  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
List 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 by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: FYI: 8.0beta2 on Monday
Next
From: "Greg Sabino Mullane"
Date:
Subject: psql questions: SQL, progname, copyright dates