Hello Quanlong Huang, Laszlo Gaal, Daniel Becker, Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/19614

to look at the new patch set (#3).

Change subject: IMPALA-10983: Wait more in wait_for_event_processing if there 
is progress
......................................................................

IMPALA-10983: Wait more in wait_for_event_processing if there is progress

There are some flaky tests where wait_for_event_processing timeouts,
e.g. TestEventProcessing.test_insert_events. My theory is that this
is caused by parallel tests with DDL/DML statements that can also
fire HMS events that have to be processed by catalogd.

The change bumps (default: 10 sec->100 sec) the timeout in case
there is some progress in event processing. If still the same
event is processed then the old timeout is used.

An alternative approach would be to mark the related test as serial,
but I would prefer to avoid this as it would make test jobs slower.

Change-Id: I676854f7df9aea5fa10fb6ecf6381195bc8fa4b8
---
M tests/util/event_processor_utils.py
1 file changed, 39 insertions(+), 18 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/14/19614/3
--
To view, visit http://gerrit.cloudera.org:8080/19614
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I676854f7df9aea5fa10fb6ecf6381195bc8fa4b8
Gerrit-Change-Number: 19614
Gerrit-PatchSet: 3
Gerrit-Owner: Csaba Ringhofer <csringho...@cloudera.com>
Gerrit-Reviewer: Csaba Ringhofer <csringho...@cloudera.com>
Gerrit-Reviewer: Daniel Becker <daniel.bec...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Laszlo Gaal <laszlo.g...@cloudera.com>
Gerrit-Reviewer: Quanlong Huang <huangquanl...@gmail.com>

Reply via email to