[MASSMAIL] pgsql: Don't clobber test exit code at cleanup in LDAP/Kerberors tests

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема [MASSMAIL] pgsql: Don't clobber test exit code at cleanup in LDAP/Kerberors tests
Дата
Msg-id E1rtWMd-00107j-4u@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't clobber test exit code at cleanup in LDAP/Kerberors tests

If the test script die()d before running the first test, the whole test
was interpreted as SKIPped rather than failed. The PostgreSQL::Cluster
module got this right.

Backpatch to all supported versions.

Discussion: https://www.postgresql.org/message-id/fb898a70-3a88-4629-88e9-f2375020061d@iki.fi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a475a2fa3bc9c68eaa2aeda28d6d86529eda4673

Modified Files
--------------
src/test/kerberos/t/001_auth.pl | 5 +++++
src/test/ldap/LdapServer.pm     | 5 +++++
2 files changed, 10 insertions(+)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Reduce branches in heapgetpage()'s per-tuple loop
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Use bump memory context for tuplesorts