pgsql: Remove flaky isolation tests for timeouts

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove flaky isolation tests for timeouts
Date: 2024-02-25 18:20:39
Message-ID: E1reJ79-000iPO-6K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove flaky isolation tests for timeouts

51efe38cb92f introduced bunch of tests for idle_in_transaction_session_timeout,
transaction_timeout and statement_timeout. These tests were too flaky on some
slow buildfarm machines, so we plan to replace them with TAP tests using
injection points. This commit removes flaky tests.

Discussion: https://postgr.es/m/CAAhFRxiQsRs2Eq5kCo9nXE3HTugsAAJdSQSmxncivebAxdmBjQ%40mail.gmail.com
Author: Andrey Borodin

Branch
------
master

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

Modified Files
--------------
src/test/isolation/expected/timeouts.out | 79 +-------------------------------
src/test/isolation/specs/timeouts.spec | 40 +---------------
2 files changed, 2 insertions(+), 117 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-02-25 18:48:37 pgsql: Improve documentation and GUC description for transaction_timeou
Previous Message Alexander Korotkov 2024-02-23 23:49:45 pgsql: Multiple revisions to the GROUP BY reordering tests