forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5adb067
committed
Disable test for postgres -C on Msys
The output generated on Msys is incorrect because of the different wayIPC::Run processes outputs with native Perl (converts natively \r\n to\n) and Msys perl (\r\n kept as-is), causing this test to fail.For now, just disable the test to bring the buildfarm to a green state.I think that the correct long-term solution would be to tweak all theroutines command_checks_* in PostgresNode.pm to handle this output likepsql does when using Msys, by discarding \r automatically beforecomparing it.Per report from jacana and fairywren. Thanks to Tom Lane for the ping.Discussion:https://postgr.es/m/1252480.1631829409@sss.pgh.pa.us1 parent3f50b82 commit5adb067
1 file changed
+13
-7
lines changedLines changed: 13 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
181 | 182 |
| |
182 | 183 |
| |
183 | 184 |
| |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
191 | 197 |
| |
192 | 198 |
| |
193 | 199 |
| |
|
0 commit comments
Comments
(0)