Re: pgsql: Add ANALYZE into regression tests

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add ANALYZE into regression tests
Дата
Msg-id 19105.1397446102@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Add ANALYZE into regression tests  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: pgsql: Add ANALYZE into regression tests  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-committers
Stephen Frost <sfrost@snowman.net> writes:
> * Greg Stark (stark@mit.edu) wrote:
>> But the original goal seems like it would be easier and better done with an
>> immutable function which lies and calls elog to leak information. That's
>> the actual attack this is supposed to protect against anyways.

> Sure, but there's a whole slew of tests that would have to change if we
> changed the explain output, not just this one.

Sure, but I think Greg's point is that this could be tested by a
black-box functional test ("does it print something it shouldn't")
rather than a white-box test that necessarily depends on a whole lot
of *other* planner choices that don't have much to do with the point
in question.  You already got bit by variances in the choice of join
type, which is not what the test is about.

I think the test is okay as-is as long as we don't see more failures
from it; but if we do see any more I'd suggest rewriting as per Greg's
suggestion rather than trying to constrain the plan choice even more
narrowly.

            regards, tom lane


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: pgsql: Add ANALYZE into regression tests
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: pgsql: Add ANALYZE into regression tests