Skip to content

Commit

Permalink
to ensure ZSentinelMasterListenerTest run as the last one
Browse files Browse the repository at this point in the history
Signed-off-by: c00603587 <[email protected]>
  • Loading branch information
c00603587 committed Oct 19, 2023
1 parent 2c247d5 commit 6e06c03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@
<excludes>
<exclude>**/examples/*Example.java</exclude>
</excludes>
<runOrder>
alphabetical
</runOrder>
<!--<trimStackTrace>false</trimStackTrace>-->
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
/**
* In order to simulate the scenario of active/standby switching. this test case will effect all the
* sentinel test case, you can run this test case separately
* ZSentinelMasterListenerTest start with "Z" to ensure this test case should be run as last one
*/
@Ignore
public class SentinelMasterListenerTest {
public class ZSentinelMasterListenerTest {
private static final String MASTER_NAME = "mymaster";

public static final HostAndPort sentinel1 = HostAndPorts.getSentinelServers().get(0);
Expand Down

0 comments on commit 6e06c03

Please sign in to comment.