|
From: James M. <re...@bu...> - 2017-05-04 18:15:30
|
New submission from James Mudd:
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
----------
messages: 11344
nosy: jamesmudd
severity: normal
status: open
title: test_ssl failure on linux
_______________________________________
Jython tracker <re...@bu...>
<http://bugs.jython.org/issue2585>
_______________________________________
|