Sailesh Mukil has uploaded a new patch set (#4). 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 --- 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, 52 insertions(+), 18 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/30/2630/4 -- To view, visit http://gerrit.cloudera.org:8080/2630 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I51b7a2c609d3a5ae6f7d32ef38db89efe71a882b Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]>
