Hi,
Recently we merged some patches which can run arquillian unit tests
with a database (this means running ovirt commands without mocking and
working injections). They do a commit rollback after each test in the
db like th DAO tests:
https://gerrit.ovirt.org/#/q/status:merged+project:ovirt-engine+branch:ma...
I am wondering if we can include them in the jenkins/gerrit flow. They
can be executed like this:
mvn clean verify -DskipITs=false
This command also makes sure that the database is up to date by
applying the database scripts.
Would be glad to get some feedback on how to integrate them in our CI flows.
Roman