This is an automated email from the ASF dual-hosted git repository.
hzh0425 pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new ddfee4b4d Ignore testChangeRoleManyTimes in AutoSwitchHATest util it
is stable (#5871)
ddfee4b4d is described below
commit ddfee4b4d87bee6c65935cfbcb420fe8c28844aa
Author: rongtong <[email protected]>
AuthorDate: Thu Jan 12 19:27:23 2023 +0800
Ignore testChangeRoleManyTimes in AutoSwitchHATest util it is stable (#5871)
---
.../java/org/apache/rocketmq/store/ha/autoswitch/AutoSwitchHATest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/store/src/test/java/org/apache/rocketmq/store/ha/autoswitch/AutoSwitchHATest.java
b/store/src/test/java/org/apache/rocketmq/store/ha/autoswitch/AutoSwitchHATest.java
index 93f35630d..bc392022d 100644
---
a/store/src/test/java/org/apache/rocketmq/store/ha/autoswitch/AutoSwitchHATest.java
+++
b/store/src/test/java/org/apache/rocketmq/store/ha/autoswitch/AutoSwitchHATest.java
@@ -48,6 +48,7 @@ import org.apache.rocketmq.store.logfile.MappedFile;
import org.apache.rocketmq.store.stats.BrokerStatsManager;
import org.apache.rocketmq.common.MixAll;
import org.junit.After;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.Assume;
@@ -294,6 +295,7 @@ public class AutoSwitchHATest {
assertEquals(putMessageResult.getPutMessageStatus(),
PutMessageStatus.FLUSH_SLAVE_TIMEOUT);
}
+ @Ignore
@Test
public void testChangeRoleManyTimes() throws Exception {