Skip to content
代码片段 群组 项目
未验证 提交 b5aa2691 编辑于 作者: Ivan Yurchenko's avatar Ivan Yurchenko 提交者: GitHub
浏览文件

MINOR: Fix MirrorConnectorsIntegrationTest (#9341)

In `setup()`, `primary` was checked to be running twice, instead of `backup`.

Reviewers: Mickael Maison <mickael.maison@gmail.com>
上级 6b95f1ec
No related branches found
No related tags found
无相关合并请求
......@@ -130,7 +130,7 @@ public class MirrorConnectorsIntegrationTest {
primary.assertions().assertAtLeastNumWorkersAreUp(3,
"Workers of primary-connect-cluster did not start in time.");
backup.start();
primary.assertions().assertAtLeastNumWorkersAreUp(3,
backup.assertions().assertAtLeastNumWorkersAreUp(3,
"Workers of backup-connect-cluster did not start in time.");
// create these topics before starting the connectors so we don't need to wait for discovery
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册