提交 a60ec6fa 编写于 作者: A agapple

fixed tescase failed

上级 456945fe
......@@ -111,8 +111,7 @@ public class ServerRunningTest extends AbstractZkTest {
sleep(30000L);
}
private ServerRunningMonitor buildServerRunning(final CountDownLatch countLatch, final final String ip,
final int port) {
private ServerRunningMonitor buildServerRunning(final CountDownLatch countLatch, final String ip, final int port) {
ServerRunningData serverData = new ServerRunningData(ip + ":" + port);
ServerRunningMonitor runningMonitor = new ServerRunningMonitor(serverData);
runningMonitor.setDestination(destination);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册