#5054 closed defect (fixed)
make check fails to fully check upgrades
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.3.0 |
Component: | build | Version: | 3.2.x |
Keywords: | Cc: |
Description
When make check
is run without setting RUNTESTFLAGS=--upgrade, a rule will additionally also execute an upgrade test but such test will NOT include before/after upgrade hooks, which in turn fails to catch some upgrade errors.
Refer to https://trac.osgeo.org/postgis/ticket/5046?cnum_edit=13#comment:13 for an example of this false negative testrun currently performed by github actions.
Note:
See TracTickets
for help on using tickets.
In 0b2a78d8/git: