Re: Add more regression tests for dbcommands

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Add more regression tests for dbcommands
Дата
Msg-id 20130624124712.GG6471@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: Add more regression tests for dbcommands  (Robins Tharakan <tharakan@gmail.com>)
Ответы Re: Add more regression tests for dbcommands  (Robins Tharakan <tharakan@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: patch submission: truncate trailing nulls from heap rows to reduce the size of the null bitmap [Review]
Следующее
От: Dean Rasheed
Дата:
Сообщение: Re: WITH CHECK OPTION for auto-updatable views