[Tile-serving] [osm2pgsql] Clean up after flat nodes tests (#458)

Matt Amos notifications at github.com
Sun Oct 11 15:47:08 UTC 2015


Yeah, RAII cleanup won't catch things which are "out of band" and kill the process from the outside, like ^C, SIGKILL or the OOM killer. To deal with those, we'd need to have a test wrapper script to clean up resources. The RAII approach, which we're using for the test databases at the moment too, works in 99% of cases. The other 1% might need more work.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/458#issuecomment-147212366
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151011/bf65c2a5/attachment.html>


More information about the Tile-serving mailing list