[
https://issues.apache.org/jira/browse/IMPALA-9547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17070043#comment-17070043
]
ASF subversion and git services commented on IMPALA-9547:
---------------------------------------------------------
Commit 088b2c2bb26fe83cdabdcb2ecf372d2fa5500eb3 in impala's branch
refs/heads/branch-3.4.0 from Tim Armstrong
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=088b2c2 ]
IMPALA-9547: retry accept in test_shell_commandline
This is a point solution to this particular socket.accept()
call failing. The more general problem is described in
https://www.python.org/dev/peps/pep-0475/ and fixed in
Python 3.5.
Change-Id: Icc9cab98b059042855ca9149427d079951471be0
Reviewed-on: http://gerrit.cloudera.org:8080/15541
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
(cherry picked from commit 35d2718d36c06abe867dff61307be920325e8a5e)
> shell.test_shell_commandline.TestImpalaShell.test_socket_opening fails with
> "Interrupted system call"
> -----------------------------------------------------------------------------------------------------
>
> Key: IMPALA-9547
> URL: https://issues.apache.org/jira/browse/IMPALA-9547
> Project: IMPALA
> Issue Type: Bug
> Components: Infrastructure
> Reporter: Tim Armstrong
> Assignee: Tim Armstrong
> Priority: Major
> Labels: flaky
> Fix For: Impala 4.0
>
>
> {noformat}
> shell.test_shell_commandline.TestImpalaShell.test_socket_opening[table_format_and_file_extension:
> ('parquet', '.parq') | protocol: beeswax] (from pytest)
> Failing for the past 1 build (Since Failed#1992 )
> Took 0.26 sec.
> add description
> Error Message
> shell/test_shell_commandline.py:822: in test_socket_opening
> self._validate_expected_socket_connected(vector, args2, s)
> shell/test_shell_commandline.py:792: in _validate_expected_socket_connected
> connection, client_address = sock.accept()
> /usr/lib/python2.7/socket.py:206: in accept sock, addr =
> self._sock.accept() E error: [Errno 4] Interrupted system call
> Stacktrace
> shell/test_shell_commandline.py:822: in test_socket_opening
> self._validate_expected_socket_connected(vector, args2, s)
> shell/test_shell_commandline.py:792: in _validate_expected_socket_connected
> connection, client_address = sock.accept()
> /usr/lib/python2.7/socket.py:206: in accept
> sock, addr = self._sock.accept()
> E error: [Errno 4] Interrupted system call
> {noformat}
> https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/1992/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]