[
https://issues.apache.org/jira/browse/HDFS-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429174#comment-13429174
]
Hudson commented on HDFS-3719:
------------------------------
Integrated in Hadoop-Mapreduce-trunk-Commit #2573 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2573/])
HDFS-3719. Re-enable append-related tests in TestFileConcurrentReader.
Contributed by Andrew Wang. (Revision 1369848)
Result = FAILURE
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1369848
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/TestFileConcurrentReader.java
> Re-enable append-related tests in TestFileConcurrentReader
> ----------------------------------------------------------
>
> Key: HDFS-3719
> URL: https://issues.apache.org/jira/browse/HDFS-3719
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: test
> Affects Versions: 2.0.0-alpha
> Reporter: Andrew Wang
> Assignee: Andrew Wang
> Fix For: 2.2.0-alpha
>
> Attachments: hdfs-3719-1.patch
>
>
> Both of these tests are disabled. We should figure out what append
> functionality we need to make the tests work again, and reenable them.
> {code}
> // fails due to issue w/append, disable
> @Ignore
> @Test
> public void _testUnfinishedBlockCRCErrorTransferToAppend()
> throws IOException {
> runTestUnfinishedBlockCRCError(true, SyncType.APPEND, DEFAULT_WRITE_SIZE);
> }
> // fails due to issue w/append, disable
> @Ignore
> @Test
> public void _testUnfinishedBlockCRCErrorNormalTransferAppend()
> throws IOException {
> runTestUnfinishedBlockCRCError(false, SyncType.APPEND,
> DEFAULT_WRITE_SIZE);
> }
> {code}
--
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