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

Bug in TestBPOfferService can cause test failure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.4.0
    • 2.5.0
    • test
    • None
    • Reviewed

    Description

      need to fix a bug in TestBPOfferService#waitForBlockReceived that fails the trunk, e.g. in Build #1781.
      Details: in this test, the utility function waitForBlockReceived() has a bug:
      parameter mockNN is never used but hard-coded mockNN1 is used.
      This bug introduces undeterministic test failure when testBasicFunctionality() calls
      ret = waitForBlockReceived(FAKE_BLOCK, mockNN2);
      and the call finishes before the actual interaction with mockNN2 happens.

      Attachments

        Activity

          People

            timxzl Zhilei Xu
            timxzl Zhilei Xu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: