forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit704e1db
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: 111 parent5a0f1c8 commit704e1db
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
|
0 commit comments
Comments
(0)