mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 05:46:12 +08:00
test(controller): To pass ControllerManagerTest in Windows, we forbid the controller to notify the brokers when their roles have been changed.
1. To pass `ControllerManagerTest` in Windows, we forbid the controller to notify the brokers when their roles have been changed.
This commit is contained in:
+1
@@ -76,6 +76,7 @@ public class ControllerManagerTest {
|
||||
config.setMappedFileSize(10 * 1024 * 1024);
|
||||
config.setEnableElectUncleanMaster(true);
|
||||
config.setScanNotActiveBrokerInterval(1000L);
|
||||
config.setNotifyBrokerRoleChanged(false);
|
||||
|
||||
final NettyServerConfig serverConfig = new NettyServerConfig();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user