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

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 46046cbb9 RATIS-1828. Enable TestServerRestartWithNetty (#869)
46046cbb9 is described below

commit 46046cbb99676ad33f9349da946ede02f3826fd8
Author: Kaijie Chen <[email protected]>
AuthorDate: Tue Apr 4 20:31:21 2023 +0800

    RATIS-1828. Enable TestServerRestartWithNetty (#869)
---
 .../java/org/apache/ratis/netty/TestServerRestartWithNetty.java     | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git 
a/ratis-test/src/test/java/org/apache/ratis/netty/TestServerRestartWithNetty.java
 
b/ratis-test/src/test/java/org/apache/ratis/netty/TestServerRestartWithNetty.java
index fd72a1fc3..7bc3f0001 100644
--- 
a/ratis-test/src/test/java/org/apache/ratis/netty/TestServerRestartWithNetty.java
+++ 
b/ratis-test/src/test/java/org/apache/ratis/netty/TestServerRestartWithNetty.java
@@ -18,12 +18,8 @@
 package org.apache.ratis.netty;
 
 import org.apache.ratis.server.ServerRestartTests;
-import org.junit.Ignore;
 
-// TODO: If all tests run together, the last test will fail with BindException.
-//       It can pass if the tests are run individually.
-@Ignore
 public class TestServerRestartWithNetty
     extends ServerRestartTests<MiniRaftClusterWithNetty>
     implements MiniRaftClusterWithNetty.FactoryGet {
-}
\ No newline at end of file
+}

Reply via email to