Tim Armstrong created IMPALA-9122:
-------------------------------------
Summary: TestEventProcessing.test_insert_events flaky in precommit
Key: IMPALA-9122
URL: https://issues.apache.org/jira/browse/IMPALA-9122
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Reporter: Tim Armstrong
Assignee: Vihang Karajgaonkar
https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/8613/
{noformat}
custom_cluster.test_event_processing.TestEventProcessing.test_insert_events
(from pytest)
Failing for the past 1 build (Since Failed#8613 )
Took 1 min 20 sec.
add description
Error Message
assert <bound method TestEventProcessing.wait_for_insert_event_processing of
<test_event_processing.TestEventProcessing object at 0x7f7fa86ec6d0>>(18421) is
True + where <bound method
TestEventProcessing.wait_for_insert_event_processing of
<test_event_processing.TestEventProcessing object at 0x7f7fa86ec6d0>> =
<test_event_processing.TestEventProcessing object at
0x7f7fa86ec6d0>.wait_for_insert_event_processing
Stacktrace
custom_cluster/test_event_processing.py:82: in test_insert_events
self.run_test_insert_events()
custom_cluster/test_event_processing.py:143: in run_test_insert_events
assert self.wait_for_insert_event_processing(last_synced_event_id) is True
E assert <bound method TestEventProcessing.wait_for_insert_event_processing
of <test_event_processing.TestEventProcessing object at 0x7f7fa86ec6d0>>(18421)
is True
E + where <bound method
TestEventProcessing.wait_for_insert_event_processing of
<test_event_processing.TestEventProcessing object at 0x7f7fa86ec6d0>> =
<test_event_processing.TestEventProcessing object at
0x7f7fa86ec6d0>.wait_for_insert_event_processing
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)