You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Sahil Takiar (Jira)" <ji...@apache.org> on 2020/05/18 21:10:00 UTC

[jira] [Created] (IMPALA-9758) TestImpalaShell.test_summary consistently failing

Sahil Takiar created IMPALA-9758:
------------------------------------

             Summary: TestImpalaShell.test_summary consistently failing
                 Key: IMPALA-9758
                 URL: https://issues.apache.org/jira/browse/IMPALA-9758
             Project: IMPALA
          Issue Type: Test
          Components: Backend
            Reporter: Sahil Takiar
            Assignee: Tim Armstrong


TestImpalaShell.test_summary[table_format_and_file_extension: ('textfile', '.txt') | protocol: beeswax] is consistently failing:
{code:java}
shell.test_shell_commandline.TestImpalaShell.test_summary[table_format_and_file_extension: ('textfile', '.txt') | protocol: beeswax] (from pytest)

Error Message

/data/jenkins/workspace/impala-cdpd-master-core/repos/Impala/tests/shell/test_shell_commandline.py:345: in test_summary     result_set = run_impala_shell_cmd(vector, args) shell/util.py:172: in run_impala_shell_cmd     result.stderr) E   AssertionError: Cmd ['-q', 'show tables; summary;'] was expected to succeed: Server version: impalad version 4.0.0-SNAPSHOT DEBUG (build 03391ec2b4649f02307a4a89a504bc8394007158) E   Query: show tables E   Fetched 3 row(s) in 0.02s E   ERROR: Query id 544943184e4d6a8f:8cdea0fe00000000 not found. E    E   Could not execute command: summary

Stacktrace

/data/jenkins/workspace/impala-cdpd-master-core/repos/Impala/tests/shell/test_shell_commandline.py:345: in test_summary
    result_set = run_impala_shell_cmd(vector, args)
shell/util.py:172: in run_impala_shell_cmd
    result.stderr)
E   AssertionError: Cmd ['-q', 'show tables; summary;'] was expected to succeed: Server version: impalad version 4.0.0-SNAPSHOT DEBUG (build 03391ec2b4649f02307a4a89a504bc8394007158)
E   Query: show tables
E   Fetched 3 row(s) in 0.02s
E   ERROR: Query id 544943184e4d6a8f:8cdea0fe00000000 not found.
E   
E   Could not execute command: summary{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)