Re: TAP test to cover "EndOfLogTLI != replayTLI" case

Поиск
Список
Период
Сортировка
От Julien Rouhaud
Тема Re: TAP test to cover "EndOfLogTLI != replayTLI" case
Дата
Msg-id 20220117133357.w5l6ewdnju5kvxnl@jrouhaud
обсуждение исходный текст
Ответ на Re: TAP test to cover "EndOfLogTLI != replayTLI" case  (Amul Sul <sulamul@gmail.com>)
Ответы Re: TAP test to cover "EndOfLogTLI != replayTLI" case  (Julien Rouhaud <rjuju123@gmail.com>)
Список pgsql-hackers
Hi,

On Mon, Jan 17, 2022 at 05:07:48PM +0530, Amul Sul wrote:
> 
> I am not sure what really went wrong but I think the 'standby_9'
> server shutdown too early before it gets a chance to archive a
> required WAL file. The attached patch tries to shutdown that server
> after the required WAL are archived, unfortunately, I couldn't test
> that on the window, let see how cfbot reacts to this version.

Thanks for the updated patch!  Note that thanks to Andres and Thomas work, you
can now easily rely on the exact same CI than the cfbot on your own github
repository, if you need to debug something on a platform you don't have access
to.  You can check the documentation at [1] for more detail on how to setup the
CI.

[1] https://github.com/postgres/postgres/blob/master/src/tools/ci/README



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Skipping logical replication transactions on subscriber side
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: suboverflowed subtransactions concurrency performance optimize