Bogus reports from coverage.postgresql.org - Mailing list pgsql-www

From Tom Lane
Subject Bogus reports from coverage.postgresql.org
Date
Msg-id 30022.1520642188@sss.pgh.pa.us
Whole thread Raw
Responses Re: Bogus reports from coverage.postgresql.org
Re: Bogus reports from coverage.postgresql.org
Re: Bogus reports from coverage.postgresql.org
List pgsql-www
I happened to notice that if you look at
https://coverage.postgresql.org/src/backend/optimizer/util/predtest.c.gcov.html
it claims that the two occurrences of
    elog(ERROR, "predicate_classify returned a bogus value");
at lines 492 and 803 are reached.

This would be quite astonishing if true, but it isn't true, since
the regression tests aren't reporting any such failure.

Needless to say, this puts quite a damper on my faith in the coverage
reports.  Maybe that machine needs a software update?

            regards, tom lane


pgsql-www by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: planning for perf farm app
Next
From: Andres Freund
Date:
Subject: Re: Bogus reports from coverage.postgresql.org