Opened 6 years ago

Closed 6 years ago

#4204 closed defect (fixed)

utils/check_all_upgrades is not testing upgrades from unpackaged

Reported by: strk Owned by: robe
Priority: medium Milestone: PostGIS 3.0.0
Component: QA/buildbots Version: master
Keywords: Cc:

Description

While utils/check_all_upgrades has code aimed at checking upgrades from unpackaged, logs show such upgrade not being tested. Example: https://drone.osgeo.org/strk/postgis/79/3 (seek for "Testing").

This ticket is to fix that.

Change History (4)

comment:2 by strk, 6 years ago

NOTE for the record: unpackaged upgrade tests were introduced in check_all_upgrades with r16077 and accidentally broken with r16530

comment:3 by strk, 6 years ago

In #4205 I ticketed a plan to move unpackaged upgrade test from this script to a plain "make installcheck" call (to be done later as the priority right now is to get a known failure exposed by buildbots - see #2503)

comment:4 by strk, 6 years ago

Resolution: fixed
Status: newclosed

In 16924:

[check_all_upgrads] Enable testing of upgrades from unpackaged

Closes #4204

Note: See TracTickets for help on using tickets.