[jira] [Updated] (HADOOP-10035) Cleanup TestFilterFileSystem

2015-05-05 Thread Allen Wittenauer (JIRA)

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

Allen Wittenauer updated HADOOP-10035:
--
Labels: BB2015-05-TBR  (was: )

> Cleanup TestFilterFileSystem
> 
>
> Key: HADOOP-10035
> URL: https://issues.apache.org/jira/browse/HADOOP-10035
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.1.1-beta
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
>  Labels: BB2015-05-TBR
> Attachments: HADOOP-10035.1.patch, HADOOP-10035.2.patch, 
> HADOOP-10035.patch
>
>
> Currently TestFilterFileSystem only checks for FileSystem methods that must 
> be implemented in FilterFileSystem with a list of methods that are exception 
> to this rule. This jira wants to make this check stricter by adding a test 
> for ensuring the methods in exception rule list must not be implemented by 
> the FilterFileSystem.
> This also cleans up the current class that has methods from exception rule 
> list to interface to avoid having to provide dummy implementation of the 
> methods.



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


[jira] [Updated] (HADOOP-10035) Cleanup TestFilterFileSystem

2015-11-22 Thread Haohui Mai (JIRA)

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

Haohui Mai updated HADOOP-10035:

   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 2.8.0
   Status: Resolved  (was: Patch Available)

I've committed the patch to trunk and branch-2. Thanks [~sureshms] for the 
contribution.

> Cleanup TestFilterFileSystem
> 
>
> Key: HADOOP-10035
> URL: https://issues.apache.org/jira/browse/HADOOP-10035
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.1.1-beta
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
>  Labels: BB2015-05-TBR
> Fix For: 2.8.0
>
> Attachments: HADOOP-10035.1.patch, HADOOP-10035.2.patch, 
> HADOOP-10035.3.patch, HADOOP-10035.patch
>
>
> Currently TestFilterFileSystem only checks for FileSystem methods that must 
> be implemented in FilterFileSystem with a list of methods that are exception 
> to this rule. This jira wants to make this check stricter by adding a test 
> for ensuring the methods in exception rule list must not be implemented by 
> the FilterFileSystem.
> This also cleans up the current class that has methods from exception rule 
> list to interface to avoid having to provide dummy implementation of the 
> methods.



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


[jira] [Updated] (HADOOP-10035) Cleanup TestFilterFileSystem

2015-06-04 Thread Vinayakumar B (JIRA)

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

Vinayakumar B updated HADOOP-10035:
---
Attachment: HADOOP-10035.3.patch

Updated the patch to fix failures.
Please review

> Cleanup TestFilterFileSystem
> 
>
> Key: HADOOP-10035
> URL: https://issues.apache.org/jira/browse/HADOOP-10035
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.1.1-beta
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
>  Labels: BB2015-05-TBR
> Attachments: HADOOP-10035.1.patch, HADOOP-10035.2.patch, 
> HADOOP-10035.3.patch, HADOOP-10035.patch
>
>
> Currently TestFilterFileSystem only checks for FileSystem methods that must 
> be implemented in FilterFileSystem with a list of methods that are exception 
> to this rule. This jira wants to make this check stricter by adding a test 
> for ensuring the methods in exception rule list must not be implemented by 
> the FilterFileSystem.
> This also cleans up the current class that has methods from exception rule 
> list to interface to avoid having to provide dummy implementation of the 
> methods.



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


[jira] [Updated] (HADOOP-10035) Cleanup TestFilterFileSystem

2013-10-08 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas updated HADOOP-10035:
-

Attachment: HADOOP-10035.patch

> Cleanup TestFilterFileSystem
> 
>
> Key: HADOOP-10035
> URL: https://issues.apache.org/jira/browse/HADOOP-10035
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.1.1-beta
>Reporter: Suresh Srinivas
> Attachments: HADOOP-10035.patch
>
>
> Currently TestFilterFileSystem only checks for FileSystem methods that must 
> be implemented in FilterFileSystem with a list of methods that are exception 
> to this rule. This jira wants to make this check stricter by adding a test 
> for ensuring the methods in exception rule list must not be implemented by 
> the FilterFileSystem.
> This also cleans up the current class that has methods from exception rule 
> list to interface to avoid having to provide dummy implementation of the 
> methods.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HADOOP-10035) Cleanup TestFilterFileSystem

2013-10-08 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas updated HADOOP-10035:
-

Status: Patch Available  (was: Open)

> Cleanup TestFilterFileSystem
> 
>
> Key: HADOOP-10035
> URL: https://issues.apache.org/jira/browse/HADOOP-10035
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.1.1-beta
>Reporter: Suresh Srinivas
> Attachments: HADOOP-10035.patch
>
>
> Currently TestFilterFileSystem only checks for FileSystem methods that must 
> be implemented in FilterFileSystem with a list of methods that are exception 
> to this rule. This jira wants to make this check stricter by adding a test 
> for ensuring the methods in exception rule list must not be implemented by 
> the FilterFileSystem.
> This also cleans up the current class that has methods from exception rule 
> list to interface to avoid having to provide dummy implementation of the 
> methods.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HADOOP-10035) Cleanup TestFilterFileSystem

2013-10-10 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas updated HADOOP-10035:
-

Attachment: HADOOP-10035.1.patch

Updated patch to address the comments.

> Cleanup TestFilterFileSystem
> 
>
> Key: HADOOP-10035
> URL: https://issues.apache.org/jira/browse/HADOOP-10035
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.1.1-beta
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Attachments: HADOOP-10035.1.patch, HADOOP-10035.patch
>
>
> Currently TestFilterFileSystem only checks for FileSystem methods that must 
> be implemented in FilterFileSystem with a list of methods that are exception 
> to this rule. This jira wants to make this check stricter by adding a test 
> for ensuring the methods in exception rule list must not be implemented by 
> the FilterFileSystem.
> This also cleans up the current class that has methods from exception rule 
> list to interface to avoid having to provide dummy implementation of the 
> methods.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HADOOP-10035) Cleanup TestFilterFileSystem

2013-10-10 Thread Suresh Srinivas (JIRA)

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

Suresh Srinivas updated HADOOP-10035:
-

Attachment: HADOOP-10035.2.patch

Updated patch.

> Cleanup TestFilterFileSystem
> 
>
> Key: HADOOP-10035
> URL: https://issues.apache.org/jira/browse/HADOOP-10035
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 2.1.1-beta
>Reporter: Suresh Srinivas
>Assignee: Suresh Srinivas
> Attachments: HADOOP-10035.1.patch, HADOOP-10035.2.patch, 
> HADOOP-10035.patch
>
>
> Currently TestFilterFileSystem only checks for FileSystem methods that must 
> be implemented in FilterFileSystem with a list of methods that are exception 
> to this rule. This jira wants to make this check stricter by adding a test 
> for ensuring the methods in exception rule list must not be implemented by 
> the FilterFileSystem.
> This also cleans up the current class that has methods from exception rule 
> list to interface to avoid having to provide dummy implementation of the 
> methods.



--
This message was sent by Atlassian JIRA
(v6.1#6144)