Re: Does PostgreSQL have complete functional test cases?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Does PostgreSQL have complete functional test cases?
Дата
Msg-id 20121109023633.GH7225@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Does PostgreSQL have complete functional test cases?  (Craig Ringer <craig@2ndQuadrant.com>)
Ответы Re: Does PostgreSQL have complete functional test cases?  (Craig Ringer <craig@2ndQuadrant.com>)
Список pgsql-general
Craig Ringer wrote:

> It'd be nice to split the tests up into clearer groups - "will fail if
> planner settings are changed; WARNING", "will fail only if incorrect
> result is returned; FATAL" etc. Right now, AFAIK that hasn't been done.

Not sure that's enough of an improvement.  Really, these tests should
pass whatever the optimizer parameters are set to; instead of checking
the exact order of the result set, they should check that the right
tuples are returned.  Except, of course, in those cases that specify
ORDER BY.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Tianyin Xu
Дата:
Сообщение: Re: Does PostgreSQL have complete functional test cases?
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Unexpectedly high disk space usage