Re: Testing DDL deparsing support

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Testing DDL deparsing support
Дата
Msg-id 20141205121805.GG31531@momjian.us
обсуждение исходный текст
Ответ на Testing DDL deparsing support  (Ian Barwick <ian@2ndquadrant.com>)
Ответы Re: Testing DDL deparsing support  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On Fri, Nov 28, 2014 at 01:43:36PM +0900, Ian Barwick wrote:
> Standard regression tests are helpful because patch authors include new test
> cases in the patches that stress their new options or commands.  This new test
> framework needs to be something that internally runs the regression tests and
> exercises DDL deparsing as the regression tests execute DDL.  That would mean
> that new commands and options would automatically be deparse-tested by our new
> framework as soon as patch authors add standard regress support.

Are you saying every time a new option is added to a command that a new
regression test needs to be added?  We don't normally do that, and it
could easily bloat the regression tests over time.  In summary, this
testing will help, but it will not be fully reliable.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: [Windows,PATCH] Use faster, higher precision timer API
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Testing DDL deparsing support