[ 
https://issues.apache.org/jira/browse/HDFS-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aaron T. Myers updated HDFS-3719:
---------------------------------

    Summary: Re-enable append-related tests in TestFileConcurrentReader  (was: 
Fix TestFileConcurrentReader#testUnfinishedBlockCrcErrorTransferToAppend and 
#testUnfinishedBlockCRCErrorNormalTransferAppend)
    
> 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
>         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

        

Reply via email to