liuxiaocs7 commented on code in PR #8199:
URL: https://github.com/apache/hbase/pull/8199#discussion_r3221282604
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestParallelPut.java:
##########
@@ -80,21 +73,19 @@ public class TestParallelPut {
static final byte[] row = Bytes.toBytes("rowA");
static final byte[] row2 = Bytes.toBytes("rowB");
- @BeforeClass
+ @BeforeAll
public static void beforeClass() {
// Make sure enough handlers.
HBTU.getConfiguration().setInt(HConstants.REGION_SERVER_HANDLER_COUNT,
THREADS100);
}
- /**
- * @see org.apache.hadoop.hbase.HBaseTestCase#setUp()
Review Comment:
outdated
--
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]