Re: Hot Standby on git - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Hot Standby on git
Date
Msg-id 4ABE6C72.7070507@agliodbs.com
Whole thread Raw
In response to Re: Hot Standby on git  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Hot Standby on git
List pgsql-hackers
> I feel like I need a better way of unit testing new code. Some of the
> code in the patch is to handle corner cases, so recreating them is
> fairly hard. It is a nagging feeling that I am missing some knowledge
> here and would welcome some insight, or research, into better ways of
> doing general case unit testing.

There's always pgtap.  Whenever we find a new corner case, we add it to
the development test suite.

-- 
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com


pgsql-hackers by date:

Previous
From: Marko Kreen
Date:
Subject: Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen
Next
From: Peter Eisentraut
Date:
Subject: Re: 8.5 TODO: Add comments to output indicating version of pg_dump and of the database server