Samarth Jain created PHOENIX-1790: ------------------------------------- Summary: Fix test failures due to incorrect shadowing of @AfterClass methods. Key: PHOENIX-1790 URL: https://issues.apache.org/jira/browse/PHOENIX-1790 Project: Phoenix Issue Type: Bug Reporter: Samarth Jain Assignee: Samarth Jain
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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)