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:
Since these issues are in the 'extensions' area and this is an older geopackage that may not have extensions, why are these now issues?
How can I get the ETS for GeoPackage to run the feature tests?
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: