Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb3558cc

Browse files
committed
Use Test::Builder::todo_start(), replacing $::TODO.
Some pre-2017 Test::More versions need perfect $Test::Builder::Levelmaintenance to find the variable. Buildfarm member snapper reported anoverall failure that the file intended to hide via the TODO construct.That trouble was reachable in v11 and v10. For later branches, thisserves as defense in depth. Back-patch to v10 (all supported versions).Discussion:https://postgr.es/m/20220202055556.GB2745933@rfd.leadboat.com
1 parent1b8462b commitb3558cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎contrib/amcheck/t/003_cic_2pc.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
use Test::Moretests=> 5;
1313

14-
local$TODO ='filesystem bug'if TestLib::has_wal_read_bug;
14+
Test::More->builder->todo_start('filesystem bug')
15+
if TestLib::has_wal_read_bug;
1516

1617
my ($node,$result);
1718

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp