Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-1790

Fix test failures due to incorrect shadowing of @AfterClass methods.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.3.1, 4.4.0
    • None
    • None

    Description

      PhoenixClientRpcIT and PhoenixServerRPCIT are currently shadowing the super class's @AfterClass method, doTearDown(). This is causing the super class, BaseOwnClusterIT's, @AfterClass method to not execute resulting in mini clusters not shutting down. The @AfterClass method which has to be static shouldn't be shadowing the super class's @AfterClass method.

      Attachments

        1. PHOENIX-1790.patch
          1 kB
          Samarth Jain

        Activity

          People

            samarthjain Samarth Jain
            samarthjain Samarth Jain
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: