Laszlo Gaal created IMPALA-10070:
------------------------------------
Summary: TestImpalaShellInteractive.test_cancellation_mid_command
fails on Ubuntu 18.04
Key: IMPALA-10070
URL: https://issues.apache.org/jira/browse/IMPALA-10070
Project: IMPALA
Issue Type: Bug
Affects Versions: Impala 4.0
Reporter: Laszlo Gaal
When core mode tests are run on Ubuntu 18.04, test_shell_interactive fails the
same way for all file formats it is invoked on:
Stack trace:
{code}
shell/test_shell_interactive.py:326: in test_cancellation_mid_command
child_proc.wait()
../infra/python/env-gcc7.5.0/lib/python2.7/site-packages/pexpect/__init__.py:1205:
in wait
raise ExceptionPexpect('Cannot wait for dead child process.')
E ExceptionPexpect: Cannot wait for dead child process.
{code}
This failure happens only on regular builds, it is not present in Docker-based
builds.
Since Ubuntu 18.04 builds are currently not part of the precommit tests, I'm
assigning it as P2 despite being a build break.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)