pgsql: Remove flaky isolation tests for timeouts

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Remove flaky isolation tests for timeouts
Дата
Msg-id E1reJ79-000iPO-6K@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Multiple revisions to the GROUP BY reordering tests
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Improve documentation and GUC description for transaction_timeou