未验证 提交 58a6a4cf 编写于 作者: R rongtong 提交者: GitHub

[ISSUE #2118] Fix AdminBrokerProcessorTest can not pass when machine's...

[ISSUE #2118] Fix AdminBrokerProcessorTest can not pass when machine's hostname contains illegal characters
上级 e9671cc4
......@@ -90,7 +90,6 @@ public class AdminBrokerProcessorTest {
TopicValidator.RMQ_SYS_OFFSET_MOVED_EVENT,
TopicValidator.AUTO_CREATE_TOPIC_KEY_TOPIC,
this.brokerController.getBrokerConfig().getBrokerClusterName(),
this.brokerController.getBrokerConfig().getBrokerName(),
this.brokerController.getBrokerConfig().getBrokerClusterName() + "_" + MixAll.REPLY_TOPIC_POSTFIX);
if (this.brokerController.getBrokerConfig().isTraceTopicEnable()) {
systemTopicSet.add(this.brokerController.getBrokerConfig().getMsgTraceTopicName());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册