[ https://issues.apache.org/jira/browse/HIVE-23219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17087317#comment-17087317 ]
RuiChen commented on HIVE-23219: -------------------------------- Other test cases failed, no related with this changes. {code:java} 0: jdbc:hive2://localhost:50854/> insert into new_table values (1); Unknown HS2 problem when communicating with Thrift server. Error: org.apache.thrift.transport.TTransportException: java.net.SocketTimeoutException: Read timed out (state=08S01,code=0) should contain .*1 row affected.* at org.junit.Assert.fail(Assert.java:88) at org.apache.hive.beeline.TestBeeLineWithArgs.testScriptFile(TestBeeLineWithArgs.java:269) at org.apache.hive.beeline.TestBeeLineWithArgs.testScriptFile(TestBeeLineWithArgs.java:224) at org.apache.hive.beeline.TestBeeLineWithArgs.testScriptFile(TestBeeLineWithArgs.java:217) at org.apache.hive.beeline.TestBeeLineWithArgs.testRowsAffected(TestBeeLineWithArgs.java:1164) {code} > Add test cleanup for TestHCatLoaderEncryption and TestSessionManagerMetrics > --------------------------------------------------------------------------- > > Key: HIVE-23219 > URL: https://issues.apache.org/jira/browse/HIVE-23219 > Project: Hive > Issue Type: Bug > Reporter: RuiChen > Assignee: RuiChen > Priority: Minor > Attachments: HIVE-23219.2.patch, HIVE-23219.patch > > > 1.Test cases in TestHCatLoaderEncryption apply wrong test.jks in > hive/ql/target path, it casue tests failing when we run some ql tests, > then run TestHCatLoaderEncryption in local, fix it using TEST_DATA_DIR. > 2.Add tearDown method to clean up static metrics instance, to avoid > impacting each other between test cases in one class. -- This message was sent by Atlassian Jira (v8.3.4#803005)