Szehon Ho created HIVE-6908:
-------------------------------
Summary: TestThriftBinaryCLIService.testExecuteStatementAsync has
intermittent failures
Key: HIVE-6908
URL: https://issues.apache.org/jira/browse/HIVE-6908
Project: Hive
Issue Type: Bug
Components: Tests
Affects Versions: 0.13.0
Reporter: Szehon Ho
Assignee: Szehon Ho
This has failed sometimes in the pre-commit tests.
ThriftCLIServiceTest.testExecuteStatementAsync runs two statements. They are
given 100 second timeout total, not sure if its by intention. As the first is
a select query, it will take a majority of the time. The second statement
(create table) should be quicker, but it fails sometimes because timeout is
already mostly used up.
The timeout should probably be reset after the first statement. If the
operation finishes before the timeout, it wont have any effect as it'll break
out.
--
This message was sent by Atlassian JIRA
(v6.2#6252)