Sahil Takiar created IMPALA-9184:
------------------------------------
Summary: TestImpalaShellInteractive.test_ddl_queries_are_closed is
flaky
Key: IMPALA-9184
URL: https://issues.apache.org/jira/browse/IMPALA-9184
Project: IMPALA
Issue Type: Bug
Reporter: Sahil Takiar
The following test is flaky:
shell.test_shell_interactive.TestImpalaShellInteractive.test_ddl_queries_are_closed[table_format_and_file_extension:
('textfile', '.txt') | protocol: beeswax] (from pytest)
Error Message
{code:java}
AssertionError: drop query should be closed assert <bound method
ImpaladService.wait_for_num_in_flight_queries of
<tests.common.impala_service.ImpaladService object at 0x8a1fad0>>(0) + where
<bound method ImpaladService.wait_for_num_in_flight_queries of
<tests.common.impala_service.ImpaladService object at 0x8a1fad0>> =
<tests.common.impala_service.ImpaladService object at
0x8a1fad0>.wait_for_num_in_flight_queries
{code}
Stacktrace
{code:java}
Impala/tests/shell/test_shell_interactive.py:338: in
test_ddl_queries_are_closed assert impalad.wait_for_num_in_flight_queries(0),
MSG % 'drop' E AssertionError: drop query should be closed E assert <bound
method ImpaladService.wait_for_num_in_flight_queries of
<tests.common.impala_service.ImpaladService object at 0x8a1fad0>>(0) E + where
<bound method ImpaladService.wait_for_num_in_flight_queries of
<tests.common.impala_service.ImpaladService object at 0x8a1fad0>> =
<tests.common.impala_service.ImpaladService object at
0x8a1fad0>.wait_for_num_in_flight_queries
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)