]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use Test::Builder::todo_start(), replacing $::TODO.
authorNoah Misch <noah@leadboat.com>
Thu, 10 Feb 2022 02:16:59 +0000 (18:16 -0800)
committerNoah Misch <noah@leadboat.com>
Thu, 10 Feb 2022 02:17:03 +0000 (18:17 -0800)
commit3a32e53e1f383090f27b23d4356eb1d19172ef1b
tree1133631e1cb1111e73300ce6c4c46f784c50f604
parent2d96a66c2eef76f44cc9f9eca1a611330e215dc0
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
contrib/amcheck/t/003_cic_2pc.pl