Allon Mureinik has posted comments on this change. Change subject: core, engine: Avoid migration in ppc64 ......................................................................
Patch Set 10: Code-Review+1 (2 comments) Roy/Omer? http://gerrit.ovirt.org/#/c/21522/10/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/UpdateVdsGroupCommandTest.java File backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/UpdateVdsGroupCommandTest.java: Line 52: private static final Version VERSION_1_2 = new Version(1, 2); Line 53: private static final Guid STORAGE_POOL_ID = Guid.newGuid(); Line 54: private static final Guid DEFAULT_VDS_GROUP_ID = new Guid("99408929-82CF-4DC7-A532-9D998063FA95"); Line 55: Line 56: private static Map<String, String> migrationMap = new HashMap<>(); should be final Line 57: Line 58: static { Line 59: migrationMap.put("undefined", "true"); Line 60: migrationMap.put("x86_64", "true"); http://gerrit.ovirt.org/#/c/21522/10/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/UpdateVmCommandTest.java File backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/UpdateVmCommandTest.java: Line 64: Line 65: @Mock Line 66: OsRepository osRepository; Line 67: Line 68: private static Map<String, String> migrationMap = new HashMap<>(); should be final Line 69: Line 70: static { Line 71: migrationMap.put("undefined", "true"); Line 72: migrationMap.put("x86_64", "true"); -- To view, visit http://gerrit.ovirt.org/21522 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4808f3e91ccf37462727a28d35f9f9faae1dfd6c Gerrit-PatchSet: 10 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vitor de Lima <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa <[email protected]> Gerrit-Reviewer: Leonardo Bianconi <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Vitor de Lima <[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
