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 test properties, including versioning #92

Closed juliogonzalez closed 8 years ago

juliogonzalez commented 8 years ago

For each SQL test, read a JSON file, allowing server version check (minimum and maximum if needed), as well as a description.

This will be useful to address PR #91

Tested at https://jenkins.juliogonzalez.es/job/tds_fdw-build-free/27/

GeoffMontee commented 8 years ago

Thanks, @juliogonzalez! This looks like a great way to solve the problem in PR #91.

jenkins-juliogonzalez commented 8 years ago

Test FAILed.

juliogonzalez commented 8 years ago

Well, the test failed because the PR was merged because they were finished (and the main build started running).

Other than that, everything was fine. We will avoid this kind of problems as soon as we start using docker.