Opened 3 months ago
Last modified 2 months ago
#5813 new defect
installcheck does not run tiger geocoder tests
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.6.0 |
Component: | QA/testsuite | Version: | 3.4.x |
Keywords: | Cc: |
Description ¶
See https://github.com/postgis/postgis/pull/784
make installcheck
in top-level dir fails to descend in extensions/ and thus misses tiger geocoder checks that are instead run with make -C extensions installcheck
This is probably true for old branches as well
Change History (3)
comment:1 by , 3 months ago
comment:2 by , 3 months ago
I've pushed an "installcheck" branch hooking the missing tests to that target, I guess tests will fail due to the problem fixed by https://github.com/postgis/postgis/pull/784
comment:3 by , 2 months ago
Milestone: | PostGIS 3.5.1 → PostGIS 3.6.0 |
---|
Note:
See TracTickets
for help on using tickets.
Previous work on hooking tiger tests to main was in #3258 - I'm not sure when it broke