WIPACrepo / MQClient-RabbitMQ

A RabbitMQ Message Queue Client API (Supporting the MQClient Interface)
MIT License
0 stars 0 forks source link

Async Test Fixes #10

Closed ric-evans closed 2 years ago

ric-evans commented 2 years ago

The subshell pip install in setup.py will need to be removed before merge

ric-evans commented 2 years ago

9 integration tests are failing with: pytest.PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=-1, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=...

The integration tests are passing for https://github.com/WIPACrepo/MQClient-Pulsar/pull/8, so this must be an issue with this API (not the test).

My hunch is that athrow() is bubbling up (down?) to the pika SDK and causing trouble.