You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running tests for zipkin server, the ZipkinSpec doesn't close the ZK instance that's started. This causes another run of the tests to fail since the ZK instance is still bound to the port.
To reproduce:
$ bin/sbt
> test // this may pass
> ...
> test // ZipkinSpec will fail
The text was updated successfully, but these errors were encountered:
When running tests for zipkin server, the
ZipkinSpec
doesn't close the ZK instance that's started. This causes another run of the tests to fail since the ZK instance is still bound to the port.To reproduce:
The text was updated successfully, but these errors were encountered: