Change in ovirt-engine[master]: restapi: Handle PermGen leak for Maven 3

Laszlo Hornyak has submitted this change and it was merged. Change subject: restapi: Handle PermGen leak for Maven 3 ...................................................................... restapi: Handle PermGen leak for Maven 3 This package uses PowerMock (extensively) in it's tests, which unfortunately leak PermGen memory. This went unnoticed in Maven 2, but in Maven 3, which has larger memory requirements, causes the build to consistantly fail on NicMapperTest. In order to avoid this problem the tests were forked in a similar way as in the bll projcet. Change-Id: I1f6e07281ed4b1653aae7e4c579ec6d587c6987f Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M backend/manager/modules/restapi/types/pom.xml 1 file changed, 17 insertions(+), 0 deletions(-) Approvals: Laszlo Hornyak: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/5255 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1f6e07281ed4b1653aae7e4c579ec6d587c6987f Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Doron Fediuck <dfediuck@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Laszlo Hornyak <lhornyak@redhat.com> Gerrit-Reviewer: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: Mike Kolesnik <mkolesni@redhat.com> Gerrit-Reviewer: Ori Liel <oliel@redhat.com>
participants (1)
-
lhornyak@redhat.com