[ https://issues.apache.org/jira/browse/PHOENIX-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14386971#comment-14386971 ]
Hudson commented on PHOENIX-1790: --------------------------------- SUCCESS: Integrated in Phoenix-master #646 (See [https://builds.apache.org/job/Phoenix-master/646/]) PHOENIX-1790 Fix test failures due to incorrect shadowing of @AfterClass methods. (samarth.jain: rev 2bf8c6788efb6dad7513f7bb14d2e9d75d7b50e3) * phoenix-core/src/it/java/org/apache/phoenix/rpc/PhoenixClientRpcIT.java * phoenix-core/src/it/java/org/apache/phoenix/rpc/PhoenixServerRpcIT.java > 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)