forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit92273d4
committed
Fix potential rare failure in the kerberos TAP tests
Instead of writing a query to psql's stdin, which can cause a failurewhere psql exits before writing, reporting a write failure with a brokenpipe, this changes the logic to use -c. This was not seen in thebuildfarm as no animals with a sensitive environment are running thekerberos tests, but let's be safe.HEAD is able to handle the situation as of6d41dd0 for all the testsuites doing connection checks. f44b9b6 has fixed the same problem forthe LDAP tests.Discussion:https://postgr.es/m/YGu7ceWAiSNQDgH5@paquier.xyzBackpatch-through: 111 parentdd5b7e4 commit92273d4
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 |
| - | |
| 180 | + | |
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 |
| - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
187 | 189 |
| |
188 | 190 |
| |
189 | 191 |
| |
|
0 commit comments
Comments
(0)