[ https://issues.apache.org/jira/browse/PHOENIX-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Samarth Jain updated PHOENIX-1790: ---------------------------------- Attachment: PHOENIX-1790.patch > 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 > Attachments: PHOENIX-1790.patch > > > 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)