zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
438 stars 197 forks source link

Tests have timing issues #146

Closed benjamg closed 7 years ago

benjamg commented 8 years ago

As seen in #145 we have timing issues in some of the tests, ideally tests shouldn't be effected by each other like that.

benjamg commented 7 years ago

Still have tests trying to use unused ports. However as we can get the connection endpoint from the socket options now we should just move the tests to bind to port 0 so the os provides an unused port and then use the socket option to request the connection setting from the bound socket.

benjamg commented 7 years ago

hopefully pull request #203 fixes this.