
Itamar Heim has submitted this change and it was merged. Change subject: core : DAO Tests fail because of fk_vm_static_quota ...................................................................... core : DAO Tests fail because of fk_vm_static_quota A new foreign key constraint added to vm_static table fk_vm_static_quota requires tests to have a existing quota id and also requires that the quota table be populated before inserting data into vm_static table Change-Id: Ia15cd17950c7b5aa082452a9014ec67ffa0da0da Bug-Url: https://bugzilla.redhat.com/1003839 Signed-off-by: Ravi Nori <rnori@redhat.com> --- M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/ImageDaoTest.java M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VmStaticDAOTest.java M backend/manager/modules/dal/src/test/resources/fixtures.xml 3 files changed, 77 insertions(+), 75 deletions(-) Approvals: Doron Fediuck: Looks good to me, approved Gilad Chaplik: Verified; Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/19699 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia15cd17950c7b5aa082452a9014ec67ffa0da0da Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Gilad Chaplik <gchaplik@redhat.com> Gerrit-Reviewer: Doron Fediuck <dfediuck@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchaplik@redhat.com> Gerrit-Reviewer: Itamar Heim <iheim@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server