Vincent Tran created IMPALA-7181:
------------------------------------
Summary: Fix flaky test
shell/test_shell_commandline.py::TestImpalaShell::test_socket_opening
Key: IMPALA-7181
URL: https://issues.apache.org/jira/browse/IMPALA-7181
Project: IMPALA
Issue Type: Test
Affects Versions: Impala 2.13.0, Impala 3.1.0
Reporter: Vincent Tran
Assignee: Vincent Tran
shell/test_shell_commandline.py::TestImpalaShell::test_socket_opening uses
netcat to listen to an ephemeral port to verify impala-shell socket opening
behavior.
The port is hardcoded to 42000 which can fail the test if this port is used by
an outgoing socket.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)