Remove flaky isolation tests for timeouts

Alexander Korotkov <akorotkov@postgresql.org>

Commit: a661bf7b0f56dd8bc298309de9937081ef485370
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2024-02-25T18:20:04Z
Releases: 17.0
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

Files

Discussion