CartoDB / odbc_fdw

PostgreSQL Foreign-data Wrapper for ODBC
Other
66 stars 22 forks source link

Fix travis tests #105

Closed rafatower closed 4 years ago

rafatower commented 4 years ago

Travis CI tests are broken. There are at least a couple of things:

https://travis-ci.org/CartoDB/odbc_fdw/jobs/598438701

E: Package 'mysql-server-core-5.6' has no installation candidate
E: Package 'mysql-client-5.6' has no installation candidate
E: Package 'mysql-server-5.6' has no installation candidate
E: Version '1:09.02.0100-2ubuntu1' for 'odbc-postgresql' was not found

Done: Job Cancelled



(looks like hive service)

I did some work fixing dependencies and tried to fix hive as well but couldn't. You can find the PR here: https://github.com/CartoDB/odbc_fdw/pull/102

Please take a look and get the builds :green_apple: again. Aftter fixing the problems pointed out you might need some help from @jgoizueta because CI requires some test services and some encrypted secrets.
manmorjim commented 4 years ago

With https://github.com/CartoDB/odbc_fdw/pull/102 builds back :green_apple: again!

Travis upgraded its distro from Trusthy to Xenial so this requires some changes in configuration:

Also there was a misconfiguration in the file odbcinst.ini with the MySQL driver.

manmorjim commented 4 years ago

MSSQLServer tests have been temporarily disabled because they were being executed in a remote machine which is unavailable at this moment. I opened #108 in order to enable them again.