Re: Force the old transactions logs cleanup even if checkpoint is skipped

Поиск
Список
Период
Сортировка
От Shlok Kyal
Тема Re: Force the old transactions logs cleanup even if checkpoint is skipped
Дата
Msg-id CANhcyEX_mZ-+gRXqTsBhGYCkN8ri-o6nqV2-O6i080aEiVbCBw@mail.gmail.com
обсуждение исходный текст
Ответ на Force the old transactions logs cleanup even if checkpoint is skipped  ("Zakhlystov, Daniil (Nebius)" <usernamedt@nebius.com>)
Ответы Re: Force the old transactions logs cleanup even if checkpoint is skipped  ("Zakhlystov, Daniil (Nebius)" <usernamedt@nebius.com>)
Список pgsql-hackers
Hi,

I went through the Cfbot and saw that some test are failing for it
(link: https://cirrus-ci.com/task/4631357628874752):

test:         postgresql:recovery / recovery/019_replslot_limit

# test failed
----------------------------------- stderr -----------------------------------
# poll_query_until timed out executing this query:
# SELECT '0/15000D8' <= replay_lsn AND state = 'streaming'
#          FROM pg_catalog.pg_stat_replication
#          WHERE application_name IN ('standby_1', 'walreceiver')
# expecting this output:
# t
# last actual query output:
#
# with stderr:
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 29 just after 7.

I tried to test it locally and this test is timing out in my local
machine as well.

Thanks
Shlok Kumar Kyal



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

Предыдущее
От: Richard Guo
Дата:
Сообщение: Re: Why is DEFAULT_FDW_TUPLE_COST so insanely low?
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Incorrect file reference in comment in procarray.c