pgsql: Temporarily skip recovery deadlock test in back branches.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Temporarily skip recovery deadlock test in back branches.
Дата
Msg-id E1nn0wA-000IKv-5O@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Temporarily skip recovery deadlock test in back branches.

The recovery deadlock test has a timing issue that was fixed in 5136967f1eb in
HEAD. Unfortunately the same fix doesn't quite work in the back branches: 1)
adjust_conf() doesn't exist, which is easy enough to work around 2) a restart
cleares the recovery conflict stats < 15.

These issues can be worked around, but given the upcoming set of minor
releases, skip the problematic test for now. The buildfarm doesn't show
failures in other parts of 031_recovery_conflict.pl.

Discussion: https://postgr.es/m/20220506155827.dfnaheq6ufylwrqf@alap3.anarazel.de
Backpatch: 10-14

Branch
------
REL_14_STABLE

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

Modified Files
--------------
src/test/recovery/t/031_recovery_conflict.pl | 5 +++++
1 file changed, 5 insertions(+)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Backpatch addition of wait_for_log(), pump_until().
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Remove command checks in tests of pg_basebackup and pg_receivewa