On 03.02.2011 14:32, Mark Thomas wrote:
The proposed Apache Tomcat 7.0.7 release is now available for voting.

It can be obtained from:
http://people.apache.org/~markt/dev/tomcat-7/v7.0.7/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_7/

The proposed 7.0.7 release is:

[ ] Broken - do not release
[ ] Alpha  - go ahead and release as 7.0.7 Alpha
[ ] Beta   - go ahead and release as 7.0.7 Beta
[X] Stable - go ahead and release as 7.0.7 Stable

- MD5 OK
- signatures OK
- key in KEYS file
- gz and zip for src and bin consistent
- src consistent with svn tag
- builds fine
- build result looks consistent with binaries
- no checkstyle complaints
- Unit tests run OK except for one failure
  (see below, same as for 7.0.6).
  Tests have been run on Solaris 10 Sparc with 2 CPUs
  using Java 1.6.0_17.

1 unit test failing (not a problem)
-----------------------------------

Testsuite: org.apache.catalina.connector.TestMaxConnections
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 6.88 sec
------------- Standard Error -----------------
Feb 3, 2011 8:52:06 PM org.apache.coyote.AbstractProtocolHandler init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Feb 3, 2011 8:52:06 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat
Feb 3, 2011 8:52:06 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.7
Feb 3, 2011 8:52:07 PM org.apache.coyote.AbstractProtocolHandler start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Feb 3, 2011 8:52:09 PM org.apache.catalina.connector.TestMaxConnections$ConnectThread run
SEVERE: ConnectThread[6] Error:connect timed out
Feb 3, 2011 8:52:09 PM org.apache.catalina.connector.TestMaxConnections$ConnectThread run
SEVERE: ConnectThread[7] Error:connect timed out
Feb 3, 2011 8:52:09 PM org.apache.catalina.connector.TestMaxConnections$ConnectThread run
SEVERE: ConnectThread[8] Error:connect timed out
Feb 3, 2011 8:52:09 PM org.apache.catalina.connector.TestMaxConnections$ConnectThread run
SEVERE: ConnectThread[9] Error:connect timed out
Feb 3, 2011 8:52:09 PM org.apache.catalina.connector.TestMaxConnections$TestClient doHttp10Request
INFO: ConnectThread[0] Request complete:1690 ms.
Feb 3, 2011 8:52:09 PM org.apache.catalina.connector.TestMaxConnections$TestClient doHttp10Request
INFO: ConnectThread[1] Request complete:1638 ms.
Feb 3, 2011 8:52:09 PM org.apache.catalina.connector.TestMaxConnections$TestClient doHttp10Request
INFO: ConnectThread[2] Request complete:1529 ms.
Feb 3, 2011 8:52:09 PM org.apache.catalina.connector.TestMaxConnections$TestClient doHttp10Request
INFO: ConnectThread[3] Request complete:1504 ms.
Feb 3, 2011 8:52:10 PM org.apache.catalina.connector.TestMaxConnections$TestClient doHttp10Request
INFO: ConnectThread[5] Request complete:2885 ms.
Feb 3, 2011 8:52:10 PM org.apache.catalina.connector.TestMaxConnections$TestClient doHttp10Request
INFO: ConnectThread[4] Request complete:2935 ms.
Feb 3, 2011 8:52:10 PM org.apache.coyote.AbstractProtocolHandler pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
Feb 3, 2011 8:52:11 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Tomcat
Feb 3, 2011 8:52:11 PM org.apache.coyote.AbstractProtocolHandler stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]
Feb 3, 2011 8:52:11 PM org.apache.coyote.AbstractProtocolHandler destroy
INFO: Destroying ProtocolHandler ["http-bio-8080"]
------------- ---------------- ---------------

Testcase: testConnector took 6.867 sec
        FAILED
The number of successful requests should have been 4-5, actual 6
junit.framework.AssertionFailedError: The number of successful requests should have been 4-5, actual 6 at org.apache.catalina.connector.TestMaxConnections.testConnector(TestMaxConnections.java:58)

I expect the analysis I wrote when voting for 7.0.6 is still correct.

Regards,

Rainer

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

Reply via email to