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

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: rjuju123(at)gmail(dot)com
Cc: sulamul(at)gmail(dot)com, andres(at)anarazel(dot)de, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: TAP test to cover "EndOfLogTLI != replayTLI" case
Date: 2022-01-18 05:01:23
Message-ID: 20220118.140123.342853390774842194.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Tue, 18 Jan 2022 12:25:15 +0800, Julien Rouhaud <rjuju123(at)gmail(dot)com> wrote in
> Hi,
>
> On Mon, Jan 17, 2022 at 09:33:57PM +0800, Julien Rouhaud wrote:
> >
> > 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.
>
> The cfbot reports that the patch still fails on Windows but also failed on
> macos with the same error: https://cirrus-ci.com/task/5655777858813952:
>
> [14:20:43.950] # Failed test 'check standby content before timeline switch 0/500FAF8'
> [14:20:43.950] # at t/003_recovery_targets.pl line 239.
> [14:20:43.950] # got: '6000'
> [14:20:43.950] # expected: '7000'
> [14:20:43.950] # Looks like you failed 1 test of 10.
>
> I'm switching the CF entry to Waiting on Author.

The most significant advantages of the local CI setup are

- CI immediately responds to push.

- You can dirty the code with additional logging aid as much as you
like to see closely what is going on. It makes us hesitant to do
the same on this ML:p

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Corey Huinker 2022-01-18 05:08:53 Re: Push down time-related SQLValue functions to foreign server
Previous Message Greg Nancarrow 2022-01-18 04:52:49 Re: row filtering for logical replication