You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zhihua Deng (Jira)" <ji...@apache.org> on 2021/03/18 01:46:00 UTC

[jira] [Commented] (HIVE-24901) Re-enable tests in TestBeeLineWithArgs

    [ https://issues.apache.org/jira/browse/HIVE-24901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303795#comment-17303795 ] 

Zhihua Deng commented on HIVE-24901:
------------------------------------

In some jdbc tests, if the query runs over 30s, the query may be failed by socket read timeout, or ```out of sequence response``` in some cases.
The reason is that the embedded metastore will set the login timeout of DriverManager during CLIService initialization, the login timeout is set to default value of [HikariConfig|https://github.com/brettwooldridge/HikariCP/blob/dev/src/main/java/com/zaxxer/hikari/HikariConfig.java#L54] , so the tests after will  use the defined login timeout to creating thrift connection until [HIVE-12731|https://issues.apache.org/jira/browse/HIVE-12371].

for some tests, some are spending time for ProgressMonitor:

[https://github.com/apache/hive/blob/4446414f4478091db1eb20bc782a5c1825356153/service/src/java/org/apache/hive/service/cli/CLIService.java#L491-L516]

> Re-enable tests in TestBeeLineWithArgs
> --------------------------------------
>
>                 Key: HIVE-24901
>                 URL: https://issues.apache.org/jira/browse/HIVE-24901
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Test
>            Reporter: Zhihua Deng
>            Priority: Major
>
> Re-enable the tests in TestBeeLineWithArgs, cause they are stable on master now:
> http://ci.hive.apache.org/job/hive-flaky-check/219/



--
This message was sent by Atlassian Jira
(v8.3.4#803005)