Opened 14 months ago
Closed 12 months ago
#5549 closed task (duplicate)
Have a bot test under pgextwlist conditions
Reported by: | strk | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | Website Management, Bots |
Component: | QA/buildbots | Version: | |
Keywords: | pgextwlist | Cc: |
Description (last modified by )
Change History (4)
comment:1 by , 14 months ago
comment:2 by , 14 months ago
What we need to test under sandbox:
- Create an postgis-regress specific unprivileged role (or user?)
- Have run_test.pl switch to the unprivileged role (or connect as the unprivileged user)
- Make sure postgresql backends will load pgextwlist and have its configuration properly set
The current run_test.pl uses different connections for different steps so it's easier if the pgextlist configuration is done once, externally, and that direct connection as unprivileged user is used afterwards (using PGUSER/PGPASSWORD).
comment:3 by , 12 months ago
Component: | postgis → QA/buildbots |
---|---|
Owner: | changed from | to
Type: | defect → task |
comment:4 by , 12 months ago
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #5566
Note:
See TracTickets
for help on using tickets.
According to documentation in https://github.com/dimitri/pgextwlist not all tests could be run because re-packaging extensions is forbidden under pgextwlist so upgrades from 2.x cannot be tested.