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

Suresh Srinivas commented on HDFS-3719:
---------------------------------------

Can you set Affect Version/s field please.
                
> Fix TestFileConcurrentReader#testUnfinishedBlockCrcErrorTransferToAppend and 
> #testUnfinishedBlockCRCErrorNormalTransferAppend
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-3719
>                 URL: https://issues.apache.org/jira/browse/HDFS-3719
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: test
>            Reporter: Andrew Wang
>
> 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

        

Reply via email to