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

Wenzhe Zhou commented on IMPALA-9775:
-------------------------------------

The Issue could be reproduced on local machine by running following command. It 
failed for table format text/gzip/block and text/lzo/block.

./bin/impala-py.test 
tests/query_test/test_acid.py::TestAcid::test_acid_heartbeats

  --workload_exploration_strategy=functional-query:exhaustive

============================================================= FAILURES 
=============================================================
 TestAcid.test_acid_heartbeats[protocol: beeswax | exec_option: \{'batch_size': 
0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': 
False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | 
table_format: text/gzip/block] 
tests/query_test/test_acid.py:201: in test_acid_heartbeats
 assert success
E assert False
 TestAcid.test_acid_heartbeats[protocol: beeswax | exec_option: \{'batch_size': 
0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': 
False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | 
table_format: text/lzo/block] 
tests/query_test/test_acid.py:201: in test_acid_heartbeats
 assert success
E assert False

 

Tried to increase the MAX_ATTEMPTS from 10 to 20 in test_acid_heartbeats 
function, But it did not help.

 

 

> Failure in TestAcid.test_acid_heartbeats
> ----------------------------------------
>
>                 Key: IMPALA-9775
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9775
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend, Frontend
>    Affects Versions: Impala 4.0
>            Reporter: Wenzhe Zhou
>            Assignee: Wenzhe Zhou
>            Priority: Blocker
>              Labels: broken-build
>
> Got following failures when running exhaustive pre-review test.
>  * 
> [query_test.test_queries.TestQueries|https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/10724/testReport/junit/query_test/test_queries/TestQueries/]
>  * 
> [query_test.test_queries.TestHdfsQueries|https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/10724/testReport/junit/query_test/test_queries/TestHdfsQueries/]
>  * 
> [query_test.test_queries.TestQueries|https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/10724/testReport/junit/query_test/test_queries/TestQueries_2/]
>  * 
> [query_test.test_queries.TestHdfsQueries|https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/10724/testReport/junit/query_test/test_queries/TestHdfsQueries_2/]
>  * [query_test.test_acid.TestAcid.test_acid_heartbeats[protocol: beeswax | 
> exec_option: \{'batch_size': 0, 'num_nodes': 0, 
> 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 
> 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: 
> text/snap/block]|https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/10724/testReport/junit/query_test.test_acid/TestAcid/test_acid_heartbeats_protocol__beeswax___exec_option____batch_size___0___num_nodes___0___disable_codegen_rows_threshold___5000___disable_codegen___False___abort_on_error___1___exec_single_node_rows_threshold___0____table_format__text_snap_block_/]
>  * 
> [query_test.test_queries.TestQueries|https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/10724/testReport/junit/query_test/test_queries/TestQueries_3/]
>  * 
> [query_test.test_queries.TestHdfsQueries|https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/10724/testReport/junit/query_test/test_queries/TestHdfsQueries_3/]
> h3. Stacktrace
> query_test/test_queries.py:46: in add_test_dimensions 
> extend_exec_option_dimension(cls, "exec_single_node_rows_threshold", "100") E 
> NameError: global name 'extend_exec_option_dimension' is not defined
>  
> query_test/test_acid.py:201: in test_acid_heartbeats
> assert success E assert False
>  
>  



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

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

Reply via email to