py-amqp icon indicating copy to clipboard operation
py-amqp copied to clipboard

initial draft for github action

Open auvipy opened this issue 4 years ago • 1 comments

should not work now as expected as it's an early experiment. some changes are needed to work properly.

auvipy avatar Feb 25 '21 13:02 auvipy

     set_cloexec(self.sock, True)
                except NotImplementedError:
                    pass
                self.sock.settimeout(timeout)
              self.sock.connect(sa)

E ConnectionRefusedError: [Errno 111] Connection refused

amqp/transport.py:197: ConnectionRefusedError !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!! ==================== 1 failed, 33 passed, 5 rerun in 10.91s ====================

auvipy avatar Feb 28 '21 06:02 auvipy