Opened 20 months ago

Last modified 4 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.

Change History (1)

comment:1 by jng, 4 months ago

Milestone: 4.2.0
Note: See TracTickets for help on using tickets.