Opened 6 years ago

Closed 6 years ago

#4201 closed enhancement (fixed)

Allow running tests w/out upgrade step

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

Description

Right now the "check" target under regress/ forces a run of tests with —upgrade (two steps, one without and one with). This ticket is to allow running an upgrade-less set of tests, to let callers (specifically for utils/check_all_upgrades.sh) to pass their own switches.

Change History (2)

comment:1 by strk, 6 years ago

Another idea would be to skip the upgrade test IF upgrade is already tested due to RUNTESTFLAGS as passed by the user. Doesn't really allow running tests w/out upgrade step but would at least avoid duplicated tests during check_all_upgrades.sh …

comment:2 by strk, 6 years ago

Resolution: fixed
Status: newclosed

In 16927:

Do not run upgrade tests twice

Somehow closes #4201

Note: See TracTickets for help on using tickets.