Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
ghx-label-8
Description
I'm seeing a failure on an internal Centos7 build in shell.test_shell_commandline.TestImpalaShell.test_utf8_decoding_error_handling
This was added in IMPALA-10145
Failed shell.test_shell_commandline.TestImpalaShell.test_utf8_decoding_error_handling[table_format_and_file_extension: ('parquet', '.parq') | protocol: beeswax] (from pytest) Failing for the past 7 builds (Since Failed#99 ) Took 0.28 sec. add description Error Message /data/jenkins/workspace/impala-cdpd-master-staging-exhaustive-release/repos/Impala/tests/shell/test_shell_commandline.py:471: in test_utf8_decoding_error_handling assert '引�' in result.stdout E assert '\xe5\xbc\x95\xef\xbf\xbd' in '\xe5\xbc\x95\xe6\n' E + where '\xe5\xbc\x95\xe6\n' = <tests.shell.util.ImpalaShellResult object at 0xd848bd0>.stdout Stacktrace /data/jenkins/workspace/impala-cdpd-master-staging-exhaustive-release/repos/Impala/tests/shell/test_shell_commandline.py:471: in test_utf8_decoding_error_handling assert '引�' in result.stdout E assert '\xe5\xbc\x95\xef\xbf\xbd' in '\xe5\xbc\x95\xe6\n' E + where '\xe5\xbc\x95\xe6\n' = <tests.shell.util.ImpalaShellResult object at 0xd848bd0>.stdout