forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5f920de
committed
Make PostgresNode.pm's poll_query_until() more chatty about failures.
Reporting only the stderr is unhelpful when the problem is that theserver output we're getting doesn't match what was expected. So weshould report the query output too; and just for good measure, let'sprint the query we used and the output we expected.Back-patch to 9.5 where poll_query_until was introduced.Discussion:https://postgr.es/m/17913.1539634756@sss.pgh.pa.us1 parent6d2c760 commit5f920de
1 file changed
+12
-3
lines changedLines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1348 | 1348 |
| |
1349 | 1349 |
| |
1350 | 1350 |
| |
1351 |
| - | |
1352 |
| - | |
1353 |
| - | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
1354 | 1363 |
| |
1355 | 1364 |
| |
1356 | 1365 |
| |
|
0 commit comments
Comments
(0)