Todd Lipcon has submitted this change and it was merged. Change subject: java: allow Java tests to run concurrently without port conflicts ......................................................................
java: allow Java tests to run concurrently without port conflicts This changes the Java minicluster to use the same trick as the C++ external minicluster and generate unique loopback IPs based on the test's pid. This should allow multiple executors to run on a single slave without conflicts. Change-Id: Ic96b45e305dd4da7f9e104c22f806ecdb3f78996 Reviewed-on: http://gerrit.cloudera.org:8080/1814 Tested-by: Internal Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M java/kudu-client/src/test/java/org/kududb/client/MiniKuduCluster.java 1 file changed, 54 insertions(+), 3 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Internal Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/1814 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic96b45e305dd4da7f9e104c22f806ecdb3f78996 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Todd Lipcon <[email protected]>
