Indicia-Team / warehouse

GNU General Public License v3.0
5 stars 3 forks source link

Travis CI issues #270

Open johnvanbreda opened 7 years ago

johnvanbreda commented 7 years ago

Since this summer, the Travis CI builds have been failing. Although I've managed to get the builds to pass again, there are a few issues which are worth noting and attempting to fix at some point.

  1. PostgreSQL needs to be reinstalled otherwise the PostGIS extension won't work. See https://github.com/travis-ci/travis-ci/issues/6972.

  2. The builds only work on the Precise environment, not the Trusty environment which is now the default. On Trusty any cUrl calls to the web services fail saying the path is not found.

  3. The home test case needs to be run twice, the first time it applies scripts which update core, the 2nd time it updates the modules. I don't know why this does not happen in a single hit.

BirenRathod commented 7 years ago

We should definitely make some plan to upgrade PostgreSQL on live warehouse. As it has got running quite old version of PostgreSQL.