Re: [HACKERS] Regression tests

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] Regression tests
Дата
Msg-id 38A0D8D0.CED12079@alumni.caltech.edu
обсуждение исходный текст
Ответ на Regression tests  (Chris Bitmead <chrisb@nimrod.itg.telstra.com.au>)
Ответы Re: [HACKERS] Regression tests  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Let's say I want to write regression tests to ensure that everything
> related to inheritance works. One test I would want would be to make
> sure pg_dump works for inheritance. What is the preferred way to make
> regression tests which aren't sql?

This has come up just recently, and afaik we don't have a precedence
for it in the current regression tests.

I would advocate having another test fired by the Makefile, to
minimize the number of components which need to be running for the
fundamental tests using psql to work.

"make all" currently *builds* the tests
"make runtest" currently runs the basic tests
"make bigtest" runs the large numeric tests
"make runcheck" runs the parallel tests
...

The basic inheritance tests should be in the basic regression test.
But how about something like "make dumptest"...
                 - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


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

Предыдущее
От: Mark Hollomon
Дата:
Сообщение: plperl droplang patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Regression tests