liuxiaocs7 commented on code in PR #8185:
URL: https://github.com/apache/hbase/pull/8185#discussion_r3210507671
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCompactingToCellFlatMapMemStore.java:
##########
@@ -73,13 +74,9 @@ public TestCompactingToCellFlatMapMemStore(String type) {
}
@Override
- public void tearDown() throws Exception {
- chunkCreator.clearChunksInPool();
- super.tearDown();
- }
-
- @Override
- public void setUp() throws Exception {
+ @BeforeEach
+ public void setUp(TestInfo testInfo) throws Exception {
Review Comment:
Good point. I refactored this further so that the JUnit lifecycle method is
only owned by TestDefaultMemStore.
--
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]