Message11344

Author jamesmudd
Recipients jamesmudd
Date 2017-05-04.18:15:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493921720.9.0.0989576196698.issue2585@psf.upfronthosting.co.za>
In-reply-to
Content
Running test_ssl as part of the regrtests or individually on linux I see the following failure:

FAIL: test_connect_ex_error (test_ssl.NetworkedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/james/git/jython/Lib/test/test_ssl.py", line 1343, in test_connect_ex_error
    self.assertIn(rc, errors)
AssertionError: -1 not found in (111, 113, 110, 11)

I believe the cause is the handling of netty exceptions
History
Date User Action Args
2017-05-04 18:15:20jamesmuddsetrecipients: + jamesmudd
2017-05-04 18:15:20jamesmuddsetmessageid: <1493921720.9.0.0989576196698.issue2585@psf.upfronthosting.co.za>
2017-05-04 18:15:20jamesmuddlinkissue2585 messages
2017-05-04 18:15:20jamesmuddcreate