Opened 2 years ago
Last modified 11 months ago
#1000 assigned defect
PostGIS schema tests should try to trim out extraneous schema before comparison
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | major | Milestone: | 4.2.0 |
Component: | PostgreSQL Provider | Version: | |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
I am currently running the PostgreSQL provider test suite against postgis docker containers and we are currently getting various false positive test case failure because the postgis template database in these docker containers contain extra schemas like:
tiger
tiger_data
topology
For convenience, such extra schemas should not derail the schema content comparison. We should try to weed out such schemas before dumping it out to file for comparison where possible.
Note:
See TracTickets
for help on using tickets.