You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2023/02/21 06:01:45 UTC

[rocketmq] branch develop updated: Ignore AutoSwitchRoleIntegrationTest temporarily because it is still flaky (#6144)

This is an automated email from the ASF dual-hosted git repository.

dinglei 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 b24682619 Ignore AutoSwitchRoleIntegrationTest temporarily because it is still flaky (#6144)
b24682619 is described below

commit b24682619ca4d464d98d440e5e16b2497474e62d
Author: rongtong <ji...@163.com>
AuthorDate: Tue Feb 21 14:01:37 2023 +0800

    Ignore AutoSwitchRoleIntegrationTest temporarily because it is still flaky (#6144)
---
 .../rocketmq/test/autoswitchrole/AutoSwitchRoleIntegrationTest.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/src/test/java/org/apache/rocketmq/test/autoswitchrole/AutoSwitchRoleIntegrationTest.java b/test/src/test/java/org/apache/rocketmq/test/autoswitchrole/AutoSwitchRoleIntegrationTest.java
index d145fc516..5b53e10d4 100644
--- a/test/src/test/java/org/apache/rocketmq/test/autoswitchrole/AutoSwitchRoleIntegrationTest.java
+++ b/test/src/test/java/org/apache/rocketmq/test/autoswitchrole/AutoSwitchRoleIntegrationTest.java
@@ -42,12 +42,14 @@ import org.apache.rocketmq.store.ha.autoswitch.AutoSwitchHAService;
 import org.apache.rocketmq.store.logfile.MappedFile;
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
 
+@Ignore
 public class AutoSwitchRoleIntegrationTest extends AutoSwitchRoleBase {
 
     private static final int DEFAULT_FILE_SIZE = 1024 * 1024;