Re: Hot Standby on git

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Hot Standby on git
Date: 2009-09-26 19:33:06
Message-ID: 4ABE6C72.7070507@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2009-09-26 20:02:55 Re: 8.5 TODO: Add comments to output indicating version of pg_dump and of the database server
Previous Message Marko Kreen 2009-09-26 19:17:39 Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen