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 5d04b808995aa16539edf6f89c72b4ecef9b3f4d
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 8 12:09:29 2024 +0000

    Comment this absolute performance test with an upper limit
    
    Since there is an upper limit this test can pass/fail so it is included
    in the standard test run.
---
 test/org/apache/catalina/mapper/TestMapperPerformance.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/org/apache/catalina/mapper/TestMapperPerformance.java 
b/test/org/apache/catalina/mapper/TestMapperPerformance.java
index 606794397f..4b4feb8f81 100644
--- a/test/org/apache/catalina/mapper/TestMapperPerformance.java
+++ b/test/org/apache/catalina/mapper/TestMapperPerformance.java
@@ -21,6 +21,9 @@ import org.junit.Test;
 
 import org.apache.tomcat.util.buf.MessageBytes;
 
+/*
+ * This is an absolute performance test with an upper limit. Therefore it is 
executed as part of a standard test run.
+ */
 public class TestMapperPerformance extends TestMapper {
 
     @Test


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to