Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-3719

Re-enable append-related tests in TestFileConcurrentReader

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Reopened
    • Major
    • Resolution: Unresolved
    • 2.0.0-alpha
    • None
    • test
    • None

    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);
        }
      

      Attachments

        1. hdfs-3719-1.patch
          1 kB
          Andrew Wang

        Issue Links

          Activity

            People

              Unassigned Unassigned
              andrew.wang Andrew Wang
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: