You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Riza Suminto (Jira)" <ji...@apache.org> on 2020/12/08 23:03:00 UTC

[jira] [Resolved] (IMPALA-9991) TestShellClient.test_fetch_size_result_spooling is flaky

     [ https://issues.apache.org/jira/browse/IMPALA-9991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Riza Suminto resolved IMPALA-9991.
----------------------------------
    Fix Version/s: Not Applicable
       Resolution: Cannot Reproduce

This issue has not appear anymore since last time reported.
I also loop-run this test for a thousand times over recent asf-master branch and can not reproduce the issue.

Resolving this Jira as "Cannot Reproduce".

> TestShellClient.test_fetch_size_result_spooling is flaky
> --------------------------------------------------------
>
>                 Key: IMPALA-9991
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9991
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Sahil Takiar
>            Assignee: Riza Suminto
>            Priority: Critical
>              Labels: broken-build, flaky
>             Fix For: Not Applicable
>
>
> shell.test_shell_client.TestShellClient.test_fetch_size_result_spooling[table_format_and_file_extension: ('parquet', '.parq') | protocol: hs2] (from pytest)
> h3. Error Message
> shell/test_shell_client.py:70: in test_fetch_size_result_spooling self.__fetch_rows(client.fetch(handle), num_rows / fetch_size, num_rows) shell/test_shell_client.py:80: in __fetch_rows for fetch_batch in fetch_batches: ../shell/impala_client.py:787: in fetch yield self._transpose(col_value_converters, resp.results.columns) E AttributeError: 'NoneType' object has no attribute 'columns'
> h3. Stacktrace
> shell/test_shell_client.py:70: in test_fetch_size_result_spooling self.__fetch_rows(client.fetch(handle), num_rows / fetch_size, num_rows) shell/test_shell_client.py:80: in __fetch_rows for fetch_batch in fetch_batches: ../shell/impala_client.py:787: in fetch yield self._transpose(col_value_converters, resp.results.columns) E AttributeError: 'NoneType' object has no attribute 'columns'
> h3. Standard Error
> Opened TCP connection to localhost:21050



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