Sai Hemanth Gantasala has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22131
Change subject: IMPALA-12187: Fix flaky test_event_based_replication() ...................................................................... IMPALA-12187: Fix flaky test_event_based_replication() TestEventProcessing.test_event_based_replication is turning flaky when there is a lag replication of a database that has too many events to replicate. The case V in the test is turning flaky because the event processor has to processes so many ALTER_PARTITIONS events that valid writeId list can be inaccurate when the replication is not complete. So a delay of 10 sec in introduced in case V after replication so that event processor will process events after replication process is completely done. Testing: - Looped the test 100 times to avoid flakiness Change-Id: I89fcd951f6a65ab7fe97c4f23554d93d9ba12f4e --- M tests/metadata/test_event_processing_base.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/31/22131/1 -- To view, visit http://gerrit.cloudera.org:8080/22131 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I89fcd951f6a65ab7fe97c4f23554d93d9ba12f4e Gerrit-Change-Number: 22131 Gerrit-PatchSet: 1 Gerrit-Owner: Sai Hemanth Gantasala <[email protected]>
