Since ovirt engine needs to run on centos 6 and iirc it runs postgres 8.x you will need to make it work also for 8.
Eyal Edri Supervisor, RHEV CI Red Hat From: David Maroshi Sent: Jul 14, 2015 1:22 PM To: [email protected] Subject: Re: Change in ovirt-engine[master]: core: VM pinning to multiple hosts (database refactor) > > Greetings team, > > This failed test: > http://jenkins.ovirt.org/job/ovirt-engine_master_dao-unit-tests_created/11757/ > > Caused by: > 10:43:22 Tests in error: > 10:43:22 testGetVmsByIds(org.ovirt.engine.core.dao.VmDaoTest): > PreparedStatementCallback; bad SQL grammar [select * from getvmbyvmguid(?, > ?, ?)]; nested exception is org.postgresql.util.PSQLException: ERROR: > function string_agg(text, unknown) does not exist > > string_agg is intrinsic Postgresql function since Postgresql 9.0, but not in > 8.x . Documented here: > http://www.postgresql.org/docs/9.0/static/functions-aggregate.html > Please explain how to solve this. > The dao test pass on my machine with Postgresql 9.2. > > Thanks > Joy and happiness > Dudi > > ----- Original Message ----- > > From: "Jenkins CI" gerrit.ovirt.org> > > To: "Dudi Maroshi" <[email protected]> > > Sent: Tuesday, July 14, 2015 1:01:50 PM > > Subject: Change in ovirt-engine[master]: core: VM pinning to multiple hosts > > (database refactor) > > > > Jenkins CI has posted comments on this change. > > > > Change subject: core: VM pinning to multiple hosts (database refactor) > > ...................................................................... > > > > > > Patch Set 2: Continuous-Integration-1 > > > > Build Failed > > > > http://jenkins.ovirt.org/job/ovirt-engine_master_dao-unit-tests_created/11757/ > > > > : FAILURE > > > > http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-db-from-3.5_created/2744/ > > > > : SUCCESS > > > > http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-db-from-master_created/2546/ > > > > : SUCCESS > > > > http://jenkins.ovirt.org/job/ovirt-engine_master_create-rpms-quick_gerrit/8750/ > > > > : SUCCESS > > > > http://jenkins.ovirt.org/job/ovirt-engine_master_unit-tests_gerrit/42461/ : > > SUCCESS > > > > -- > > To view, visit https://gerrit.ovirt.org/43387 > > To unsubscribe, visit https://gerrit.ovirt.org/settings > > > > Gerrit-MessageType: comment > > Gerrit-Change-Id: I9d6750936553a3f88a8a24291ecb9725611b8618 > > Gerrit-PatchSet: 2 > > Gerrit-Project: ovirt-engine > > Gerrit-Branch: master > > Gerrit-Owner: Dudi Maroshi <[email protected]> > > Gerrit-Reviewer: Dudi Maroshi <[email protected]> > > Gerrit-Reviewer: Eli Mesika <[email protected]> > > Gerrit-Reviewer: Jenkins CI > > Gerrit-Reviewer: Roy Golan > > Gerrit-Reviewer: Yaniv Dary <[email protected]> > > Gerrit-Reviewer: [email protected] > > Gerrit-HasComments: No > > > _______________________________________________ > Infra mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/infra > >
_______________________________________________ Infra mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/infra
