- Notifications
You must be signed in to change notification settings - Fork5k
Commit43dca8a
committed
tests: Cope with WARNINGs during failed CREATE DB on windows
The test added in93bc3d7 sometimes fails on windows, due to warnings likeWARNING: some useless files may be left behind in old database directory "base/16514"The reason for that is createdb_failure_callback() does not ensure that thereare no open file descriptors for files in the partially created,to-be-dropped, database. We do take care in dropdb(), but that involveswaiting for checkpoints and a ProcSignalBarrier, which we probably don't wantto do in an error callback. This should probably be fixed one day, but fornow 001_aio.pl needs to cope.Per buildfarm animals fairywren and drongo.Discussion:https://postgr.es/m/uc62i6vi5gd4bi6wtjj5poadqxolgy55e7ihkmf3mthjegb6zl@zqo7xez7sc2r1 parenteec0040 commit43dca8a
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1279 | 1279 |
| |
1280 | 1280 |
| |
1281 | 1281 |
| |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
1282 | 1287 |
| |
1283 | 1288 |
| |
1284 | 1289 |
| |
| |||
1287 | 1292 |
| |
1288 | 1293 |
| |
1289 | 1294 |
| |
1290 |
| - | |
| 1295 | + | |
1291 | 1296 |
| |
1292 | 1297 |
| |
1293 | 1298 |
| |
|
0 commit comments
Comments
(0)