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 "Sahil Takiar (Jira)" <ji...@apache.org> on 2019/08/29 00:27:00 UTC

[jira] [Created] (IMPALA-8907) TestResultSpooling.test_slow_query is flaky

Sahil Takiar created IMPALA-8907:
------------------------------------

             Summary: TestResultSpooling.test_slow_query is flaky
                 Key: IMPALA-8907
                 URL: https://issues.apache.org/jira/browse/IMPALA-8907
             Project: IMPALA
          Issue Type: Bug
            Reporter: Sahil Takiar
            Assignee: Sahil Takiar


Recently failed in a ubuntu-16.04-dockerised-tests job: [https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/1102/testReport/junit/query_test.test_result_spooling/TestResultSpooling/test_slow_query_protocol__beeswax___exec_option____batch_size___0___num_nodes___0___disable_codegen_rows_threshold___0___disable_codegen___False___abort_on_error___1___exec_single_node_rows_threshold___0____table_format__parquet_none_/]

Error Message:
{code:java}
query_test/test_result_spooling.py:172: in test_slow_query     assert re.search(get_wait_time_regex, self.client.get_runtime_profile(handle)) \ E   assert None is not None E    +  where None = <function search at 0x7f0da4115c08>('RowBatchGetWaitTime: [1-9]', 'Query (id=7f47e1d6a1a1c804:492214eb00000000):\n  DEBUG MODE WARNING: Query profile created while running a DEBUG buil...  - OptimizationTime: 331.998ms\n           - PeakMemoryUsage: 1.09 MB (1144320)\n           - PrepareTime: 31.999ms\n') E    +    where <function search at 0x7f0da4115c08> = re.search E    +    and   'Query (id=7f47e1d6a1a1c804:492214eb00000000):\n  DEBUG MODE WARNING: Query profile created while running a DEBUG buil...  - OptimizationTime: 331.998ms\n           - PeakMemoryUsage: 1.09 MB (1144320)\n           - PrepareTime: 31.999ms\n' = <bound method BeeswaxConnection.get_runtime_profile of <tests.common.impala_connection.BeeswaxConnection object at 0x7f0d94afa7d0>>(<tests.common.impala_connection.OperationHandle object at 0x7f0d94afffd0>) E    +      where <bound method BeeswaxConnection.get_runtime_profile of <tests.common.impala_connection.BeeswaxConnection object at 0x7f0d94afa7d0>> = <tests.common.impala_connection.BeeswaxConnection object at 0x7f0d94afa7d0>.get_runtime_profile E    +        where <tests.common.impala_connection.BeeswaxConnection object at 0x7f0d94afa7d0> = <test_result_spooling.TestResultSpooling object at 0x7f0d94af3d50>.client {code}
Stacktrace:
{code:java}
query_test/test_result_spooling.py:172: in test_slow_query
    assert re.search(get_wait_time_regex, self.client.get_runtime_profile(handle)) \
E   assert None is not None
E    +  where None = <function search at 0x7f0da4115c08>('RowBatchGetWaitTime: [1-9]', 'Query (id=7f47e1d6a1a1c804:492214eb00000000):\n  DEBUG MODE WARNING: Query profile created while running a DEBUG buil...  - OptimizationTime: 331.998ms\n           - PeakMemoryUsage: 1.09 MB (1144320)\n           - PrepareTime: 31.999ms\n')
E    +    where <function search at 0x7f0da4115c08> = re.search
E    +    and   'Query (id=7f47e1d6a1a1c804:492214eb00000000):\n  DEBUG MODE WARNING: Query profile created while running a DEBUG buil...  - OptimizationTime: 331.998ms\n           - PeakMemoryUsage: 1.09 MB (1144320)\n           - PrepareTime: 31.999ms\n' = <bound method BeeswaxConnection.get_runtime_profile of <tests.common.impala_connection.BeeswaxConnection object at 0x7f0d94afa7d0>>(<tests.common.impala_connection.OperationHandle object at 0x7f0d94afffd0>)
E    +      where <bound method BeeswaxConnection.get_runtime_profile of <tests.common.impala_connection.BeeswaxConnection object at 0x7f0d94afa7d0>> = <tests.common.impala_connection.BeeswaxConnection object at 0x7f0d94afa7d0>.get_runtime_profile
E    +        where <tests.common.impala_connection.BeeswaxConnection object at 0x7f0d94afa7d0> = <test_result_spooling.TestResultSpooling object at 0x7f0d94af3d50>.client {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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