tds-fdw / tds_fdw

A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)
Other
381 stars 102 forks source link

Add a validator for the JSON files for tests #300

Closed juliogonzalez closed 2 years ago

juliogonzalez commented 2 years ago

For now it needs to run locally, but we could always add a GitHub action in the future :-)

Fixes https://github.com/tds-fdw/tds_fdw/issues/223

jenkins-juliogonzalez commented 2 years ago

Test FAILed.

juliogonzalez commented 2 years ago

Failures for RockyLinux can be ignored. They happen because of the bug at tests/lib/tests.py`, that will be fixed by https://github.com/tds-fdw/tds_fdw/pull/299 is merged.

GeoffMontee commented 2 years ago

Thanks, @juliogonzalez! This one has been merged too.