samisagit / natskell

A NATS client library written in Haskell
MIT License
7 stars 0 forks source link

Update systest socket bindings #44

Closed samisagit closed 2 years ago

samisagit commented 2 years ago

Currently we only bind NATS docker containers to port 4222. If we run many systests at once we will fail to bring NATS up. The set up for each test should use the special socket argument 0 and pass that socket to the test and the tear down script. That way we could theoretically run all the systests at once.