DAO tests on 3.6 branch are currently broken due to following issues:
16:11:09 + DB_NAME=ovirt_engine_3_6_dao_unit_tests_created_25
16:11:09 + pwd
16:11:09 /home/jenkins/workspace/ovirt-engine_3.6_dao-unit-tests_created
16:11:09 + sudo -u postgres psql -d template1 -c 'create role engine;'
16:11:09 sudo: unknown user: postgres
16:11:09 sudo: unable to initialize policy plugin
16:11:09 + :
16:11:09 + sudo -u postgres psql -d template1 -c 'ALTER ROLE engine WITH login'
16:11:09 sudo: unknown user: postgres
16:11:09 sudo: unable to initialize policy plugin
16:11:09 + :
16:11:09 + sudo -u postgres dropdb engine
16:11:09 sudo: unknown user: postgres
16:11:09 sudo: unable to initialize policy plugin
16:11:09 + :
16:11:09 + sudo -u postgres psql -d template1 -c 'create database ovirt_engine_3_6_dao_unit_tests_created_25 owner engine;'
16:11:09 sudo: unknown user: postgres
16:11:09 sudo: unable to initialize policy plugin
16:11:09 + PGPASSWORD=engine
16:11:09 + ./packaging/dbscripts/schema.sh -c apply -d ovirt_engine_3_6_dao_unit_tests_created_25 -u engine
16:11:09 ./packaging/dbscripts/dbfunc-base.sh: line 31: psql: command not found
16:11:09 FATAL: Cannot execute sql command: --command=select 1;
More information can be found at:
http://jenkins.ovirt.org/job/ovirt-engine_3.6_dao-unit-tests_created/25Could you please fix?
Thanks
Martin