Activity log for bug #1482633

Date Who What changed Old value New value Message
2015-08-07 12:40:15 Valeriy Ponomaryov bug added bug
2015-08-09 09:48:26 Pradeep Kumar Singh bug added subscriber Pradeep Kumar Singh
2015-08-18 12:42:56 Valeriy Ponomaryov manila: importance Undecided Low
2015-09-01 19:31:28 Ihar Hrachyshka bug task added neutron
2015-09-01 19:32:14 Ihar Hrachyshka bug added subscriber Armando Migliaccio
2015-09-02 05:39:18 Armando Migliaccio neutron: status New Confirmed
2015-09-02 05:39:21 Armando Migliaccio neutron: importance Undecided High
2015-09-17 22:35:14 OpenStack Infra tags in-feature-pecan
2015-10-04 20:39:42 Cedric Brandily bug task added oslo.service
2015-10-05 11:38:12 Elena Ezhova neutron: status Confirmed Invalid
2016-01-04 02:30:22 Davanum Srinivas (DIMS) bug task added nova
2016-02-11 18:51:04 Sean Dague nova: status New Invalid
2016-03-18 19:22:39 Ben Swartzlander manila: milestone newton-1
2016-03-18 19:23:04 Ben Swartzlander manila: status New Triaged
2017-03-02 07:20:41 Dr. Jens Harbott bug added subscriber Dr. Jens Rosenboom
2017-10-25 17:55:12 Victoria Martinez de la Cruz manila: assignee Victoria Martinez de la Cruz (vkmc)
2018-03-26 20:49:18 Ben Nemec oslo.service: status New Incomplete
2018-04-09 18:19:31 Ben Nemec oslo.service: status Incomplete Triaged
2018-04-09 18:19:36 Ben Nemec oslo.service: importance Undecided High
2018-05-08 15:18:16 Zane Bitter bug watch added https://github.com/eventlet/eventlet/issues/308
2018-05-08 15:18:16 Zane Bitter bug watch added https://github.com/eventlet/eventlet/issues/189
2018-05-08 15:18:16 Zane Bitter bug watch added https://github.com/eventlet/eventlet/issues/476
2018-05-08 15:18:16 Zane Bitter bug watch added https://github.com/eventlet/eventlet/issues/145
2018-05-08 15:18:16 Zane Bitter bug watch added https://github.com/eventlet/eventlet/issues/371
2018-05-08 20:03:27 Doug Hellmann bug added subscriber Doug Hellmann
2018-05-16 23:31:27 Alan Pevec bug added subscriber Alan Pevec
2018-05-29 21:16:33 Brian Rosmaita bug task added glance
2018-05-29 21:16:55 Brian Rosmaita glance: status New Triaged
2018-06-19 16:14:48 Tom Barron manila: milestone newton-1 rocky-3
2018-06-19 16:16:00 Tom Barron tags in-feature-pecan in-feature-pecan python3
2019-01-02 16:36:57 Tom Barron manila: milestone rocky-3 stein-3
2019-03-17 12:57:55 Tom Barron manila: milestone stein-3 stein-rc1
2019-03-20 23:07:39 Goutham Pacha Ravi manila: milestone stein-rc1 train-1
2019-06-07 02:26:23 wiley summary requests to SSL wrapped sockets hang while reading using py3 Xanax without Prescription at YourRxPills.Com
2019-06-07 02:28:09 wiley description If we run unit tests using py3 then we get following errors: ====================================================================== FAIL: manila.tests.test_wsgi.TestWSGIServer.test_app_using_ssl tags: worker-0 ---------------------------------------------------------------------- Empty attachments: pythonlogging:'' stdout stderr: {{{ Traceback (most recent call last): File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/hub.py", line 457, in fire_timers timer() File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/timer.py", line 58, in __call__ cb(*args, **kw) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/greenthread.py", line 214, in main result = function(*args, **kwargs) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/wsgi.py", line 823, in server client_socket = sock.accept() File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 333, in accept suppress_ragged_eofs=self.suppress_ragged_eofs) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 88, in __init__ self.do_handshake() File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 241, in do_handshake super(GreenSSLSocket, self).do_handshake) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 106, in _call_trampolining return func(*a, **kw) File "/usr/lib/python3.4/ssl.py", line 805, in do_handshake self._sslobj.do_handshake() ssl.SSLWantReadError: The operation did not complete (read) (_ssl.c:598) }}} Traceback (most recent call last): File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_wsgi.py", line 181, in test_app_using_ssl 'https://127.0.0.1:%d/' % server.port) File "/usr/lib/python3.4/urllib/request.py", line 153, in urlopen return opener.open(url, data, timeout) File "/usr/lib/python3.4/urllib/request.py", line 455, in open response = self._open(req, data) File "/usr/lib/python3.4/urllib/request.py", line 473, in _open '_open', req) File "/usr/lib/python3.4/urllib/request.py", line 433, in _call_chain result = func(*args) File "/usr/lib/python3.4/urllib/request.py", line 1273, in https_open context=self._context, check_hostname=self._check_hostname) File "/usr/lib/python3.4/urllib/request.py", line 1232, in do_open h.request(req.get_method(), req.selector, req.data, headers) File "/usr/lib/python3.4/http/client.py", line 1065, in request self._send_request(method, url, body, headers) File "/usr/lib/python3.4/http/client.py", line 1103, in _send_request self.endheaders(body) File "/usr/lib/python3.4/http/client.py", line 1061, in endheaders self._send_output(message_body) File "/usr/lib/python3.4/http/client.py", line 906, in _send_output self.send(msg) File "/usr/lib/python3.4/http/client.py", line 841, in send self.connect() File "/usr/lib/python3.4/http/client.py", line 1205, in connect server_hostname=server_hostname) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 362, in _green_sslcontext_wrap_socket return GreenSSLSocket(sock, *a, _context=self, **kw) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 88, in __init__ self.do_handshake() File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 241, in do_handshake super(GreenSSLSocket, self).do_handshake) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 116, in _call_trampolining timeout_exc=timeout_exc('timed out')) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/__init__.py", line 162, in trampoline return hub.switch() File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/hub.py", line 294, in switch return self.greenlet.switch() File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/hub.py", line 346, in run self.wait(sleep_time) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/poll.py", line 85, in wait presult = self.do_poll(seconds) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/epolls.py", line 62, in do_poll return self.poll.poll(seconds) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler raise TimeoutException() fixtures._fixtures.timeout.TimeoutException Debugging by hands shown that service starting and closing OK, but when we request something from it using py3 and SSL then we do not get answer at all. In case of unit tests we face test timeout. Xanax without prescription :- https://yourrxpills.com Buy Xanax Online Order Xanax Online Xanax For Sale Buy Xanax 1mg online Order Xanax 1mg Buy Xanax 2mg Xanax Pills If we run unit tests using py3 then we get following errors: ====================================================================== FAIL: manila.tests.test_wsgi.TestWSGIServer.test_app_using_ssl tags: worker-0 ---------------------------------------------------------------------- Empty attachments:   pythonlogging:''   stdout stderr: {{{ Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/hub.py", line 457, in fire_timers     timer()   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/timer.py", line 58, in __call__     cb(*args, **kw)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/greenthread.py", line 214, in main     result = function(*args, **kwargs)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/wsgi.py", line 823, in server     client_socket = sock.accept()   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 333, in accept     suppress_ragged_eofs=self.suppress_ragged_eofs)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 88, in __init__     self.do_handshake()   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 241, in do_handshake     super(GreenSSLSocket, self).do_handshake)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 106, in _call_trampolining     return func(*a, **kw)   File "/usr/lib/python3.4/ssl.py", line 805, in do_handshake     self._sslobj.do_handshake() ssl.SSLWantReadError: The operation did not complete (read) (_ssl.c:598) }}} Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_wsgi.py", line 181, in test_app_using_ssl     'https://127.0.0.1:%d/' % server.port)   File "/usr/lib/python3.4/urllib/request.py", line 153, in urlopen     return opener.open(url, data, timeout)   File "/usr/lib/python3.4/urllib/request.py", line 455, in open     response = self._open(req, data)   File "/usr/lib/python3.4/urllib/request.py", line 473, in _open     '_open', req)   File "/usr/lib/python3.4/urllib/request.py", line 433, in _call_chain     result = func(*args)   File "/usr/lib/python3.4/urllib/request.py", line 1273, in https_open     context=self._context, check_hostname=self._check_hostname)   File "/usr/lib/python3.4/urllib/request.py", line 1232, in do_open     h.request(req.get_method(), req.selector, req.data, headers)   File "/usr/lib/python3.4/http/client.py", line 1065, in request     self._send_request(method, url, body, headers)   File "/usr/lib/python3.4/http/client.py", line 1103, in _send_request     self.endheaders(body)   File "/usr/lib/python3.4/http/client.py", line 1061, in endheaders     self._send_output(message_body)   File "/usr/lib/python3.4/http/client.py", line 906, in _send_output     self.send(msg)   File "/usr/lib/python3.4/http/client.py", line 841, in send     self.connect()   File "/usr/lib/python3.4/http/client.py", line 1205, in connect     server_hostname=server_hostname)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 362, in _green_sslcontext_wrap_socket     return GreenSSLSocket(sock, *a, _context=self, **kw)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 88, in __init__     self.do_handshake()   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 241, in do_handshake     super(GreenSSLSocket, self).do_handshake)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 116, in _call_trampolining     timeout_exc=timeout_exc('timed out'))   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/__init__.py", line 162, in trampoline     return hub.switch()   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/hub.py", line 294, in switch     return self.greenlet.switch()   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/hub.py", line 346, in run     self.wait(sleep_time)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/poll.py", line 85, in wait     presult = self.do_poll(seconds)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/epolls.py", line 62, in do_poll     return self.poll.poll(seconds)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler     raise TimeoutException() fixtures._fixtures.timeout.TimeoutException Debugging by hands shown that service starting and closing OK, but when we request something from it using py3 and SSL then we do not get answer at all. In case of unit tests we face test timeout.
2019-06-07 11:57:45 Colin Watson summary Xanax without Prescription at YourRxPills.Com requests to SSL wrapped sockets hang while reading using py3
2019-06-07 11:57:45 Colin Watson description Xanax without prescription :- https://yourrxpills.com Buy Xanax Online Order Xanax Online Xanax For Sale Buy Xanax 1mg online Order Xanax 1mg Buy Xanax 2mg Xanax Pills If we run unit tests using py3 then we get following errors: ====================================================================== FAIL: manila.tests.test_wsgi.TestWSGIServer.test_app_using_ssl tags: worker-0 ---------------------------------------------------------------------- Empty attachments:   pythonlogging:''   stdout stderr: {{{ Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/hub.py", line 457, in fire_timers     timer()   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/timer.py", line 58, in __call__     cb(*args, **kw)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/greenthread.py", line 214, in main     result = function(*args, **kwargs)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/wsgi.py", line 823, in server     client_socket = sock.accept()   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 333, in accept     suppress_ragged_eofs=self.suppress_ragged_eofs)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 88, in __init__     self.do_handshake()   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 241, in do_handshake     super(GreenSSLSocket, self).do_handshake)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 106, in _call_trampolining     return func(*a, **kw)   File "/usr/lib/python3.4/ssl.py", line 805, in do_handshake     self._sslobj.do_handshake() ssl.SSLWantReadError: The operation did not complete (read) (_ssl.c:598) }}} Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_wsgi.py", line 181, in test_app_using_ssl     'https://127.0.0.1:%d/' % server.port)   File "/usr/lib/python3.4/urllib/request.py", line 153, in urlopen     return opener.open(url, data, timeout)   File "/usr/lib/python3.4/urllib/request.py", line 455, in open     response = self._open(req, data)   File "/usr/lib/python3.4/urllib/request.py", line 473, in _open     '_open', req)   File "/usr/lib/python3.4/urllib/request.py", line 433, in _call_chain     result = func(*args)   File "/usr/lib/python3.4/urllib/request.py", line 1273, in https_open     context=self._context, check_hostname=self._check_hostname)   File "/usr/lib/python3.4/urllib/request.py", line 1232, in do_open     h.request(req.get_method(), req.selector, req.data, headers)   File "/usr/lib/python3.4/http/client.py", line 1065, in request     self._send_request(method, url, body, headers)   File "/usr/lib/python3.4/http/client.py", line 1103, in _send_request     self.endheaders(body)   File "/usr/lib/python3.4/http/client.py", line 1061, in endheaders     self._send_output(message_body)   File "/usr/lib/python3.4/http/client.py", line 906, in _send_output     self.send(msg)   File "/usr/lib/python3.4/http/client.py", line 841, in send     self.connect()   File "/usr/lib/python3.4/http/client.py", line 1205, in connect     server_hostname=server_hostname)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 362, in _green_sslcontext_wrap_socket     return GreenSSLSocket(sock, *a, _context=self, **kw)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 88, in __init__     self.do_handshake()   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 241, in do_handshake     super(GreenSSLSocket, self).do_handshake)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 116, in _call_trampolining     timeout_exc=timeout_exc('timed out'))   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/__init__.py", line 162, in trampoline     return hub.switch()   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/hub.py", line 294, in switch     return self.greenlet.switch()   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/hub.py", line 346, in run     self.wait(sleep_time)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/poll.py", line 85, in wait     presult = self.do_poll(seconds)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/epolls.py", line 62, in do_poll     return self.poll.poll(seconds)   File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler     raise TimeoutException() fixtures._fixtures.timeout.TimeoutException Debugging by hands shown that service starting and closing OK, but when we request something from it using py3 and SSL then we do not get answer at all. In case of unit tests we face test timeout. If we run unit tests using py3 then we get following errors: ====================================================================== FAIL: manila.tests.test_wsgi.TestWSGIServer.test_app_using_ssl tags: worker-0 ---------------------------------------------------------------------- Empty attachments: pythonlogging:'' stdout stderr: {{{ Traceback (most recent call last): File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/hub.py", line 457, in fire_timers timer() File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/timer.py", line 58, in __call__ cb(*args, **kw) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/greenthread.py", line 214, in main result = function(*args, **kwargs) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/wsgi.py", line 823, in server client_socket = sock.accept() File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 333, in accept suppress_ragged_eofs=self.suppress_ragged_eofs) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 88, in __init__ self.do_handshake() File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 241, in do_handshake super(GreenSSLSocket, self).do_handshake) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 106, in _call_trampolining return func(*a, **kw) File "/usr/lib/python3.4/ssl.py", line 805, in do_handshake self._sslobj.do_handshake() ssl.SSLWantReadError: The operation did not complete (read) (_ssl.c:598) }}} Traceback (most recent call last): File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_wsgi.py", line 181, in test_app_using_ssl 'https://127.0.0.1:%d/' % server.port) File "/usr/lib/python3.4/urllib/request.py", line 153, in urlopen return opener.open(url, data, timeout) File "/usr/lib/python3.4/urllib/request.py", line 455, in open response = self._open(req, data) File "/usr/lib/python3.4/urllib/request.py", line 473, in _open '_open', req) File "/usr/lib/python3.4/urllib/request.py", line 433, in _call_chain result = func(*args) File "/usr/lib/python3.4/urllib/request.py", line 1273, in https_open context=self._context, check_hostname=self._check_hostname) File "/usr/lib/python3.4/urllib/request.py", line 1232, in do_open h.request(req.get_method(), req.selector, req.data, headers) File "/usr/lib/python3.4/http/client.py", line 1065, in request self._send_request(method, url, body, headers) File "/usr/lib/python3.4/http/client.py", line 1103, in _send_request self.endheaders(body) File "/usr/lib/python3.4/http/client.py", line 1061, in endheaders self._send_output(message_body) File "/usr/lib/python3.4/http/client.py", line 906, in _send_output self.send(msg) File "/usr/lib/python3.4/http/client.py", line 841, in send self.connect() File "/usr/lib/python3.4/http/client.py", line 1205, in connect server_hostname=server_hostname) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 362, in _green_sslcontext_wrap_socket return GreenSSLSocket(sock, *a, _context=self, **kw) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 88, in __init__ self.do_handshake() File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 241, in do_handshake super(GreenSSLSocket, self).do_handshake) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/green/ssl.py", line 116, in _call_trampolining timeout_exc=timeout_exc('timed out')) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/__init__.py", line 162, in trampoline return hub.switch() File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/hub.py", line 294, in switch return self.greenlet.switch() File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/hub.py", line 346, in run self.wait(sleep_time) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/poll.py", line 85, in wait presult = self.do_poll(seconds) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/eventlet/hubs/epolls.py", line 62, in do_poll return self.poll.poll(seconds) File "/home/vponomaryov/Documents/python/projects/manila/.tox/py34/lib/python3.4/site-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler raise TimeoutException() fixtures._fixtures.timeout.TimeoutException Debugging by hands shown that service starting and closing OK, but when we request something from it using py3 and SSL then we do not get answer at all. In case of unit tests we face test timeout.
2019-10-03 16:20:01 Goutham Pacha Ravi manila: milestone train-1
2019-11-15 18:28:48 Zane Bitter bug watch added https://github.com/eventlet/eventlet/issues/526
2019-12-13 12:22:39 Erno Kuvaja glance: importance Undecided High
2019-12-13 12:22:50 Erno Kuvaja glance: importance High Undecided
2020-05-29 16:22:48 OpenStack Infra oslo.service: status Triaged In Progress
2020-05-29 16:22:48 OpenStack Infra oslo.service: assignee Herve Beraud (herveberaud)
2020-06-23 18:30:47 OpenStack Infra oslo.service: status In Progress Fix Released
2020-06-25 15:49:25 Victoria Martinez de la Cruz manila: status Triaged Invalid
2020-06-25 15:49:30 Victoria Martinez de la Cruz manila: assignee Victoria Martinez de la Cruz (vkmc)