Re: Add more regression tests for dbcommands - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Add more regression tests for dbcommands
Date
Msg-id 20130624124712.GG6471@awork2.anarazel.de
Whole thread Raw
In response to Re: Add more regression tests for dbcommands  (Robins Tharakan <tharakan@gmail.com>)
Responses Re: Add more regression tests for dbcommands  (Robins Tharakan <tharakan@gmail.com>)
List pgsql-hackers
On 2013-05-21 02:58:25 +0530, Robins Tharakan wrote:
> Attached is an updated patch that does only 1 CREATE DATABASE and reuses
> that for all other tests.
> The code-coverage with this patch goes up from 36% to 70%.

Even creating one database seems superfluous. The plain CREATE DATABASE
has been tested due to the creation of the regression database itself
anyway?
All the other tests should be doable using the normal regression db?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: patch submission: truncate trailing nulls from heap rows to reduce the size of the null bitmap [Review]
Next
From: Dean Rasheed
Date:
Subject: Re: WITH CHECK OPTION for auto-updatable views