Roy Golan has posted comments on this change. Change subject: core: fix support for pattern-based name for pool ......................................................................
Patch Set 3: (1 comment) http://gerrit.ovirt.org/#/c/26356/3/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AddVmPoolWithVmsCommandTest.java File backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AddVmPoolWithVmsCommandTest.java: Line 58: String patternBaseName = "aa-??bb"; Line 59: command.getParameters().getVmStaticData().setName(patternBaseName); Line 60: command.getParameters().getVmPool().setName(patternBaseName); Line 61: assertTrue(command.validateInputs()); Line 62: } > right, that's a gap we have since the validation framework was introduced i ? your work introduces different constraints on each flow. making sure both are tested is indeed a related fix. -- To view, visit http://gerrit.ovirt.org/26356 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5bfa9fb37d464dd0e77b0bc206c1804713ed9575 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[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
