jiridanek commented on pull request #320:
URL: https://github.com/apache/qpid-proton/pull/320#issuecomment-865989676


   I've tried this on Fedora Rawhide where it correctly spawns Python 3.10 test 
run during `python-tox-test`.
   
   There is however another issue (probably unrelated, since it affects all 
Python versions on Fedora Rawhide):
   
   ```
   27: proton_tests.reactor.ContainerTest.test_reconnect 
....................... fail
   27: Error during test:  Traceback (most recent call last):
   27:     File "/qpid-proton/python/tests/proton_tests/main.py", line 389, in 
run
   27:       phase()
   27:     File "/qpid-proton/python/tests/proton_tests/reactor.py", line 606, 
in test_reconnect
   27:       container.run()
   27:     File 
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_reactor.py",
 line 180, in run
   27:       while self.process():
   27:     File 
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_reactor.py",
 line 245, in process
   27:       event.dispatch(self._global_handler)
   27:     File 
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_events.py",
 line 162, in dispatch
   27:       _dispatch(handler, type.method, self)
   27:     File 
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_events.py",
 line 125, in _dispatch
   27:       handler.on_unhandled(method, *args)
   27:     File 
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_reactor.py",
 line 876, in on_unhandled
   27:       event.dispatch(self.base)
   27:     File 
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_events.py",
 line 162, in dispatch
   27:       _dispatch(handler, type.method, self)
   27:     File 
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_events.py",
 line 123, in _dispatch
   27:       m(*args)
   27:     File 
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_handlers.py",
 line 1221, in on_reactor_quiesced
   27:       s.writable()
   27:     File 
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_handlers.py",
 line 1429, in writable
   27:       sock = IO.connect(self._addrs[0])
   27:     File 
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_io.py",
 line 62, in connect
   27:       s.connect(addr[4])
   27:   OSError: [Errno 99] Cannot assign requested address
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to