[
https://issues.apache.org/jira/browse/HDFS-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Wang updated HDFS-3719:
------------------------------
Affects Version/s: 2.0.0-alpha
Set affects version to 2.0.0-alpha, thanks Suresh.
> 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
> Affects Versions: 2.0.0-alpha
> 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