Zoltán Borók-Nagy created IMPALA-12309:
------------------------------------------
Summary: test_restart_statestore_query_resilience failed in
exhaustive run
Key: IMPALA-12309
URL: https://issues.apache.org/jira/browse/IMPALA-12309
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
test_restart_statestore_query_resilience failed in exhaustive run.
h2. Error Message
assert 5 == 3 + where 5 = <bound method BeeswaxConnection.get_state of
<tests.common.impala_connection.BeeswaxConnection object at
0x7f064f19f5d0>>(<tests.common.impala_connection.OperationHandle object at
0x7f064dbfbc10>) + where <bound method BeeswaxConnection.get_state of
<tests.common.impala_connection.BeeswaxConnection object at 0x7f064f19f5d0>> =
<tests.common.impala_connection.BeeswaxConnection object at
0x7f064f19f5d0>.get_state + and 3 = QueryState.RUNNING
h2. Stacktrace
{noformat}
custom_cluster/test_restart_services.py:304: in
test_restart_statestore_query_resilience
assert client.get_state(handle) == QueryState.RUNNING
E assert 5 == 3
E + where 5 = <bound method BeeswaxConnection.get_state of
<tests.common.impala_connection.BeeswaxConnection object at
0x7f064f19f5d0>>(<tests.common.impala_connection.OperationHandle object at
0x7f064dbfbc10>)
E + where <bound method BeeswaxConnection.get_state of
<tests.common.impala_connection.BeeswaxConnection object at 0x7f064f19f5d0>> =
<tests.common.impala_connection.BeeswaxConnection object at
0x7f064f19f5d0>.get_state
E + and 3 = QueryState.RUNNING
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)