[postgis-tickets] [PostGIS] #5256: check_all_upgrades.sh does not test postgis_extensions_upgrade from same version to same version
PostGIS
trac at osgeo.org
Tue Oct 4 07:13:22 PDT 2022
#5256: check_all_upgrades.sh does not test postgis_extensions_upgrade from same
version to same version
------------------------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.0
Component: build/upgrade/install | Version: master
Resolution: | Keywords:
------------------------------------+---------------------------
Comment (by strk):
The `check_all_ugprades.sh` script never tested self-self upgrade because
`make` targets should be doing that already, specifically:
- `make check` should be testing with --upgrade which does script-based
upgrade
- `make installcheck` should be testing with --extension from
unpackaged, both via DDL and via postgis_extension_upgrade [ see `make
installcheck-upgrade-byfunc` ]
From what I can see gitlab-ci is supposed to be running `make
installcheck` so should do the same-same upgrade.
Which path are we missing, exactly ? Same-same both being extension ?
Better be specific about the *problem* (renaming this ticket to indicate
the problem)
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5256#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list