Running arquillian tests on gerrit reviews

Roman Mohr rmohr at redhat.com
Wed Jun 15 12:36:36 UTC 2016


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:master+topic:integration

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



More information about the Infra mailing list