charlesconnell commented on code in PR #7418:
URL: https://github.com/apache/hbase/pull/7418#discussion_r2466883745
##########
hbase-common/src/test/java/org/apache/hadoop/hbase/util/ByteBufferUtilsTestBase.java:
##########
@@ -505,6 +505,174 @@ public void testCompareTo() {
assertEquals(0, result);
}
+ @Test
Review Comment:
I'm adding many unit tests to exercise the functionality I'm reimplementing,
but
##########
hbase-common/src/test/java/org/apache/hadoop/hbase/util/ByteBufferUtilsTestBase.java:
##########
@@ -505,6 +505,174 @@ public void testCompareTo() {
assertEquals(0, result);
}
+ @Test
Review Comment:
I'm adding many unit tests to exercise the functionality I'm reimplementing
--
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]