pgsql: Skip psql's TAP test for query cancellation entirely on Windows

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Skip psql's TAP test for query cancellation entirely on Windows
Дата
Msg-id E1qgE9L-003YvV-UR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Skip psql's TAP test for query cancellation entirely on Windows

This changes 020_cancel.pl so as the test is entirely skipped on
Windows.  This test was already doing nothing under WIN32, except
initializing and starting a node without using it so this shaves a few
test cycles.

Author: Yugo NAGATA
Reviewed-by: Fabien Coelho
Discussion: https://postgr.es/m/20230810125935.22c2922ea5250ba79358965b@sraoss.co.jp
Backpatch-through: 15

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3f7b7d9df2dc7aa14add615c7af8fbc1092509b9

Modified Files
--------------
src/bin/psql/t/020_cancel.pl | 118 +++++++++++++++++++++----------------------
1 file changed, 59 insertions(+), 59 deletions(-)


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

Предыдущее
От: noreply@postgresql.org
Дата:
Сообщение: pgsql: Tag refs/tags/REL_16_0 was created
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Switch psql's TAP test for query cancellation to use IPC::Run::s