On 17/05/2010 18:56, Konstantin Kolinko wrote: > 2010/5/17 Mark Thomas <ma...@apache.org>: >> I've just completed testing of trunk. >> >> Unit tests - pass >> > > They also pass for me, but Gump fails at TestCoyoteAdaptor: > > http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/gump_work/build_tomcat-trunk_tomcat-trunk-test.html > > Do not know what is the deal. > I done a clean run, but the tests are still succeeding. > > Is there access to > /srv/gump/public/workspace/tomcat-trunk/output/build/logs/ > to look at the output file from the test run?
Testsuite: org.apache.catalina.connector.TestCoyoteAdaptor Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 11.023 sec ------------- Standard Error ----------------- May 17, 2010 2:40:44 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service Tomcat May 17, 2010 2:40:44 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.0-dev May 17, 2010 2:40:44 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8001 May 17, 2010 2:40:44 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8001 May 17, 2010 2:40:44 AM org.apache.coyote.http11.AbstractHttp11Protocol pause INFO: Pausing Coyote HTTP/1.1 on http-8001 May 17, 2010 2:40:45 AM org.apache.catalina.core.StandardService stopInternal INFO: Stopping service Tomcat May 17, 2010 2:40:46 AM org.apache.coyote.http11.AbstractHttp11Protocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8001 ------------- ---------------- --------------- Testcase: testPathParams took 11.004 sec FAILED expected:<1234> but was:<none> junit.framework.ComparisonFailure: expected:<1234> but was:<none> at org.apache.catalina.connector.TestCoyoteAdaptor.testPath(TestCoyoteAdaptor.java:58) at org.apache.catalina.connector.TestCoyoteAdaptor.testPathParams(TestCoyoteAdaptor.java:49) I can't see why it is failing. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org