liuxiaocs7 commented on code in PR #8185:
URL: https://github.com/apache/hbase/pull/8185#discussion_r3210453746
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestClearRegionBlockCache.java:
##########
@@ -95,12 +92,12 @@ public void setup() throws Exception {
HTU.flush(TABLE_NAME);
}
- @After
+ @AfterEach
public void teardown() throws Exception {
HTU.shutdownMiniCluster();
Review Comment:
I agree this is worth improving separately. We can file a follow-up issue to
investigate splitting this into separate tests for different cache types,
thanks!
--
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]