mirror of https://github.com/grpc/grpc-java.git
Resolves #1756 The thread-unsafe method `io.grpc.testing.TestUtils.pickUnusedPort` causes flakes (#1756) in windows. Need to avoid use of this method in test as in windows the tests are running in different jvms and concurrent calls of this method in multiple processes tend to return the same port number. There are some usages of this method in benchmarks, so moved the method to `io.grpc.benchmarks.Utils` and the method will only be used in benchmarks and not in test. |
||
|---|---|---|
| .. | ||
| src/main | ||
| build.gradle | ||