3.6 DAO tests failing due to missing postgres

Description

Postgres was removed from Jenkins slaves as part of https://ovirt-jira.atlassian.net/browse/OVIRT-593#icft=OVIRT-593 and we expect that all jobs install packages they need at runtime.

Yet, 3.6 DAO tests are still expecting postgres on slaves:
http://jenkins.ovirt.org/job/ovirt-engine_3.6_dao-unit-tests_created

08:53:26 /home/jenkins/workspace/ovirt-engine_3.6_dao-unit-tests_created
08:53:26 + sudo -u postgres psql -d template1 -c 'create role engine;'
08:53:26 sudo: unknown user: postgres
08:53:26 sudo: unable to initialize policy plugin

The job needs to be updated.

Activity

Show:

Former user December 29, 2016 at 1:42 PM

Job has been removed from both YAMLs and Jenkins UI

Eyal Edri December 29, 2016 at 1:37 PM

Can you check if we still have the jobs in yaml?
is not you can close this ticket

Eyal Edri December 14, 2016 at 9:52 AM

I disabled the jobs for now, please check if they are in any YAML, if not we can keep them disabled or delete them.

Eyal Edri December 9, 2016 at 10:57 AM

we need to remove those jobs.
any logic needed can be implemented in check patch and iirc already is in
master and 4.0

On Dec 9, 2016 12:03, "Evgheni Dereveanchin (oVirt JIRA)" <
jira@ovirt-jira.atlassian.net> wrote:

Evgheni Dereveanchin created OVIRT-924:
------------------------------------------

Summary: 3.6 DAO tests failing due to missing postgres
Key: https://ovirt-jira.atlassian.net/browse/OVIRT-924#icft=OVIRT-924
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-924
Project: oVirt - virtualization made easy
Issue Type: Bug
Reporter: Evgheni Dereveanchin
Assignee: infra

Postgres was removed from Jenkins slaves as part of https://ovirt-jira.atlassian.net/browse/OVIRT-593#icft=OVIRT-593 and we expect
that all jobs install packages they need at runtime.

Yet, 3.6 DAO tests are still expecting postgres on slaves:
http://jenkins.ovirt.org/job/ovirt-engine_3.6_dao-unit-tests_created

08:53:26 /home/jenkins/workspace/ovirt-engine_3.6_dao-unit-tests_created
08:53:26 + sudo -u postgres psql -d template1 -c 'create role engine;'
08:53:26 sudo: unknown user: postgres
08:53:26 sudo: unable to initialize policy plugin

The job needs to be updated.


This message was sent by Atlassian JIRA
(v1000.620.0#100023)

Fixed

Details

Assignee

Reporter

Priority

Created December 9, 2016 at 10:02 AM
Updated January 3, 2017 at 7:33 AM
Resolved December 29, 2016 at 1:42 PM