Details
-
Bug
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
2.0.0-alpha
-
None
-
None
-
Reviewed
Description
Both of these tests are disabled. We should figure out what append functionality we need to make the tests work again, and reenable them.
// 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); }