nats-io / nats.ex

Elixir client for NATS, the cloud native messaging system. https://nats.io
MIT License
207 stars 36 forks source link

Avoid flakey tests #154

Closed mmmries closed 6 months ago

mmmries commented 6 months ago

While reviewing #152 I ran across a few cases where CI produced flakey results. This PR handles some of the race conditions to make the test suite more dependable.