[jira] [Updated] (HIVE-4831) QTestUtil based test exiting abnormally on windows fails startup of other QTestUtil tests

2013-12-20 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-4831:
---

   Resolution: Fixed
Fix Version/s: 0.13.0
   Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Thejas & Jason!

> QTestUtil based test exiting abnormally on windows fails startup of other 
> QTestUtil tests
> -
>
> Key: HIVE-4831
> URL: https://issues.apache.org/jira/browse/HIVE-4831
> Project: Hive
>  Issue Type: Bug
>  Components: Testing Infrastructure
>Affects Versions: 0.11.0
>Reporter: Thejas M Nair
>Assignee: Thejas M Nair
> Fix For: 0.13.0
>
> Attachments: HIVE-4831.1.patch, HIVE-4831.2.patch, HIVE-4831.3.patch
>
>
> QTestUtil tests start mini zookeeper cluster. If it exits abnormally (eg 
> timeout), it fails to stop the zookeeper mini cluster. On Windows when the 
> process is still running the files can't be deleted, and as a result the new 
> zookeeper cluster started by a new QFileUtil based test case fails to start.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (HIVE-4831) QTestUtil based test exiting abnormally on windows fails startup of other QTestUtil tests

2013-12-19 Thread Jason Dere (JIRA)

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

Jason Dere updated HIVE-4831:
-

Attachment: HIVE-4831.3.patch

patch v3 - rebased with trunk.

> QTestUtil based test exiting abnormally on windows fails startup of other 
> QTestUtil tests
> -
>
> Key: HIVE-4831
> URL: https://issues.apache.org/jira/browse/HIVE-4831
> Project: Hive
>  Issue Type: Bug
>  Components: Testing Infrastructure
>Affects Versions: 0.11.0
>Reporter: Thejas M Nair
>Assignee: Thejas M Nair
> Attachments: HIVE-4831.1.patch, HIVE-4831.2.patch, HIVE-4831.3.patch
>
>
> QTestUtil tests start mini zookeeper cluster. If it exits abnormally (eg 
> timeout), it fails to stop the zookeeper mini cluster. On Windows when the 
> process is still running the files can't be deleted, and as a result the new 
> zookeeper cluster started by a new QFileUtil based test case fails to start.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (HIVE-4831) QTestUtil based test exiting abnormally on windows fails startup of other QTestUtil tests

2013-07-23 Thread Thejas M Nair (JIRA)

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

Thejas M Nair updated HIVE-4831:


Status: Patch Available  (was: Open)

> QTestUtil based test exiting abnormally on windows fails startup of other 
> QTestUtil tests
> -
>
> Key: HIVE-4831
> URL: https://issues.apache.org/jira/browse/HIVE-4831
> Project: Hive
>  Issue Type: Bug
>  Components: Testing Infrastructure
>Affects Versions: 0.11.0
>Reporter: Thejas M Nair
>Assignee: Thejas M Nair
> Attachments: HIVE-4831.1.patch, HIVE-4831.2.patch
>
>
> QTestUtil tests start mini zookeeper cluster. If it exits abnormally (eg 
> timeout), it fails to stop the zookeeper mini cluster. On Windows when the 
> process is still running the files can't be deleted, and as a result the new 
> zookeeper cluster started by a new QFileUtil based test case fails to start.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4831) QTestUtil based test exiting abnormally on windows fails startup of other QTestUtil tests

2013-07-22 Thread Thejas M Nair (JIRA)

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

Thejas M Nair updated HIVE-4831:


Attachment: HIVE-4831.2.patch

[~brocknoland] Thanks for your feedback.
HIVE-4831.2.patch - I could not use Guava Files.createTempDir as it does not 
take a baseDir argument, so I added such a function in Utilities.java .
I will mark it patch available after some more testing.


> QTestUtil based test exiting abnormally on windows fails startup of other 
> QTestUtil tests
> -
>
> Key: HIVE-4831
> URL: https://issues.apache.org/jira/browse/HIVE-4831
> Project: Hive
>  Issue Type: Bug
>  Components: Testing Infrastructure
>Affects Versions: 0.11.0
>Reporter: Thejas M Nair
>Assignee: Thejas M Nair
> Attachments: HIVE-4831.1.patch, HIVE-4831.2.patch
>
>
> QTestUtil tests start mini zookeeper cluster. If it exits abnormally (eg 
> timeout), it fails to stop the zookeeper mini cluster. On Windows when the 
> process is still running the files can't be deleted, and as a result the new 
> zookeeper cluster started by a new QFileUtil based test case fails to start.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4831) QTestUtil based test exiting abnormally on windows fails startup of other QTestUtil tests

2013-07-19 Thread Brock Noland (JIRA)

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

Brock Noland updated HIVE-4831:
---

Status: Open  (was: Patch Available)

Thanks for your patch Thejas! This is a small and unobtrusive change so I am 
generally +1. But I think we should have a deterministic way of getting a new 
directory as opposed to a random method. Cancelling patch until feedback is 
addressed.

> QTestUtil based test exiting abnormally on windows fails startup of other 
> QTestUtil tests
> -
>
> Key: HIVE-4831
> URL: https://issues.apache.org/jira/browse/HIVE-4831
> Project: Hive
>  Issue Type: Bug
>  Components: Testing Infrastructure
>Affects Versions: 0.11.0
>Reporter: Thejas M Nair
>Assignee: Thejas M Nair
> Attachments: HIVE-4831.1.patch
>
>
> QTestUtil tests start mini zookeeper cluster. If it exits abnormally (eg 
> timeout), it fails to stop the zookeeper mini cluster. On Windows when the 
> process is still running the files can't be deleted, and as a result the new 
> zookeeper cluster started by a new QFileUtil based test case fails to start.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4831) QTestUtil based test exiting abnormally on windows fails startup of other QTestUtil tests

2013-07-09 Thread Thejas M Nair (JIRA)

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

Thejas M Nair updated HIVE-4831:


Status: Patch Available  (was: Open)

> QTestUtil based test exiting abnormally on windows fails startup of other 
> QTestUtil tests
> -
>
> Key: HIVE-4831
> URL: https://issues.apache.org/jira/browse/HIVE-4831
> Project: Hive
>  Issue Type: Bug
>  Components: Testing Infrastructure
>Affects Versions: 0.11.0
>Reporter: Thejas M Nair
>Assignee: Thejas M Nair
> Attachments: HIVE-4831.1.patch
>
>
> QTestUtil tests start mini zookeeper cluster. If it exits abnormally (eg 
> timeout), it fails to stop the zookeeper mini cluster. On Windows when the 
> process is still running the files can't be deleted, and as a result the new 
> zookeeper cluster started by a new QFileUtil based test case fails to start.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4831) QTestUtil based test exiting abnormally on windows fails startup of other QTestUtil tests

2013-07-09 Thread Thejas M Nair (JIRA)

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

Thejas M Nair updated HIVE-4831:


Attachment: HIVE-4831.1.patch

HIVE-4831.1.patch - change to pick a different directory for use by zookeeper 
mini cluster 

> QTestUtil based test exiting abnormally on windows fails startup of other 
> QTestUtil tests
> -
>
> Key: HIVE-4831
> URL: https://issues.apache.org/jira/browse/HIVE-4831
> Project: Hive
>  Issue Type: Bug
>  Components: Testing Infrastructure
>Affects Versions: 0.11.0
>Reporter: Thejas M Nair
>Assignee: Thejas M Nair
> Attachments: HIVE-4831.1.patch
>
>
> QTestUtil tests start mini zookeeper cluster. If it exits abnormally (eg 
> timeout), it fails to stop the zookeeper mini cluster. On Windows when the 
> process is still running the files can't be deleted, and as a result the new 
> zookeeper cluster started by a new QFileUtil based test case fails to start.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira