Changes between Version 2 and Version 3 of DockerRdbmsTestEnvironment
- Timestamp:
- 02/09/18 06:03:36 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DockerRdbmsTestEnvironment
v2 v3 74 74 == Some one-time PostgreSQL setup == 75 75 76 The PostgreSQL provider test suite assumes that `public` is the only schema of any PostGIS database it creates. The chosen docker image, while fully featured, breaks this assumption as it includes the `tiger` schema (for tiger geocoding), which the provider does not use, nor does the test suite exercise.76 The PostgreSQL provider test suite assumes that `public` is the only schema of any PostGIS database it creates. The chosen docker image, while fully featured, breaks this assumption as it includes extra schemas like `tiger` (for tiger geocoding) and `topology`, which the provider does not use, nor does the test suite exercise. 77 77 78 78 So before running the PostgreSQL test suite, use a tool like pgAdmin to connect to the PostGIS docker container and make sure to drop any schema that is not `public` from the `template_postgis` and `postgres` databases.