pgsql: Stabilize results of insert-conflict-toast.spec. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Stabilize results of insert-conflict-toast.spec.
Date
Msg-id E1lwRJj-0002jd-2A@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e0a7036e18a3d321bbe88061d2e309ee1c527b84

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


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix ABI break introduced by commit 4daa140a2f.
Next
From: Tom Lane
Date:
Subject: pgsql: Further stabilize postgres_fdw test.