opentelemetry-java-instrume.../dd-java-agent/testing
Ben Keith 446591240c Avoid race in TestHttpServer port selection
I notice occasionally some of the instrumentation tests fail due to port
conflicts in TestHttpServer, esp when using the `--parallel` option in
gradle. I think the previous method is subject to a race where two
concurrent workers will both get the same port from `randomOpenPort()`.
2019-03-06 12:55:02 -05:00
..
src Avoid race in TestHttpServer port selection 2019-03-06 12:55:02 -05:00
testing.gradle Upgrade Gradle to 4.10.3 2019-02-07 09:43:36 -08:00