Opened 6 years ago

Closed 6 years ago

#4205 closed enhancement (fixed)

Have "installcheck" test CREATE EXTENSION from unpackaged

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.0.0
Component: build Version: master
Keywords: Cc:

Description

At the moment only utils/check_all_upgrades.sh tests the packaging of extensions, but as such path does not need any previous version installed on the system we may as well test it by a normal "make installcheck" call (like we're testing non-extension self-upgrades on "make check").

Change History (2)

comment:1 by strk, 6 years ago

This has to be done after #4204 is finished. And if we implement this "installcheck" run unapckaged upgrade test we should of course remove it from utils/check_all_upgrades.sh

comment:2 by strk, 6 years ago

Resolution: fixed
Status: newclosed

In 16928:

Have "installcheck" also test CREATE EXTENSION from unpackaged

Closes #4205

Note: See TracTickets for help on using tickets.