Re: [HACKERS] Thoughts on unit testing? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Thoughts on unit testing?
Date
Msg-id 22671.1502459719@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Thoughts on unit testing?  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> On 8/10/17 17:53, Thomas Munro wrote:
>> The current regression tests, isolation tests and TAP tests are very
>> good (though I admit my experience with TAP is limited), but IMHO we
>> are lacking support for C-level unit testing.  Complicated, fiddly
>> things with many states, interactions, edge cases etc can be hard to
>> get full test coverage on from the outside.  Consider
>> src/backend/utils/mmgr/freepage.c as a case in point.

> I don't have a good idea how to address this, but I agree that something
> in this area would be widely useful.

I don't think anyone doubts it would be useful.  The question is can we
get to something useful with an acceptable level of effort and overhead.
So far I've not seen anything promising in that sense.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Chris Travers
Date:
Subject: Re: [HACKERS] Funny WAL corruption issue
Next
From: Alex K
Date:
Subject: Re: [HACKERS] Parallel COPY FROM execution