提交 b643bd61 编写于 作者: R Rajan 提交者: GitHub

Fix intermittent LoadBalancerTest due to unpredictable host usage (#498)

上级 120a3c45
......@@ -202,8 +202,6 @@ public class LoadBalancerTest {
LoadReport loadReport = objectMapper.readValue(loadReportData, LoadReport.class);
assert (loadReport.getName().equals(lookupAddresses[i]));
assertTrue(loadReport.isUnderLoaded());
assertFalse(loadReport.isOverLoaded());
// Check Initial Ranking is populated in both the brokers
Field ranking = ((SimpleLoadManagerImpl) pulsarServices[i].getLoadManager().get()).getClass()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册