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

Commit704e1db

Browse files
committed
Remove some useless logs from the TAP tests of pgbench
002_pgbench_no_server was printing some array pointers instead of theactual contents of those arrays for the expected outputs of stdout andstderr for a tested command. This does not add any new information thatcan help with debugging as the test names allow to track failurelocations, if any.This commit simply removes those logs as the rest of the printedinformation is redundant with command_checks_all().Per discussion with Andrew Dunstan and Álvaro Herrera.Discussion:https://postgr.es/m/YNXNFaG7IgkzZanD@paquier.xyzBackpatch-through: 11
1 parent5a0f1c8 commit704e1db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/bin/pgbench/t/002_pgbench_no_server.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ sub pgbench
2626
local$Test::Builder::Level =$Test::Builder::Level + 1;
2727

2828
my ($opts,$stat,$out,$err,$name) =@_;
29-
printSTDERR"opts=$opts, stat=$stat, out=$out, err=$err, name=$name";
3029
command_checks_all(['pgbench',split(/\s+/,$opts) ],
3130
$stat,$out,$err,$name);
3231
return;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp