[ https://issues.apache.org/jira/browse/HDFS-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770254#action_12770254 ]
Konstantin Boudnik commented on HDFS-521: ----------------------------------------- I've ran test-patch locally: {noformat}There appear to be 105 release audit warnings before the patch and 105 release audit warnings after applying the patch. +1 overall. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 18 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. +1 javac. The applied patch does not increase the total number of javac compiler warnings. +1 findbugs. The patch does not introduce any new Findbugs warnings. +1 release audit. The applied patch does not increase the total number of release audit warnings. {noformat} Also, test were executed successfully: {noformat} % ant run-test-hdfs-fault-inject run-test-hdfs: ... [junit] Running org.apache.hadoop.hdfs.TestFiHFlush [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 35.187 sec [junit] Running org.apache.hadoop.hdfs.TestFiPipelines [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 13.595 sec [junit] Running org.apache.hadoop.hdfs.server.datanode.TestFiDataTransferProtocol [junit] Tests run: 29, Failures: 0, Errors: 0, Time elapsed: 355.143 sec % ant run-test-hdfs -Dtestcase=TestPipelines run-test-hdfs: ... [junit] Running org.apache.hadoop.hdfs.TestPipelines [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.662 sec % ant run-test-hdfs -Dtestcase=TestReadWhileWriting run-test-hdfs: ... [junit] Running org.apache.hadoop.hdfs.TestReadWhileWriting [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.735 sec {noformat}} > Create new tests for pipeline > ----------------------------- > > Key: HDFS-521 > URL: https://issues.apache.org/jira/browse/HDFS-521 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: test > Affects Versions: 0.21.0, 0.22.0 > Reporter: Konstantin Boudnik > Assignee: Konstantin Boudnik > Attachments: HDFS-521.patch, HDFS-521.patch, HDFS-521.patch, > HDFS-521.patch, HDFS-521.patch, HDFS-521.patch, HDFS-521.patch, > HDFS-521.patch, hdfs-521.patch, hdfs-521.patch, hdfs-521.patch, > HDFS-521.patch, HDFS-521.patch, HDFS-521.patch > > > This JIRA is created to be a place holder for the test implemented as a part > of HDFS-483 fix -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.