Gilad Chaplik has posted comments on this change. Change subject: core: add GetDiskProfilesByStorageQosIdQuery ......................................................................
Patch Set 6: (1 comment) http://gerrit.ovirt.org/#/c/29529/6/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/profiles/DiskProfileDaoTest.java File backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/profiles/DiskProfileDaoTest.java: Line 126: dao.remove(diskProfile.getId()); Line 127: assertNull(dao.get(diskProfile.getId())); Line 128: } Line 129: Line 130: @Test > please move this to the correct patch Done Line 131: public void nullifyQosForStorageDomain() { Line 132: dao.nullifyQosForStorageDomain(FixturesTool.STORAGE_DOAMIN_SCALE_SD5); Line 133: List<DiskProfile> allForStorageDomain = dao.getAllForStorageDomain(FixturesTool.STORAGE_DOAMIN_SCALE_SD5); Line 134: assertNotNull(allForStorageDomain); -- To view, visit http://gerrit.ovirt.org/29529 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6a8e675506cf698d6545a69c919220835fcb835c Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Liron Aravot <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
