#4777 closed defect (fixed)
core tests are using \copy with hard-coded relative paths
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.1.0 |
Component: | build | Version: | 2.5.x -- EOL |
Keywords: | Cc: |
Description
This prevents running them from arbitrary directories. These are: core/concave_hull_hard.sql core/regress_big_polygon.sql core/regress_gist_index_nd.sql core/regress_spgist_index_2d.sql core/regress_spgist_index_3d.sql core/regress_spgist_index_nd.sql
Change History (6)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
One solution would be to have run_test.pl perform keyword substitution on the .sql files (psql variables do not work with \copy)
comment:3 by , 4 years ago
Component: | postgis → build/upgrade/install |
---|---|
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.
This blocks #4207