SwaraliJoshi commented on code in PR #7552:
URL: https://github.com/apache/hbase/pull/7552#discussion_r3366039454


##########
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHStore.java:
##########
@@ -1775,6 +1776,204 @@ public void testReclaimChunkWhenScaning() throws 
IOException {
     }
   }
 
+  @Test
+  public void testReaderRaceConditionDuringCompaction() throws Exception {
+    HBaseTestingUtil util = new HBaseTestingUtil();

Review Comment:
   New test cases now have no mini clusters getting created/started. 
   



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to