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.