Re: regression test for extended query protocol

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: regression test for extended query protocol
Дата
Msg-id CA+TgmoYn20U2UD0gNFJuMF6K9p6DSYoMxVc_8KN_cCm=JzaBOA@mail.gmail.com
обсуждение исходный текст
Ответ на regression test for extended query protocol  (Tatsuo Ishii <ishii@postgresql.org>)
Ответы Re: regression test for extended query protocol  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Aug 2, 2016 at 10:33 PM, Tatsuo Ishii <ishii@postgresql.org> wrote:
> In my understanding, we don't have any regression test for protocol
> level prepared query (we do have SQL level prepared query tests,
> though). Shouldn't we add those tests to the regression test suites?

A few years ago, EDB had a bug that only manifested itself when using
the extended query protocol.  We hacked together something that could
run our entire regression test suite (roughly equivalent to 'make
check', but an order of magnitude larger) under the extended query
protocol and found a few more bugs of the same general flavor.  There
were a few things that fell over that, I think, were not bugs, but it
mostly worked.

I think it would be an interesting project for someone to try to
figure out how to make 'make check-extended-query-protocol' or similar
work.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Oddity in EXPLAIN for foreign/custom join pushdown plans
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: Refactoring of heapam code.