Impala Public Jenkins has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/22084 )

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
Reviewed-on: http://gerrit.cloudera.org:8080/22084
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
M tests/custom_cluster/test_events_custom_configs.py
1 file changed, 6 insertions(+), 3 deletions(-)

Approvals:
  Impala Public Jenkins: Looks good to me, approved; Verified

-- 
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: merged
Gerrit-Change-Id: I62170aa6ed8ae122482a03212fec9c4fe843ce03
Gerrit-Change-Number: 22084
Gerrit-PatchSet: 7
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