also, I’m still seeing some weirdness with my fina...
# general
f
also, I’m still seeing some weirdness with my finatra tests - I’ve basically copied this: http://twitter.github.io/finatra/user-guide/testing/#startup-tests and it seems to start the server twice:
Copy code
…
                     [Embedded com.footballradar.ElidedServer-1] INFO com.footballradar.ElidedServer - Thrift server started on port: 64267
…
                     [Embedded com.footballradar.ElidedServer-1] INFO com.footballradar.ElidedServer - Thrift server started on port: 64275
...