forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit73db8f4
committed
Improve handling and logging of TAP tests for pg_upgrade
This commit includes a set of improvements to help with the debugging offailures in these new TAP tests:- Instead of a plain diff command to compare the dumps generated, useFile::Compare::compare for the same effect. diff is still used toprovide more context in the event of an error.- Log the contents of regression.diffs if the pg_regress command fails.- Unify the format of the logs generated, getting inspiration from thestyle used in 027_stream_regress.pl.wrasse is the only buildfarm member that has reported a failure untilnow after the introduction of322becb, complaining that the dumpsgenerated do not match, and I am lacking information to understand whatis going in this environment.1 parent322becb commit73db8f4
1 file changed
+31
-9
lines changedLines changed: 31 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
111 | 112 |
| |
112 | 113 |
| |
113 | 114 |
| |
114 |
| - | |
115 |
| - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
116 | 127 |
| |
117 | 128 |
| |
118 | 129 |
| |
| |||
214 | 225 |
| |
215 | 226 |
| |
216 | 227 |
| |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
222 | 231 |
| |
223 | 232 |
| |
224 | 233 |
| |
| |||
231 | 240 |
| |
232 | 241 |
| |
233 | 242 |
| |
234 |
| - | |
235 |
| - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
236 | 258 |
| |
237 | 259 |
|
0 commit comments
Comments
(0)