Allon Mureinik has submitted this change and it was merged.
Change subject: core: Fix the enable-dao-tests
......................................................................
core: Fix the enable-dao-tests
Change Ia736419e added a database test to DbConfigUtilsTest, which was
not a database test originally.
This causes the regular test suite to fail since no database is
present.
The following patch amends the dal module's pom not to run this test by
default, but only when -Penable-dao-tests is specified.
This is done by adding this test to the default ignore list, and
overriding the surefire-plugin configuration in the profile.
Change-Id: Icbc55a014a54c584a476e66612e54b8b926d02c4
Signed-off-by: Allon Mureinik <amureini(a)redhat.com>
---
M backend/manager/modules/dal/pom.xml
1 file changed, 11 insertions(+), 3 deletions(-)
Approvals:
Allon Mureinik: Verified
Yair Zaslavsky: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/14004
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Icbc55a014a54c584a476e66612e54b8b926d02c4
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Shireesh Anjal <sanjal(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>