This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit eb6fed4eb0f73112b62e82d1a8ad1ad46da627f1 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jan 3 10:43:07 2024 +0000 This is a performance test - use correct naming --- .../{TestConnectionLimit.java => TestConnectionLimitPerformance.java} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/org/apache/tomcat/websocket/TestConnectionLimit.java b/test/org/apache/tomcat/websocket/TestConnectionLimitPerformance.java similarity index 96% rename from test/org/apache/tomcat/websocket/TestConnectionLimit.java rename to test/org/apache/tomcat/websocket/TestConnectionLimitPerformance.java index 3b5899dc4f..df4b43e9ce 100644 --- a/test/org/apache/tomcat/websocket/TestConnectionLimit.java +++ b/test/org/apache/tomcat/websocket/TestConnectionLimitPerformance.java @@ -25,7 +25,6 @@ import javax.websocket.DeploymentException; import javax.websocket.WebSocketContainer; import org.junit.Assert; -import org.junit.Ignore; import org.junit.Test; import org.apache.catalina.Context; @@ -34,8 +33,7 @@ import org.apache.catalina.startup.Tomcat; import org.apache.catalina.startup.TomcatBaseTest; import org.apache.tomcat.websocket.TesterMessageCountClient.TesterProgrammaticEndpoint; -@Ignore // Not for use in normal unit test runs -public class TestConnectionLimit extends TomcatBaseTest { +public class TestConnectionLimitPerformance extends TomcatBaseTest { /* * Simple test to see how many outgoing connections can be created on a single machine. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org