[HACKERS] Re: [COMMITTERS] pgsql: Improve pg_dump regression tests and codecoverage - Mailing list pgsql-hackers

From Stephen Frost
Subject [HACKERS] Re: [COMMITTERS] pgsql: Improve pg_dump regression tests and codecoverage
Date
Msg-id 20170320123302.GF9812@tamriel.snowman.net
Whole thread Raw
Responses Re: [HACKERS] [COMMITTERS] pgsql: Improve pg_dump regression tests and code coverage  (Robert Haas <robertmhaas@gmail.com>)
Re: [HACKERS] Re: [COMMITTERS] pgsql: Improve pg_dump regressiontests and code coverage  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
Robert,

* Robert Haas (robertmhaas@gmail.com) wrote:
> So was this 3340 line patch posted or discussed anyplace before it got
> committed?

I've mentioned a few times that I'm working on improving pg_dump
regression tests and code coverage, which is what these were.  I'm a bit
surprised that it's, apparently, a surprise to anyone or that strictly
adding regression tests in the existing framework deserves very much
discussion.

What I think would be great would be some additional work on our code
coverage, which is abysmal.  This, at least, gets us up over 80% for
src/bin/pg_dump, but there's still quite a bit of work to be done there,
as noted in the commit message, and lots of opportunity for improvement
throughout the rest of the code base, as https://coverage.postgresql.org
shows.

Thanks!

Stephen

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] logical replication access control patches
Next
From: Simon Riggs
Date:
Subject: Re: [HACKERS] logical decoding of two-phase transactions