[
https://issues.apache.org/jira/browse/HDFS-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantin Boudnik updated HDFS-530:
------------------------------------
Attachment: HDFS-530.patch
Yet another redundant method is removed.
Affected tests are passing:
{noformat}
run-test-hdfs:
[junit] Running org.apache.hadoop.hdfs.TestFileAppend
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 13.682 sec
[junit] Running org.apache.hadoop.hdfs.TestFileAppend2
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 110.166 sec
[junit] Running org.apache.hadoop.hdfs.TestFileAppend3
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 16.689 sec
checkfailure:
BUILD SUCCESSFUL
{noformat}
> Refactor TestFileAppend* to remove code duplications
> ----------------------------------------------------
>
> Key: HDFS-530
> URL: https://issues.apache.org/jira/browse/HDFS-530
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: test
> Reporter: Konstantin Boudnik
> Assignee: Konstantin Boudnik
> Attachments: HDFS-530.patch, HDFS-530.patch, HDFS-530.patch
>
>
> Clearly, TestFileAppend* were created in a copy-cat mode which produces a
> number of duplications.
> As more tests for the new append feature are going to be developed, I'd like
> to get rid of these duplications and allow some a better code reuse.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.