[ 
https://issues.apache.org/jira/browse/HDFS-3707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13438677#comment-13438677
 ] 

Hudson commented on HDFS-3707:
------------------------------

Integrated in Hadoop-Hdfs-trunk #1141 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1141/])
    HDFS-3707. TestFSInputChecker: improper use of skip. Contributed by Colin 
Patrick McCabe (Revision 1375336)

     Result = FAILURE
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1375336
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestFSInputChecker.java

                
> TestFSInputChecker: improper use of skip
> ----------------------------------------
>
>                 Key: HDFS-3707
>                 URL: https://issues.apache.org/jira/browse/HDFS-3707
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 2.0.0-alpha
>            Reporter: Colin Patrick McCabe
>            Assignee: Colin Patrick McCabe
>            Priority: Minor
>             Fix For: 2.2.0-alpha
>
>         Attachments: HDFS-3707.001.patch, hdfs-3707.txt
>
>
> TestFSInputChecker assumes that FSDataInputStream#skip always skips the full 
> amount of bytes.  However, FSDataInputStream inherits this method from 
> InputStream.  InputStream#skip skips "up to" the requested number of bytes.  
> It is not an error if it skips fewer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to