Wenzhe Zhou has uploaded a new patch set (#2). ( 
http://gerrit.cloudera.org:8080/15984 )

Change subject: IMPALA-9775: Fix test failure in TestAcid.test_acid_heartbeats
......................................................................

IMPALA-9775: Fix test failure in TestAcid.test_acid_heartbeats

The failure was caused by IMPALA-9764, which change the sleep
interval between heartbeats. To fix it, add an upper limit of
the sleep interval as 100 seconds, and increase the execution
time for the query in test case TestAcid::test_acid_heartbeats.
Skip the test for table formats with compression to reduce the
total execution time.

Testing:
 - Ran following command to verify that the bug was fixed:
     ./bin/impala-py.test tests/query_test/test_acid.py\
       ::TestAcid::test_acid_heartbeats \
       --workload_exploration_strategy=functional-query:exhaustive
 - Passed all exhaustive tests.

Change-Id: I7922797d7e3ce94a2c8948211245f4e77fdb08b7
---
M fe/src/main/java/org/apache/impala/common/TransactionKeepalive.java
M tests/query_test/test_acid.py
2 files changed, 11 insertions(+), 5 deletions(-)


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I7922797d7e3ce94a2c8948211245f4e77fdb08b7
Gerrit-Change-Number: 15984
Gerrit-PatchSet: 2
Gerrit-Owner: Wenzhe Zhou <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Tim Armstrong <[email protected]>
Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>

Reply via email to