Re: regression test for extended query protocol

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: regression test for extended query protocol
Дата
Msg-id 23646.1470235990@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: regression test for extended query protocol  (Tatsuo Ishii <ishii@postgresql.org>)
Ответы Re: regression test for extended query protocol  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-hackers
Tatsuo Ishii <ishii@postgresql.org> writes:
>>> 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?

>> I thought that ECPG was covering a portion of that. Right?

> In my understanding, ECPG calls libpq, thus the test cases are limited
> to the cases which are only possible with libpq (or it may be even
> limited to the cases where ECPG deal with.)

I do not think it's very practical for the core tests to try to cover
any behavior that's not reachable via libpq.  Even testing stuff that's
not reached through ecpg would require a whole slew of new infrastructure
with no use except testing.

I think realistically a better approach to this would be to get some
buildfarm members running the JDBC regression tests (I assume there
are some ...)
        regards, tom lane



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

Предыдущее
От: Vladimir Sitnikov
Дата:
Сообщение: Re: Slowness of extended protocol
Следующее
От: Álvaro Hernández Tortosa
Дата:
Сообщение: Implementing full UTF-8 support (aka supporting 0x00)