Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-1103

In QuorumTest, use the same "for ( .. try { break } catch { } )" pattern in testFollowersStartAfterLeaders as in testSessionMove.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.3.3, 3.4.0
    • 3.3.4, 3.4.0
    • tests
    • None
    • Reviewed

    Description

      Patrick Hunt writes:

      "Such uses of sleep [used in testFollowersStartAfterLeader] are just asking for trouble. Take a look at the use
      of sleep in testSessionMove in the same class for a better way to do
      this. I had gone through all the tests a while back, replacing all the
      "sleep" with something like this testSessionMove pattern (retry
      with a max limit that's very long). During reviews we should look for
      anti-patterns like this and address them before commit."

      So, modify testFollowersStartAfterLeaders to use the same retrying approach that testSessionMove uses.

      Attachments

        1. ZOOKEEPER-1103.patch
          1 kB
          Eugene Joseph Koontz
        2. ZOOKEEPER-1103_branch_3_3.patch
          1 kB
          Patrick D. Hunt
        3. ZOOKEEPER-1103_2.patch
          1 kB
          Patrick D. Hunt
        4. ZOOKEEPER-1103_branch_3_3_try2.patch
          1 kB
          Patrick D. Hunt

        Issue Links

          Activity

            People

              ekoontz Eugene Joseph Koontz
              ekoontz Eugene Joseph Koontz
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: