Re: TAP test to cover "EndOfLogTLI != replayTLI" case - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: TAP test to cover "EndOfLogTLI != replayTLI" case
Date
Msg-id 20220117133357.w5l6ewdnju5kvxnl@jrouhaud
Whole thread Raw
In response to Re: TAP test to cover "EndOfLogTLI != replayTLI" case  (Amul Sul <sulamul@gmail.com>)
Responses Re: TAP test to cover "EndOfLogTLI != replayTLI" case
List 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 by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Skipping logical replication transactions on subscriber side
Next
From: Simon Riggs
Date:
Subject: Re: suboverflowed subtransactions concurrency performance optimize