2014-09-02 0:48 GMT+04:00 Bill Barker <[email protected]>: > To whom it may engage... > > This is an automated request, but not an unsolicited one. For > more information please visit http://gump.apache.org/nagged.html, > and/or contact the folk at [email protected]. > > Project tomcat-trunk-test-bio has an issue affecting its community > integration. > This issue affects 1 projects. > The current state of this project is 'Failed', with reason 'Build Failed'. > For reference only, the following projects are affected by this: > - tomcat-trunk-test-bio : Tomcat 8.x, a web server implementing the Java > Servlet 3.1, > ... > > > Full details are available at: > > http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-bio/index.html >
There are two failed tests here: 1) TEST-org.apache.catalina.core.TestStandardContext.BIO.txt.html Testcase: testBug56903 took 0.004 sec FAILED expected:<[a,b,c]> but was:<[b,c,a]> junit.framework.AssertionFailedError: expected:<[a,b,c]> but was:<[b,c,a]> at org.apache.catalina.core.TestStandardContext.testBug56903(TestStandardContext.java:956) A new test. This issue was already reported by Felix Schumacher in "Re: r1621731" 2) TEST-org.apache.catalina.security.TestSecurityClassLoad.BIO.txt.html Testcase: testLoad took 0.058 sec Caused an ERROR org.apache.tomcat.util.http.parser.HttpParser$SkipResult java.lang.ClassNotFoundException: org.apache.tomcat.util.http.parser.HttpParser$SkipResult at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at org.apache.catalina.security.SecurityClassLoad.loadTomcatPackage(SecurityClassLoad.java:279) at org.apache.catalina.security.SecurityClassLoad.securityClassLoad(SecurityClassLoad.java:52) at org.apache.catalina.security.TestSecurityClassLoad.testLoad(TestSecurityClassLoad.java:29) Catches a bug from renaming the class in r1621861 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
