You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/04/16 15:48:00 UTC

[jira] [Commented] (IMPALA-9617) Flaky test: query_test.test_scanners.TestUnmatchedSchema.test_unmatched_schema

    [ https://issues.apache.org/jira/browse/IMPALA-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17085014#comment-17085014 ] 

ASF subversion and git services commented on IMPALA-9617:
---------------------------------------------------------

Commit e863bac074f70b9d063cd7e53e46b3065b99edcb in impala's branch refs/heads/master from Zoltan Borok-Nagy
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=e863bac ]

IMPALA-9617: Skip tests that use Hive on non-HDFS filesystems

Some tests are flaky due to timeouts in Hive queries on non-HDFS
filesystems. Until IMPALA-9365 is resolved we only run these tests
when the target filesystem is HDFS.

Change-Id: I50fe92801e6e0f0ad8e169ec91ca4a8530088b7f
Reviewed-on: http://gerrit.cloudera.org:8080/15736
Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> Flaky test: query_test.test_scanners.TestUnmatchedSchema.test_unmatched_schema
> ------------------------------------------------------------------------------
>
>                 Key: IMPALA-9617
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9617
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 3.4.0
>            Reporter: Alice Fan
>            Assignee: Zoltán Borók-Nagy
>            Priority: Blocker
>              Labels: broken-build, test-infra
>
> The following test failed twice due to Timeout >7200s at impala-asf-master-core-s3-data-cache build.
> Error Message
> query_test/test_scanners.py:237: in test_unmatched_schema     self._create_test_table(vector) query_test/test_scanners.py:209: in _create_test_table     "stored as orc" % db_name) common/impala_test_suite.py:1012: in run_stmt_in_hive     (stdout, stderr) = call.communicate() /usr/lib64/python2.7/subprocess.py:800: in communicate     return self._communicate(input) /usr/lib64/python2.7/subprocess.py:1401: in _communicate     stdout, stderr = self._communicate_with_poll(input) /usr/lib64/python2.7/subprocess.py:1455: in _communicate_with_poll     ready = poller.poll() E   Failed: Timeout >7200s
> Stacktrace
> query_test/test_scanners.py:237: in test_unmatched_schema
>     self._create_test_table(vector)
> query_test/test_scanners.py:209: in _create_test_table
>     "stored as orc" % db_name)
> common/impala_test_suite.py:1012: in run_stmt_in_hive
>     (stdout, stderr) = call.communicate()
> /usr/lib64/python2.7/subprocess.py:800: in communicate
>     return self._communicate(input)
> /usr/lib64/python2.7/subprocess.py:1401: in _communicate
>     stdout, stderr = self._communicate_with_poll(input)
> /usr/lib64/python2.7/subprocess.py:1455: in _communicate_with_poll
>     ready = poller.poll()
> E   Failed: Timeout >7200s



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org