----- Original Message -----
From: "Ohad Basan" <obasan(a)redhat.com>
To: engine-devel(a)ovirt.org
Cc: "Yair Zaslavsky" <yzaslavs(a)redhat.com>
Sent: Tuesday, December 10, 2013 6:28:52 PM
Subject: daotest failure
Hello
I've performed some changed to the daotest jobs on jenkins
1. we were created and populating the db with user "postgres". now we're
doing it with engine as we should
2. structure of the job was changed according to readme.DEVELOPER
since these changes I experience some test failure which I suspect that are
true failures.
could you please look?
http://jenkins.ovirt.org/job/ovirt_engine_dao_unit_tests/5400/console
thanks,
Ohad
1.
Hi, I am using the commit hash of a992aed8e7435b804b52b02e7192265f73de9c40 as stated at
the job, and managed to run tests, according to the way it is ran in the job.
I tried sshing to the machine that ran the build but with no luck.
Can you please provide the content of the surefire reports directory - see the following
line from the console for the correct path -
/home/jenkins/workspace/ovirt_engine_dao_unit_tests/backend/manager/modules/common/target/surefire-reports
In addition, as you can see , the failures are not at DAL tests, but at common unit tests,
I tried running again the unit tests of common in a separate way - and it worked for me.
Yair