PDavid commented on code in PR #7416:
URL: https://github.com/apache/hbase/pull/7416#discussion_r2465888953
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/master/http/TestMasterStatusUtil.java:
##########
@@ -203,7 +203,6 @@ public void testGetFragmentationInfoTurnedOn() throws
IOException {
conf.setBoolean("hbase.master.ui.fragmentation.enabled", true);
Map<String, Integer> fragmentationInfo =
MasterStatusUtil.getFragmentationInfo(master, conf);
assertNotNull(fragmentationInfo);
- assertEquals(1, fragmentationInfo.size());
Review Comment:
For me this locally was always 1 but in the nightly build it was 11:
https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1359/testReport/junit/org.apache.hadoop.hbase.master.http/TestMasterStatusUtil/health_checks___yetus_jdk17_hadoop3_backwards_compatibility_checks___testGetFragmentationInfoTurnedOn/
--
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]