pgsql: Stabilize results of insert-conflict-toast.spec.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Stabilize results of insert-conflict-toast.spec.
Date: 2021-06-24 15:30:59
Message-ID: E1lwRJj-0002ja-1k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Stabilize results of insert-conflict-toast.spec.

This back-branch test script was later absorbed into
insert-conflict-specconflict.spec, which required some stabilization
in commit 741d7f104, so perhaps it's not surprising that it needs a
bit of love too.

It's odd though that we hadn't seen it fail before now, because
I thought that 741d7f104 did not change isolationtester's timing
behavior for scripts without any annotation markers. In any case,
this script is racy on its face, so add an annotation to force stable
reporting order.

Report: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=piculet&dt=2021-06-24%2009%3A54%3A56
Report: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=petalura&dt=2021-06-24%2010%3A10%3A00

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/024e064af7b7598de704ac3e7565cc9a9a91ffe2

Modified Files
--------------
src/test/isolation/specs/insert-conflict-toast.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-06-24 19:02:20 pgsql: Further stabilize postgres_fdw test.
Previous Message Amit Kapila 2021-06-24 10:00:02 pgsql: Fix ABI break introduced by commit 4daa140a2f.