forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaf2e67b
committed
Cleanup some code related to pgbench log checks in TAP tests
This fixes a couple of problems within the so-said code of this commitsubject:- Replace the use of open() with slurp_file(), fixing an issue reportedby buildfarm member fairywren whose perl installation keep around CRLFcharacters, causing the matching patterns for the logs to fail.- Remove the eval block, which is not really necessary.This set of issues has come into light after fixing a different issuewithc13585f, and this is wrong since this code has been introduced.Reported-by: Andrew Dunstan, and buildfarm member fairywrenAuthor: Michael PaquierReviewed-by: Andrew DunstanDiscussion:https://postgr.es/m/0f49303e-7784-b3ee-200b-cbf67be2eb9e@dunslane.netBackpatch-through: 111 parent372a280 commitaf2e67b
1 file changed
+20
-11
lines changedLines changed: 20 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1063 | 1063 |
| |
1064 | 1064 |
| |
1065 | 1065 |
| |
1066 |
| - | |
1067 |
| - | |
1068 |
| - | |
1069 |
| - | |
1070 |
| - | |
1071 |
| - | |
1072 |
| - | |
1073 |
| - | |
1074 |
| - | |
1075 |
| - | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
1076 | 1086 |
| |
1077 |
| - | |
1078 | 1087 |
| |
1079 | 1088 |
| |
1080 | 1089 |
| |
|
0 commit comments
Comments
(0)