virajjasani commented on a change in pull request #1096:
URL: https://github.com/apache/phoenix/pull/1096#discussion_r559601236



##########
File path: phoenix-core/src/it/java/org/apache/phoenix/end2end/InListIT.java
##########
@@ -73,7 +74,8 @@ public void setup() throws Exception {
     }
 
     @After
-    public void cleanUp() throws SQLException {
+    public void cleanUp() throws Exception {
+        confirmStoreRefCountLeak();
         deleteTenantData(descViewName);

Review comment:
       This too should be taken care of by BaseTest#confirmStoreRefCountLeak() 
because it internally frees up resources and while doing so, drops all tables 
before shutting down cluster.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to