Saggi Mizrahi has posted comments on this change. Change subject: signals: Handle signals to non-main threads ......................................................................
Patch Set 14: (1 comment) http://gerrit.ovirt.org/#/c/29392/14/tests/sigutilsTests.py File tests/sigutilsTests.py: Line 36: try: Line 37: self.assertEquals(stream.read(len(expected)), expected) Line 38: except IOError as e: Line 39: if e.errno != errno.EINTR: Line 40: raise e reraise to keep the stack Line 41: else: Line 42: break Line 43: Line 44: def popen_helper(self, *args): -- To view, visit http://gerrit.ovirt.org/29392 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5dbcd00cec22ef12f2b6253b016dcbd0aa889583 Gerrit-PatchSet: 14 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dima Kuznetsov <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Dima Kuznetsov <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Yeela Kaplan <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: mooli tayer <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
