Yevgeny Zaspitsky has posted comments on this change. Change subject: core: util for removing overlaps in ranges ......................................................................
Patch Set 6: Verified+1 (1 comment) http://gerrit.ovirt.org/#/c/26403/6/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/RangesWithoutOverlapsTest.java File backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/RangesWithoutOverlapsTest.java: Line 74: } Line 75: Line 76: @Ignore("just add few more permutations of input by shuffling parameters.") Line 77: @Test Line 78: public void test_random() throws Exception { Please remove ignored test method Line 79: List<Pair<Long, Long>> inputRangesList = Arrays.asList(this.inputRanges); Line 80: Collections.shuffle(inputRangesList); Line 81: this.inputRanges = inputRangesList.toArray(new Pair[0]); Line 82: test(); -- To view, visit http://gerrit.ovirt.org/26403 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id7dbacd11b610a5885d574356a695c6e879dcdbc Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Mucha <[email protected]> Gerrit-Reviewer: Martin Mucha <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Yevgeny Zaspitsky <[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
