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 "Alice Fan (Jira)" <ji...@apache.org> on 2020/04/07 19:41:00 UTC

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

Alice Fan created IMPALA-9617:
---------------------------------

             Summary: 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


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