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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Stabilize results of insert-conflict-toast.spec.
Дата
Msg-id E1lwRJj-0002ja-1k@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix ABI break introduced by commit 4daa140a2f.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Further stabilize postgres_fdw test.