On 12.09.2011 02:43, Bill Barker wrote:
> What is happening is that checkstyle stopped building in Gump about 3
> weeks ago, so tomcat-trunk and tomcat-7.0.x wouldn't build in Gump since
> the checkstyle jar was missing. Since the build and test targets for
> these projects only look to see if the file is there (to decide if it
> needs to download it), I changed Gump to look for a file that is always
> there (but isn't related to checkstyle).  So this message is the result
> of 3 weeks of Gump not running tests.  Until checkstyle fixes their
> build, the Tomcat checkstyle projects still won't run in Gump.

Good to know. But failure of tomcat 7 test is due to:

    [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 16.879 sec
    [junit] Sep 11, 2011 9:15:18 PM
org.apache.catalina.core.StandardService stopInternal
    [junit] INFO: Stopping service Tomcat
    [junit] Test org.apache.catalina.comet.TestCometProcessor FAILED

I can't reproduce here, but
http://vmgump.apache.org/gump/public/tomcat-7.0.x/tomcat-tc7.0.x-test/gump_file/TEST-org.apache.catalina.comet.TestCometProcessor.NIO.txt.html
says:

Testcase: testSimpleCometClient took 10.776 sec
Testcase: testCometConnectorStop took 6.086 sec
        FAILED
null
junit.framework.AssertionFailedError
        at
org.apache.catalina.comet.TestCometProcessor.testCometConnectorStop(TestCometProcessor.java:164)

The code is:

161         // Write should trigger an exception once the connector
stops since the
162         // socket should be closed
163         assertNotNull(writeThread.getException());
164         assertNull(readThread.getException());

Only NIO fails. Same failure for trunk.

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