[Tile-serving] [openstreetmap/osm2pgsql] Extended schema support to middle and pgsql/multi output (#1288)

Jochen Topf notifications at github.com
Tue Oct 13 19:56:12 UTC 2020


@joto commented on this pull request.



>      extra_params = ['--slim', '-d', 'postgres:///' + CONFIG['test_database']]
 
+# Schema tests
+
+class TestDBOutputSchema(BaseUpdateRunnerWithOutputSchema, unittest.TestCase,
+                         PgsqlBaseTests):
+    extra_params = ['--slim', '--output-pgsql-schema=osm']

The test was accessing tables in the public namespace left over from earlier tests. Fixed now.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/1288#discussion_r504218343
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20201013/4173d55e/attachment.htm>


More information about the Tile-serving mailing list