Francesco Romani has submitted this change and it was merged. Change subject: virt: Ensure uncaught exceptions on disconnect events are caught ......................................................................
virt: Ensure uncaught exceptions on disconnect events are caught Previously we did not catch unhandled exceptions and they were not logged either which made it pretty difficult to actually detect any existing issue in the first place. This patch ensures that future unhandled exceptions are at least logged so we'll be aware of them. Change-Id: Ie5b91acad0e5d9c5a973b626f10fc0d543e6bcc6 Backport-To: 4.0 Bug-Url: https://bugzilla.redhat.com/1349383 Signed-off-by: Vinzenz Feenstra <[email protected]> Reviewed-on: https://gerrit.ovirt.org/59868 Continuous-Integration: Jenkins CI Reviewed-by: Francesco Romani <[email protected]> Reviewed-on: https://gerrit.ovirt.org/60455 --- M vdsm/virt/vm.py 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Jenkins CI: Passed CI tests Vinzenz Feenstra: Verified Francesco Romani: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/60455 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie5b91acad0e5d9c5a973b626f10fc0d543e6bcc6 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: ovirt-4.0 Gerrit-Owner: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
