Re: Transaction timeout

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: "Andrey M(dot) Borodin" <x4mmm(at)yandex-team(dot)ru>
Cc: Japin Li <japinli(at)hotmail(dot)com>, Peter Smith <smithpb2250(at)gmail(dot)com>, Junwang Zhao <zhjwpku(at)gmail(dot)com>, 邱宇航 <iamqyh(at)gmail(dot)com>, Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>, Andrew Borodin <amborodin86(at)gmail(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Nikolay Samokhvalov <samokhvalov(at)gmail(dot)com>, pgsql-hackers mailing list <pgsql-hackers(at)postgresql(dot)org>, pgsql-hackers mailing list <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: Transaction timeout
Date: 2024-03-13 00:23:27
Message-ID: CAPpHfdvo1Q7uu9RRCWxC2+OV1LuLthPFyUw6PKgzDtQr9brj4g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 12, 2024 at 10:28 AM Andrey M. Borodin <x4mmm(at)yandex-team(dot)ru> wrote:
> > On 11 Mar 2024, at 16:18, Alexander Korotkov <aekorotkov(at)gmail(dot)com> wrote:
> >
> > I think if checking psql stderr is problematic, checking just logs is
> > fine. Could we wait for the relevant log messages one by one with
> > $node->wait_for_log() just like 040_standby_failover_slots_sync.pl do?
>
> PFA version with $node->wait_for_log()

I've slightly revised the patch. I'm going to push it if no objections.

------
Regards,
Alexander Korotkov

Attachment Content-Type Size
v5-0001-Add-TAP-tests-for-timeouts.patch application/octet-stream 7.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2024-03-13 00:26:38 Re: [PROPOSAL] Skip test citext_utf8 on Windows
Previous Message David Steele 2024-03-13 00:12:28 Re: Add basic tests for the low-level backup method.