[jira] [Updated] (HIVE-14974) Flaky test: TestBeelineArgParsing.testAddLocalJar

2016-10-18 Thread Siddharth Seth (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-14974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddharth Seth updated HIVE-14974:
--
Issue Type: Sub-task  (was: Bug)
Parent: HIVE-14547

> Flaky test: TestBeelineArgParsing.testAddLocalJar
> -
>
> Key: HIVE-14974
> URL: https://issues.apache.org/jira/browse/HIVE-14974
> Project: Hive
>  Issue Type: Sub-task
>  Components: Tests
>Affects Versions: 2.2.0
>Reporter: Gopal V
>Assignee: Prasanth Jayachandran
> Attachments: HIVE-14974.1.patch
>
>
> {code}
> 2016-10-14T22:51:33,072  INFO [main] beeline.TestBeelineArgParsing: Add 
> /home/hiveptest/104.155.175.228-hiveptest-0/apache-github-source-source/beeline/target/test-classes/DummyDriver.jar
>  for the driver class DummyDriver
> Fail to add local jar due to the exception:java.util.zip.ZipException: error 
> in opening zip file
> error in opening zip file
> Fail to scan drivers due to the exception:java.util.zip.ZipException: error 
> in opening zip file
> error in opening zip file
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-14974) Flaky test: TestBeelineArgParsing.testAddLocalJar

2016-10-18 Thread Prasanth Jayachandran (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-14974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prasanth Jayachandran updated HIVE-14974:
-
Status: Patch Available  (was: Open)

> Flaky test: TestBeelineArgParsing.testAddLocalJar
> -
>
> Key: HIVE-14974
> URL: https://issues.apache.org/jira/browse/HIVE-14974
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 2.2.0
>Reporter: Gopal V
>Assignee: Prasanth Jayachandran
> Attachments: HIVE-14974.1.patch
>
>
> {code}
> 2016-10-14T22:51:33,072  INFO [main] beeline.TestBeelineArgParsing: Add 
> /home/hiveptest/104.155.175.228-hiveptest-0/apache-github-source-source/beeline/target/test-classes/DummyDriver.jar
>  for the driver class DummyDriver
> Fail to add local jar due to the exception:java.util.zip.ZipException: error 
> in opening zip file
> error in opening zip file
> Fail to scan drivers due to the exception:java.util.zip.ZipException: error 
> in opening zip file
> error in opening zip file
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-14974) Flaky test: TestBeelineArgParsing.testAddLocalJar

2016-10-18 Thread Prasanth Jayachandran (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-14974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prasanth Jayachandran updated HIVE-14974:
-
Attachment: HIVE-14974.1.patch

Just trying this patch out. This issue is not reproducible locally. Also seeing 
NPEs in logs. Not sure if this is caused by interference from 
TestBeeLineHistory test case. TestBeelineArgParsing is setting history location 
to "/home/user/.beeline/history" so parent directory is non-null. But 
TestBeeLineHistory is setting history location to "history" with parent 
directory set to null causing NPE during flush. Let's see if this patch helps.

> Flaky test: TestBeelineArgParsing.testAddLocalJar
> -
>
> Key: HIVE-14974
> URL: https://issues.apache.org/jira/browse/HIVE-14974
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 2.2.0
>Reporter: Gopal V
>Assignee: Prasanth Jayachandran
> Attachments: HIVE-14974.1.patch
>
>
> {code}
> 2016-10-14T22:51:33,072  INFO [main] beeline.TestBeelineArgParsing: Add 
> /home/hiveptest/104.155.175.228-hiveptest-0/apache-github-source-source/beeline/target/test-classes/DummyDriver.jar
>  for the driver class DummyDriver
> Fail to add local jar due to the exception:java.util.zip.ZipException: error 
> in opening zip file
> error in opening zip file
> Fail to scan drivers due to the exception:java.util.zip.ZipException: error 
> in opening zip file
> error in opening zip file
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)