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()`. |
||
---|---|---|
.. | ||
src | ||
testing.gradle |