Sandro,
Could be devel error. This test looks for database settings as per
backend/manager/modules/scheduler/src/test/resources/ovirt-db-scheduler-test.properties
The Data source URL is specified as
"jdbc:postgresql://localhost/engine_dao_tests". Does this need to be
changed for Jenkins jobs?
On 01/27/2015 09:29 PM, Sandro Bonazzola wrote:
http://jenkins.ovirt.org/job/ovirt-engine_master_dao-unit-tests_merged/10...
15:50:12 Failed tests:
15:50:12
scheduleARecurringJob(org.ovirt.engine.core.utils.timer.DBSchedulerUtilQuartzImplTest):
Unexpected exception occured -Failed to obtain DB
connection from data source 'EngineDS': java.sql.SQLException: Connections could
not be acquired from the underlying database!
15:50:12 scheduleAJob(org.ovirt.engine.core.utils.timer.DBSchedulerUtilQuartzImplTest):
Unexpected exception occured -Failed to obtain DB connection
from data source 'EngineDS': java.sql.SQLException: Connections could not be
acquired from the underlying database!
Not sure if it's infra or devel issue.