Colin Patrick McCabe created HDFS-3707:
------------------------------------------
Summary: 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.1-alpha
Reporter: Colin Patrick McCabe
Assignee: Colin Patrick McCabe
Priority: Minor
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