Fang-Yu Rao created IMPALA-9969:
-----------------------------------

             Summary: TestParquetStats.test_page_index seems flaky
                 Key: IMPALA-9969
                 URL: https://issues.apache.org/jira/browse/IMPALA-9969
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
            Reporter: Fang-Yu Rao
            Assignee: Zoltán Borók-Nagy


[TestParquetStats.test_page_index|https://github.com/apache/impala/blob/master/tests/query_test/test_parquet_stats.py#L77-L99]
 timed out in a recent build. Since [~boroknagyz] authored this function 
(IMPALA-5843), maybe [~boroknagyz] could offer some insight into it? Thanks!

In what follows the error message is also provided.
{code:java}
query_test/test_parquet_stats.py:91: in test_page_index     unique_database) 
common/impala_test_suite.py:662: in run_test_case     result = exec_fn(query, 
user=test_section.get('USER', '').strip() or None) 
common/impala_test_suite.py:600: in __exec_in_impala     result = 
self.__execute_query(target_impalad_client, query, user=user) 
common/impala_test_suite.py:909: in __execute_query     return 
impalad_client.execute(query, user=user) common/impala_connection.py:205: in 
execute     return self.__beeswax_client.execute(sql_stmt, user=user) 
beeswax/impala_beeswax.py:187: in execute     handle = 
self.__execute_query(query_string.strip(), user=user) 
beeswax/impala_beeswax.py:365: in __execute_query     
self.wait_for_finished(handle) beeswax/impala_beeswax.py:389: in 
wait_for_finished     time.sleep(0.05) E   Failed: Timeout >14400s
{code}





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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to