Skip to content

Commit bba011e

Browse files
committed
HBASE-29223 Fix TestMasterStatusUtil
TestMasterStatusUtil.testGetFragmentationInfoTurnedOn failed in master nightly build
1 parent a79100b commit bba011e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/master/http/TestMasterStatusUtil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ public void testGetFragmentationInfoTurnedOn() throws IOException {
203203
conf.setBoolean("hbase.master.ui.fragmentation.enabled", true);
204204
Map<String, Integer> fragmentationInfo = MasterStatusUtil.getFragmentationInfo(master, conf);
205205
assertNotNull(fragmentationInfo);
206-
assertEquals(1, fragmentationInfo.size());
207206
}
208207

209208
@Test

0 commit comments

Comments
 (0)