Anurag Mantripragada created IMPALA-8740:
--------------------------------------------
Summary: TestCodegen.test_disable_codegen flakiness in exhaustive
build
Key: IMPALA-8740
URL: https://issues.apache.org/jira/browse/IMPALA-8740
Project: IMPALA
Issue Type: Bug
Reporter: Anurag Mantripragada
Looks like the test cannot find "Codegen Disabled: disabled due to optimization
hints" in the profile and fails the assertion:
{code:java}
query_test/test_codegen.py:44: in test_disable_codegen
self.run_test_case('QueryTest/disable-codegen', vector)
common/impala_test_suite.py:617: in run_test_case
update_section=pytest.config.option.update_results)
common/test_result_verifier.py:605: in verify_runtime_profile
actual))
E AssertionError: Did not find matches for lines in runtime profile:
E EXPECTED LINES:
E row_regex: .*Codegen Disabled: disabled due to optimization hints.*
...
ACTUAL PROFILE FOLLOWS{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)