Jim C. Nasby wrote:
isn't a test for a specific
case better than none at all? Is the concern how long make check takes?
It shouldn't be, since we can (and do) have multiple regression test
sets. If there are tests that take too long for normal use, let's make a
"takes a long time" set a
On Wed, Nov 16, 2005 at 11:05:11PM -0300, Alvaro Herrera wrote:
> Christopher Kings-Lynne wrote:
> > >I've never been a fan of "regression tests" in the narrow sense of
> > >"let's test for this specific mistake we made once". If you can devise
> > >a test that catches a class of errors including
On Wednesday 16 November 2005 21:05, Alvaro Herrera wrote:
> Christopher Kings-Lynne wrote:
> > >I've never been a fan of "regression tests" in the narrow sense of
> > >"let's test for this specific mistake we made once". If you can devise
> > >a test that catches a class of errors including the o
Christopher Kings-Lynne wrote:
> >I've never been a fan of "regression tests" in the narrow sense of
> >"let's test for this specific mistake we made once". If you can devise
> >a test that catches a class of errors including the one you actually
> >made, that's a different story, because it's muc
I've never been a fan of "regression tests" in the narrow sense of
"let's test for this specific mistake we made once". If you can devise
a test that catches a class of errors including the one you actually
made, that's a different story, because it's much more likely to catch a
real future probl
Alvaro Herrera <[EMAIL PROTECTED]> writes:
> I wonder if there should be regression tests for all the bugs exposed
> after 8.1 ... I mean, what stops anyone from introducing the same bugs
> again?
I've never been a fan of "regression tests" in the narrow sense of
"let's test for this specific mist
Tom Lane wrote:
> Log Message:
> ---
> make_restrictinfo() failed to attach the specified required_relids to
> its result when the clause was an OR clause. Brain fade exposed by
> example from Sebastian B?ck.
I wonder if there should be regression tests for all the bugs exposed
after 8.1