This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 4db15071f7 Refactor and handle NIO2 which doesn't return a response new ec8f903f01 Differences are clear which a much shorter test new 22993ae0b6 Split test into three - helps when test machines have many cores The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../TestHostConfigAutomaticDeploymentA.java | 482 ++++++++++++ .../TestHostConfigAutomaticDeploymentB.java | 687 +++++++++++++++++ ...ava => TestHostConfigAutomaticDeploymentC.java} | 820 +-------------------- test/webapp/bug6nnnn/bug64872b-timeunit.jsp | 2 +- 4 files changed, 1171 insertions(+), 820 deletions(-) create mode 100644 test/org/apache/catalina/startup/TestHostConfigAutomaticDeploymentA.java create mode 100644 test/org/apache/catalina/startup/TestHostConfigAutomaticDeploymentB.java rename test/org/apache/catalina/startup/{TestHostConfigAutomaticDeployment.java => TestHostConfigAutomaticDeploymentC.java} (59%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org