Wenzhe Zhou has uploaded this change for review. (
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, don't allow the sleep
interval beyond 60 seconds.
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
Change-Id: I7922797d7e3ce94a2c8948211245f4e77fdb08b7
---
M fe/src/main/java/org/apache/impala/common/TransactionKeepalive.java
1 file changed, 6 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/84/15984/1
--
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: newchange
Gerrit-Change-Id: I7922797d7e3ce94a2c8948211245f4e77fdb08b7
Gerrit-Change-Number: 15984
Gerrit-PatchSet: 1
Gerrit-Owner: Wenzhe Zhou <[email protected]>