Moti Asayag has posted comments on this change. Change subject: engine: Sync geo-rep config information ......................................................................
Patch Set 6: (1 comment) https://gerrit.ovirt.org/#/c/37109/6/packaging/dbscripts/gluster_georep_sp.sql File packaging/dbscripts/gluster_georep_sp.sql: Line 227: v_config_key VARCHAR(50)) Line 228: RETURNS SETOF gluster_georep_config STABLE Line 229: AS $procedure$ Line 230: BEGIN Line 231: RETURN QUERY SELECT session_id, config_key, config_value, _update_date >From jenkins: 06:08:15 Tests in error: 06:08:15 testSaveConfig(org.ovirt.engine.core.dao.gluster.GlusterGeoRepDaoTest): PreparedStatementCallback; bad SQL grammar [select * from getglustergeorepsessionconfigbykey(?, ?)]; nested exception is org.postgresql.util.PSQLException: The column name config_description was not found in this ResultSet. Line 232: FROM gluster_georep_config Line 233: WHERE session_id = v_session_id Line 234: AND config_key = v_config_key; Line 235: END; $procedure$ -- To view, visit https://gerrit.ovirt.org/37109 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0ee0bc7e916df3becfc99b701de8a0c9e95e2a4d Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sahina Bose <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Kanagaraj M <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Ramesh N <[email protected]> Gerrit-Reviewer: Sahina Bose <[email protected]> Gerrit-Reviewer: anmolbabu <[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
