Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-2888: StatestoreSslTest.SmokeTest failed ......................................................................
IMPALA-2888: StatestoreSslTest.SmokeTest failed The StatestoreTest.SmokeTest and StatestoreSslTest.SmokeTest both use ephemeral ports for the statestore subscribers without checking first if they are unused or not. This is most likely the reason behind these tests failing. This patch includes a new util function which checks for and returns unused ephemeral ports, which the tests now use. Change-Id: I51b7a2c609d3a5ae6f7d32ef38db89efe71a882b Reviewed-on: http://gerrit.cloudera.org:8080/2630 Reviewed-by: Sailesh Mukil <[email protected]> Tested-by: Internal Jenkins --- M be/src/statestore/statestore-test.cc M be/src/testutil/in-process-servers.cc M be/src/util/network-util.cc M be/src/util/network-util.h 4 files changed, 66 insertions(+), 18 deletions(-) Approvals: Internal Jenkins: Verified Sailesh Mukil: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2630 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I51b7a2c609d3a5ae6f7d32ef38db89efe71a882b Gerrit-PatchSet: 7 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Sailesh Mukil <[email protected]>
