pgsql: Change PostgresNode::connect_fails() to never send down queries

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Change PostgresNode::connect_fails() to never send down queries
Дата
Msg-id E1lTZy2-00014S-TD@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Change PostgresNode::connect_fails() to never send down queries

This type of failure is similar to what has been fixed in c757a3da,
where an authentication failure combined with psql pushing a command
down its communication pipe causes a test failure.  This routine is
designed to fail, so sending a query has little sense anyway.

Per buildfarm members gaur and hoverfly, based on an analysis and fix
from Tom Lane.

Discussion: https://postgr.es/m/513200.1617634642@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6d41dd045ada28ee14182112fc4cf50fb3879d28

Modified Files
--------------
src/test/perl/PostgresNode.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Refactor all TAP test suites doing connection checks
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Refactor all TAP test suites doing connection checks