opengeospatial / ets-gpkg12-nsg

Other
2 stars 5 forks source link

Having trouble - no feature tests being run #17

Closed ajanett closed 6 years ago

ajanett commented 6 years ago

With the current version "0.7-SNAPSHOT" of 0.6, all feature tests are being SKIPPED on all of the geopackages that I try it on.

For example, this geopackage: https://portal.opengeospatial.org/files/?artifact_id=78819

Does not report any errors; it passes 19 core tests, 5 extension tests, 7 metadata tests and then skips everything else including all features tests.

I have an older GeoPackage file (too large to attach, argh!) that used to run the tests okay, and has a known rtree update trigger 4 error, but should otherwise be okay. It is also not running any feature tests - they are all skipped. Additionally, it is now reporting some new issues: Test method dataColumnConstraintsGlobMinMax: [SQLITE_ERROR] SQL error or missing database (no such column : minIsInclusive) Test method dataColumnConstraintsInclusive: [SQLITE_ERROR] SQL error or missing database (no such column : minIsInclusive) Test method dataColumnConstraintsTableDefinition: The gpkg_data_column_constraints table does not have a valid definition: missing column(s) expected [true] but found [false] Test tns:Main Failed

Two questions:

  1. Since these issues are in the 'extensions' area and this is an older geopackage that may not have extensions, why are these now issues?
  2. How can I get the ETS for GeoPackage to run the feature tests?
ajanett commented 6 years ago

Here are a couple of small geopackages exhibiting these issues. No features tests running. AGeoPackageForTest.zip

ajanett commented 6 years ago

Argh, this issue should be against OGC GeoPackage 1.2, not NSG.