Re: BUG #15594: Unstable tests in contrib/test_decoding/output_iso/

From: Alexander Lakhin <exclusion(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15594: Unstable tests in contrib/test_decoding/output_iso/
Date: 2019-01-16 20:04:59
Message-ID: d77c8872-e494-def5-0744-988e7973bf1b@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

16.01.2019 22:09, Andres Freund wrote:
> On 2019-01-16 14:56:34 +0000, PG Bug reporting form wrote:
>> I observe this issue with the tests: mxact, delayed_startup, and
>> ondisk_startup.
> Interesting - I've not seen that on the buildfarm before, or in local tests
> with a lot of repetitions. I assume the problem vanishes if you add 'skip-empty-xacts', '1'
> to the options of pg_logical_slot_get_changes()?
>
> Greetings,
>
> Andres Freund
Thank you, Andres.
Yes, it helps. After applying the attached patch the issue is gone.
Just to note that mxact.out and ondisk_startup.out expected an empty
transaction.
If it's not important, then the fix is ready.

Best regards,
Alexander

Attachment Content-Type Size
fix-15594.patch text/x-patch 7.7 KB

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2019-01-17 01:30:03 BUG #15595: matchctx->npatterns is always 1 no matter pattern have 0 or 1 subexpression
Previous Message Andres Freund 2019-01-16 19:09:49 Re: BUG #15594: Unstable tests in contrib/test_decoding/output_iso/