forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6cea447
committed
Disable tests involving ZLIB on Windows for pg_receivewal
As reported by buildfarm member bowerbird, those tests are unstable onWindows. The failure produced there points to a problem with gzflush(),that fails to sync a file freshly-opened, with a gzFile properlyopened. While testing this myself with MSVC, I bumped into a differenterror where a file could simply not be opened, so this makes me ratherdoubtful that testing this area on Windows is a good idea if thisfinishes with random concurrency failures. This requires moreinvestigation, and keeping this buildfarm member red is not a good thingin the long-term, so for now this just disables this set of tests onWindows.Discussion:https://postgr.es/m/YPDLz2x3o1aX2wRh@paquier.xyz1 parent830ef61 commit6cea447
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
76 | 78 |
| |
77 | 79 |
| |
78 |
| - | |
79 |
| - | |
| 80 | + | |
| 81 | + | |
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
|
0 commit comments
Comments
(0)