We switched from postgresql 9 to 10 and we are now trying to make CI working with postgresql 10.
As you can see in this job https://travis-ci.org/oVirt/ovirt-engine/builds/495474015
it’s failing with: psql: fe_sendauth: no password supplied
Our travis configuration is here: https://github.com/oVirt/ovirt-engine/blob/master/.travis.yml
Any idea on what we may have set wrong there?