pgsql: Use Test::Builder::todo_start(), replacing $::TODO.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Use Test::Builder::todo_start(), replacing $::TODO.
Дата
Msg-id E1nHz1Y-0000qx-Mh@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use Test::Builder::todo_start(), replacing $::TODO.

Some pre-2017 Test::More versions need perfect $Test::Builder::Level
maintenance to find the variable.  Buildfarm member snapper reported an
overall failure that the file intended to hide via the TODO construct.
That trouble was reachable in v11 and v10.  For later branches, this
serves as defense in depth.  Back-patch to v10 (all supported versions).

Discussion: https://postgr.es/m/20220202055556.GB2745933@rfd.leadboat.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6da62ff14c57ec9ab68bc7fa590eca7b3d1bd671

Modified Files
--------------
src/bin/pgbench/t/023_cic_2pc.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix typo in multixact.c
Следующее
От: Noah Misch
Дата:
Сообщение: Re: pgsql: TAP tests: check for postmaster.pid anyway when "pg_ctl start" f