[jira] [Updated] (HBASE-15365) Do not write to '/tmp' in TestHBaseConfiguration

2017-11-08 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-15365:
---
Fix Version/s: (was: 1.4.0)

> Do not write to '/tmp' in TestHBaseConfiguration
> 
>
> Key: HBASE-15365
> URL: https://issues.apache.org/jira/browse/HBASE-15365
> Project: HBase
>  Issue Type: Sub-task
>  Components: test
>Reporter: Duo Zhang
>Assignee: Duo Zhang
> Fix For: 2.0.0, 1.3.0, 1.2.1, 1.1.4, 1.0.4, 0.98.18
>
> Attachments: HBASE-15365-v1.patch, HBASE-15365.patch
>
>
> In testGetPassword, we create a key file at /tmp/foo.jks and set its 
> permissions to 600. This will cause testcase failure on a shared machine.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-15365) Do not write to '/tmp' in TestHBaseConfiguration

2016-03-01 Thread Duo Zhang (JIRA)

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

Duo Zhang updated HBASE-15365:
--
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 1.4.0
   0.98.18
   1.0.4
   1.1.4
   1.2.1
   1.3.0
   2.0.0
   Status: Resolved  (was: Patch Available)

Pushed to all branches.

Thanks [~stack] and [~enis] for reviewing.

> Do not write to '/tmp' in TestHBaseConfiguration
> 
>
> Key: HBASE-15365
> URL: https://issues.apache.org/jira/browse/HBASE-15365
> Project: HBase
>  Issue Type: Sub-task
>  Components: test
>Reporter: Duo Zhang
>Assignee: Duo Zhang
> Fix For: 2.0.0, 1.3.0, 1.2.1, 1.1.4, 1.0.4, 0.98.18, 1.4.0
>
> Attachments: HBASE-15365-v1.patch, HBASE-15365.patch
>
>
> In testGetPassword, we create a key file at /tmp/foo.jks and set its 
> permissions to 600. This will cause testcase failure on a shared machine.



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


[jira] [Updated] (HBASE-15365) Do not write to '/tmp' in TestHBaseConfiguration

2016-03-01 Thread Duo Zhang (JIRA)

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

Duo Zhang updated HBASE-15365:
--
Issue Type: Sub-task  (was: Bug)
Parent: HBASE-15374

> Do not write to '/tmp' in TestHBaseConfiguration
> 
>
> Key: HBASE-15365
> URL: https://issues.apache.org/jira/browse/HBASE-15365
> Project: HBase
>  Issue Type: Sub-task
>  Components: test
>Reporter: Duo Zhang
>Assignee: Duo Zhang
> Attachments: HBASE-15365-v1.patch, HBASE-15365.patch
>
>
> In testGetPassword, we create a key file at /tmp/foo.jks and set its 
> permissions to 600. This will cause testcase failure on a shared machine.



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


[jira] [Updated] (HBASE-15365) Do not write to '/tmp' in TestHBaseConfiguration

2016-03-01 Thread Duo Zhang (JIRA)

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

Duo Zhang updated HBASE-15365:
--
Attachment: HBASE-15365-v1.patch

Use {{HBaseCommonTestingUtility}}.

> Do not write to '/tmp' in TestHBaseConfiguration
> 
>
> Key: HBASE-15365
> URL: https://issues.apache.org/jira/browse/HBASE-15365
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Reporter: Duo Zhang
>Assignee: Duo Zhang
> Attachments: HBASE-15365-v1.patch, HBASE-15365.patch
>
>
> In testGetPassword, we create a key file at /tmp/foo.jks and set its 
> permissions to 600. This will cause testcase failure on a shared machine.



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


[jira] [Updated] (HBASE-15365) Do not write to '/tmp' in TestHBaseConfiguration

2016-02-29 Thread Duo Zhang (JIRA)

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

Duo Zhang updated HBASE-15365:
--
Status: Patch Available  (was: Open)

> Do not write to '/tmp' in TestHBaseConfiguration
> 
>
> Key: HBASE-15365
> URL: https://issues.apache.org/jira/browse/HBASE-15365
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Reporter: Duo Zhang
>Assignee: Duo Zhang
> Attachments: HBASE-15365.patch
>
>
> In testGetPassword, we create a key file at /tmp/foo.jks and set its 
> permissions to 600. This will cause testcase failure on a shared machine.



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


[jira] [Updated] (HBASE-15365) Do not write to '/tmp' in TestHBaseConfiguration

2016-02-29 Thread Duo Zhang (JIRA)

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

Duo Zhang updated HBASE-15365:
--
Attachment: HBASE-15365.patch

A trivial fix.
Just write to a tmp directory and delete the directoty after test.

> Do not write to '/tmp' in TestHBaseConfiguration
> 
>
> Key: HBASE-15365
> URL: https://issues.apache.org/jira/browse/HBASE-15365
> Project: HBase
>  Issue Type: Bug
>  Components: test
>Reporter: Duo Zhang
>Assignee: Duo Zhang
> Attachments: HBASE-15365.patch
>
>
> In testGetPassword, we create a key file at /tmp/foo.jks and set its 
> permissions to 600. This will cause testcase failure on a shared machine.



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