From: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Amit Kapila <akapila(at)postgresql(dot)org>, pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: pgsql: Test decoding of two-phase transactions during the build of a co |
Date: | 2021-01-09 06:48:42 |
Message-ID: | CAA4eK1KS=LMTa3cLnMmphUtqbLe6OREj9jbGio=5x0S79x_pAg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
On Sat, Jan 9, 2021 at 11:17 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Amit Kapila <akapila(at)postgresql(dot)org> writes:
> > Test decoding of two-phase transactions during the build of a consistent snapshot.
>
> It seems this test case isn't 100% stable:
>
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=chipmunk&dt=2021-01-08%2023%3A56%3A57
>
> ========================== output_iso/regression.diffs ================
> diff -U3 /home/pgbfarm/buildroot/HEAD/pgsql.build/contrib/test_decoding/expected/twophase_snapshot.out /home/pgbfarm/buildroot/HEAD/pgsql.build/contrib/test_decoding/output_iso/results/twophase_snapshot.out
> --- /home/pgbfarm/buildroot/HEAD/pgsql.build/contrib/test_decoding/expected/twophase_snapshot.out 2021-01-07 02:49:30.231809843 +0200
> +++ /home/pgbfarm/buildroot/HEAD/pgsql.build/contrib/test_decoding/output_iso/results/twophase_snapshot.out 2021-01-09 04:01:26.730510078 +0200
> @@ -26,6 +26,8 @@
> data
>
> BEGIN
> +COMMIT
> +BEGIN
> table public.do_write: INSERT: id[integer]:2
> COMMIT
> step s2cp: COMMIT PREPARED 'test1';
> @@ -33,6 +35,10 @@
> data
>
> BEGIN
> +COMMIT
> +BEGIN
> +COMMIT
> +BEGIN
> table public.do_write: INSERT: id[integer]:1
> PREPARE TRANSACTION 'test1'
> COMMIT PREPARED 'test1'
>
> I think we've seen this extra-transactions symptom before,
> but I don't recall the details at this late hour.
>
I'll look into it.
--
With Regards,
Amit Kapila.
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2021-01-09 07:29:34 | Re: pgsql: Test decoding of two-phase transactions during the build of a co |
Previous Message | Tom Lane | 2021-01-09 05:47:47 | Re: pgsql: Test decoding of two-phase transactions during the build of a co |