Re: Regression test drivers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Regression test drivers
Дата
Msg-id 13616.974759998@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Regression test drivers  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Is it okay now to disable the old regression test drivers and make use of
> the new one throughout?

Sure.  Just point 'make runtest' at the new script ...

I do have one gripe about the new script: it suppresses error messages
from the DROP DATABASE step.  This is fine when the suppressed message
is "no such database", not fine when it is something else --- like, say,
"can't drop DB because it has active users".
        regards, tom lane


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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: regression fail?
Следующее
От: Tom Lane
Дата:
Сообщение: Something screwy about OID assignment with WAL code