Hello Riza Suminto, Impala Public Jenkins,

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

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

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

Change subject: IMPALA-13500: Fix test_invalidate_stale_partition_on_reload() 
test
......................................................................

IMPALA-13500: Fix test_invalidate_stale_partition_on_reload() test

TestEventProcessingCustomConfigs#test_invalidate_stale_partition_on
_reload() is flaky for not finding log lines it is looking for. This
is happening because ParallelFileMetadataLoader which is running in the
background thread is missing the current catalog delta request, hence
the log lines are not visible in impala logs. The next catalog delta
request writes the required log lines to impala logs but the test fails
by that time. Adding a sleep 5s should finish the file metadata reload
and also increased the timeout from 6s to 15s to verify the impala log
then catalog delta request can capture the required content.

Testing:
- Looped the test several hundred times locally to verify that their is
no flakiness.

Change-Id: I62170aa6ed8ae122482a03212fec9c4fe843ce03
---
M tests/custom_cluster/test_events_custom_configs.py
1 file changed, 8 insertions(+), 3 deletions(-)


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I62170aa6ed8ae122482a03212fec9c4fe843ce03
Gerrit-Change-Number: 22084
Gerrit-PatchSet: 3
Gerrit-Owner: Sai Hemanth Gantasala <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Riza Suminto <[email protected]>
Gerrit-Reviewer: Sai Hemanth Gantasala <[email protected]>

Reply via email to