Re: Beta 6 Regression results on Redat 7.0.

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Lamar Owen <lamar.owen@wgcr.org>
Cc: The Hermit Hacker <scrappy@hub.org>, pgsql-hackers@postgresql.org, Vadim Mikheev <vmikheev@sectorbase.com>
Date: 2001-03-21T00:40:49Z
Lists: pgsql-hackers
Lamar Owen <lamar.owen@wgcr.org> writes:
> Although I am now much more leery of our regression suite

The regression tests are not at all designed to test concurrent
behavior, and never have been.  The parallel form runs some tests
in parallel, true, but those tests are deliberately designed not to
interact.  So I don't put any faith in the regression tests as a means
to catch bugs like this.  We need some thought and work on better
concurrent tests...

			regards, tom lane